Changes between Version 16 and Version 17 of GSoC/2014/MetadataForGRASS


Ignore:
Timestamp:
May 23, 2014, 10:32:58 AM (10 years ago)
Author:
krejcmat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/MetadataForGRASS

    v16 v17  
    1 == GSoC ==
     1 = GSoC 2014 Metadata for GRASS GIS maps and datasets =
    22
    33|| Title: || '''Metadata for GRASS GIS maps and datasets'''||
     
    1111
    1212
    13 '''Motivation'''
     13 == Motivation ==
    1414
    1515Current GRASS GIS offers just a poor and out-of-date administration of metadata. The goal of this project is to implement administration of metadata according to the standards of ISO 19115, ISO 19139 and to create a graphical user interface which would allow the user to operate with metadata, such as creating, updating, browsing, searching etc.
    1616
    17 '''Timeline'''
     17 == Timeline ==
     18
    1819|||| timeline from proposal     ||newly proposed timeline||
    1920||MAY 1- 7     ||             "Early starts" Study ISO, INSPIRE and FGDC standards      ||
     
    3233||AUGUST 9 - 18    ||     Testing and documentation     ||testing and documentation||
    3334||AUGUST 18       ||      The end of GSoC       ||the end of GSoC||
     35
     36
     37
     38 == Roadmap ==
     39
     40 === Week 1 (May 23) ===
     41studied metadata and tried to find suitable python lib during  last three weeks
     42 * studied ISO 19115 and EN ISO 19119
     43  * INSPIRE
     44 * get familiar with OWSLib and pycsw
     45  * set pycsw metadata server catalog
     46  * handled metadata by OWSLib
     47 * Spend time with designing lib based on automated generate XML from XSD - fail
     48 * Tested suitability of generateDS for generate python object from XML scheme (XSD)
     49 * Design library for parse GRASS GIS metadata to XML based on md. ISO
     50  * parse metadata from:
     51   * r.info
     52   * v.info
     53   * g.proj
     54 * Design essential metadata profile for raster and vecor maps (based on ISO standard)
     55  * prepare designed lib for new update of OWSLib with will be during next week. (in contact with author)
     56
     57
     58