Changes between Version 16 and Version 17 of GSoC/2014/MetadataForGRASS
- Timestamp:
- 05/23/14 10:32:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2014/MetadataForGRASS
v16 v17 1 == GSoC ==1 = GSoC 2014 Metadata for GRASS GIS maps and datasets = 2 2 3 3 || Title: || '''Metadata for GRASS GIS maps and datasets'''|| … … 11 11 12 12 13 '''Motivation''' 13 == Motivation == 14 14 15 15 Current 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. 16 16 17 '''Timeline''' 17 == Timeline == 18 18 19 |||| timeline from proposal ||newly proposed timeline|| 19 20 ||MAY 1- 7 || "Early starts" Study ISO, INSPIRE and FGDC standards || … … 32 33 ||AUGUST 9 - 18 || Testing and documentation ||testing and documentation|| 33 34 ||AUGUST 18 || The end of GSoC ||the end of GSoC|| 35 36 37 38 == Roadmap == 39 40 === Week 1 (May 23) === 41 studied 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