You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Martin Desruisseaux (JIRA)" <ji...@apache.org> on 2015/11/04 20:11:27 UTC

[jira] [Updated] (TIKA-443) Geographic Information Parser

     [ https://issues.apache.org/jira/browse/TIKA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux updated TIKA-443:
-------------------------------------
    Attachment: Demo.java

Attached an example of mapping some ISO 19115 elements to Dublin Core. This is only a proof of concept for the sake of discussion on the mailing list - this demo could not be included in Tika without work by a Tika developer.

This demo fetches the following information from an ISO 19115 metadata. The extraction is quite primitive. For example an ISO 19115 metadata could have many titles, many creators, lot of basically everything. This demo just fetches an arbitrary occurrence of each property. A production code would need to make a more elaborated choice.

* title
* creator
* contributor
* created
* modified
* description
* latitude
* longitude
* altitude

Latitude, longitude and altitude are set to the center of the geographic bounding box, if any.


> 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: memex, new-parser
>             Fix For: 1.9
>
>         Attachments: Demo.java, 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)