Lurker Posted October 8, 2014 Report Share Posted October 8, 2014 For those who deal with geospatial data and GRASS GIS, and need to fulfill the requirements of the INSPIRE directive for metadata, one of the most exciting outcomes of the Google Summer of Code 2014 is the INSPIRE metadata support developed by Matej Krejci. This is the first step towards full metadata management through GRASS, and covers the editing part. Purpose The module allows to create / load / edit / export / validate xml metadata with (currently) two profiles: Basic GRASS profile INSPIRE profile You can select either of them in the drop-down menu on the top left corner. Requirements The module wx.metadata requires GRASS 7.1 and has external dependencies: OWSLib development version git clone git://github.com/geopython/OWSLib.git cd OWSLib && sudo python setup.py install Jinja templates git clone git://github.com/mitsuhiko/jinja2.git cd jinja2 && sudo python setup.py install Installation GRASS> g.extension wx.metadata Launch it as: GRASS> g.gui.metadata complete tutorial here : http://geofemengineering.blogspot.com/2014/10/for-those-who-deal-with-geospatial-data.html 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.