Changes between Version 16 and Version 17 of GSoC/2015/ImprovedMetadata


Ignore:
Timestamp:
Jul 5, 2015, 11:48:52 PM (9 years ago)
Author:
krejcmat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015/ImprovedMetadata

    v16 v17  
    1313== Abstract ==
    1414
    15 Current GRASS GIS offers ISO-based Metadata support. This package includes three modules designed to generate, create and edit metadata. The goal of this work consist of two main parts. First aim is to improve current package by adding a few functionality for extend metadata handling. The second goal is to implement module for interaction with metadata catalogue services (CSW). Additional benefit of this part allows access of metadata between GRASS GIS and QGIS MetaSearch plugin.
     15Current GRASS GIS offers ISO-based Metadata support. This package includes three modules designed to generate, create and edit metadata. The goal of this work consist of two main parts. First aim is to improve current package by adding a few functionality for extend metadata handling. The second goal is to implement module for interaction with metadata catalogue services (CSW). Additional benefit of this part allows access of metadata between GRASS GIS and QGIS Meta_Search plugin.
    1616
    1717== Timeline ==
     
    9999[http://lists.osgeo.org/pipermail/grass-dev/2015-June/075541.html report email]
    100100
     101 === Week 4-5 (June 21-July 6) ===
     102 * Started with implementation of g.gui.metacsw module
     103  * Added panel for managing connection to service:
     104   * reading default xml file with predefined connection which is commpatible with Meta_Search from QGIS,
     105   * showing basic inforamtion about service
     106   * managing services
     107    * adding new
     108    * removing
     109    * loading list of connection from xml file
    101110
     111 User can manage connection in two ways:
     112 * First one is with using hidden storage provided by [http://wxpython.org/Phoenix/docs/html/ConfigBase.html#ConfigBase.DeleteGroup wx.Config]. This way is without accesing default connection list.
     113 * After prompt user also can add/remove connection from default .xml file file
     114
     115  [[Image(connectionMgr.png)]]
     116
     117[http://lists.osgeo.org/pipermail/grass-dev/2015-June/075601.html report email]
    102118== TODO&IDEAS  ==