Changes between Initial Version and Version 1 of crawler


Ignore:
Timestamp:
May 29, 2007, 2:39:16 AM (17 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crawler

    v1 v1  
     1=== Metadata Crawler ===
     2
     3This page describes a tool that we have wanted for a long time; a platform independent tool that automatically generates a metadata for geographic data.
     4
     5Purpose:
     6Geographic data requires good metadata in order to find it and to be able to judge its usability. The tool should make use of all information available embedded in the data and in the context it operates in to reduce manual editing as much as possible.
     7
     8Description:
     9A deamon process that automatically generates metadata for spatial data resources. The application is required to crawl a directory structure and extract data properties and other auxiliary metadata. It will write an ISO19115/19139 compliant metadata record.
     10The application will be able to synchronize with a catalog application to retrieve metadata that was updated through the web interface (for example) in !GeoNetwork opensource.
     11
     12Requirements:
     13 - scanning one or more folders recursively
     14 - generate a metadata XML
     15        - extract spatial properties from datasets found using GDAL/OGR
     16        - add some minimal contact info etc... to the metadata that is found in a related text file (incl. default privileges)
     17        - add information on data location
     18        - add information on other services
     19 - timestamp for synching
     20 - synch metadata with metadata catalog (!GeoNetwork opensource) in two directions depending on time stamps
     21 - have a default contact information document that is used when no text file is available in the data folder
     22 - flag folders with spatial data that lack the minimum required metadata
     23 - platform independent
     24 - running as a deamon