[ https://issues.apache.org/jira/browse/TIKA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522896#comment-14522896 ]
Chris A. Mattmann commented on TIKA-443: ---------------------------------------- OK after combining with my patch, we have success! {noformat} [INFO] Skipping execution for packaging "pom" [INFO] [INFO] --- forbiddenapis:1.7:testCheck (default) @ tika --- [INFO] Skipping execution for packaging "pom" [INFO] [INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ tika --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ tika --- [INFO] Installing /Users/mattmann/tmp/tika1.9/pom.xml to /Users/mattmann/.m2/repository/org/apache/tika/tika/1.9-SNAPSHOT/tika-1.9-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Tika parent ................................. SUCCESS [ 1.500 s] [INFO] Apache Tika core ................................... SUCCESS [ 19.538 s] [INFO] Apache Tika parsers ................................ SUCCESS [02:17 min] [INFO] Apache Tika XMP .................................... SUCCESS [ 2.995 s] [INFO] Apache Tika serialization .......................... SUCCESS [ 2.224 s] [INFO] Apache Tika batch .................................. SUCCESS [01:58 min] [INFO] Apache Tika application ............................ SUCCESS [ 40.534 s] [INFO] Apache Tika OSGi bundle ............................ SUCCESS [ 22.864 s] [INFO] Apache Tika server ................................. SUCCESS [ 21.619 s] [INFO] Apache Tika translate .............................. SUCCESS [ 3.870 s] [INFO] Apache Tika examples ............................... SUCCESS [ 5.872 s] [INFO] Apache Tika Java-7 Components ...................... SUCCESS [ 2.427 s] [INFO] Apache Tika ........................................ SUCCESS [ 0.037 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:20 min [INFO] Finished at: 2015-05-01T00:39:38-07:00 [INFO] Final Memory: 109M/1658M [INFO] ------------------------------------------------------------------------ [mattmann-0420740:~/tmp/tika1.9] mattmann% {noformat} Ran a simple test too: h2. Detect {noformat} [mattmann-0420740:~/tmp/tika1.9] mattmann% java -jar tika-app/target/tika-app-1.9-SNAPSHOT.jar -d tika-parsers/src/test/resources/test-documents/sampleFile.iso19139 text/iso19139+xml [mattmann-0420740:~/tmp/tika1.9] mattmann% {noformat} h2. Parse Text {noformat} [mattmann-0420740:~/tmp/tika1.9] mattmann% java -jar tika-app/target/tika-app-1.9-SNAPSHOT.jar -t tika-parsers/src/test/resources/test-documents/sampleFile.iso19139 May 01, 2015 12:45:29 AM org.apache.sis.internal.jaxb.gml.TM_Primitive setTimePeriod WARNING: This operation requires the “sis-temporal” module. Barrow Atqasuk ARCSS Plant CitedResponsiblePartyRole Role[POINT_OF_CONTACT]CitedResponsiblePartyName Robert Hollister CitedResponsiblePartyRole Role[AUTHOR]CitedResponsiblePartyName Robert Hollister IdentificationInfoAbstract These files contain data representing the periodic plant measures of species within each plot in a text tab delimited format. The data presented are seasonal growth of graminoids (length of leaf and length of inflorescence) and seasonal flowering of all species (number of inflorescences in flower within a plot), collected weekly during the summers of 2012-20XX for a subset of 30 grid plots at two sites (Barrow ARCSS grid and Atqasuk ARCSS grid). GeographicElementWestBoundLatitude -157.24 GeographicElementEastBoundLatitude -156.4 GeographicElementNorthBoundLatitude 71.18 GeographicElementSouthBoundLatitude 70.27 [mattmann-0420740:~/tmp/tika1.9] mattmann% {noformat} h2. Parse Met {noformat} [mattmann-0420740:~/tmp/tika1.9] mattmann% java -jar tika-app/target/tika-app-1.9-SNAPSHOT.jar -m tika-parsers/src/test/resources/test-documents/sampleFile.iso19139 May 01, 2015 12:46:25 AM org.apache.sis.internal.jaxb.gml.TM_Primitive setTimePeriod WARNING: This operation requires the “sis-temporal” module. Content-Length: 19370 Content-Type: text/iso19139+xml X-Parsed-By: org.apache.tika.parser.DefaultParser X-Parsed-By: org.apache.tika.parser.geoinfo.GeographicInformationParser resourceName: sampleFile.iso19139 [mattmann-0420740:~/tmp/tika1.9] mattmann% {noformat} Something is weird here, met not getting added. Going to commit and investigate. > Geographic Information Parser > ----------------------------- > > Key: TIKA-443 > URL: https://issues.apache.org/jira/browse/TIKA-443 > Project: Tika > Issue Type: New Feature > Components: parser > Reporter: Arturo Beltran > Assignee: Chris A. Mattmann > Labels: new-parser > Attachments: getFDOMetadata.xml > > > I'm working in the automatic description of geospatial resources, and I think > that might be interesting to incorporate new parser/s to Tika in order to > manage and describe some geo-formats. These geo-formats include files, > services and databases. > If anyone is interested in this issue or want to collaborate do not hesitate > to contact me. Any help is welcome. -- This message was sent by Atlassian JIRA (v6.3.4#6332)