Changes between Version 6 and Version 7 of GSoC/2015/ImprovedMetadata
- Timestamp:
- 06/01/15 12:12:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2015/ImprovedMetadata
v6 v7 1 [[TOC]] 1 2 2 = GSoC 2015 Improved metadata for GRASS GIS = 3 3 … … 34 34 ||AUGUST 17 - 23 ||Testing, polishing code and writing documentation|||| 35 35 ||AUGUST 24 ||Ending GoSC|||||| 36 == Requirements == 37 38 [http://grass.osgeo.org/download/software/#g71x GRASS 7.1] 39 40 == Dependencies == 41 42 Current development of wx.metadata package has dependence on external libraries: 43 * OWSLib (no additional dependence) development version () 44 {{{ 45 git clone git://github.com/geopython/OWSLib.git 46 cd OWSLib && sudo python setup.py install 47 }}} 48 * Jinja templates 49 {{{ 50 git clone git://github.com/mitsuhiko/jinja2.git 51 cd jinja2 && sudo python setup.py install 52 }}} 36 53 37 54 38 55 == Development == 56 === Pdf reports === 57 used library: [http://www.reportlab.com/apis/reportlab/2.4/platypus.html reportlab.platypus] 58 39 59 == Weekly reports == 60 === Week 1 (May 30) === 61 * Designed and implemented support of creating pdf reports of metadata. 62 * Fixed some defects in metadata editor which arose from changes in GRASS core. 63 [https://www.youtube.com/watch?v=V7tgOOuRyuA&feature=youtu.be video] 64 65 [[Image(pdfexp.png)]] 66 67 [http://lists.osgeo.org/pipermail/grass-dev/2015-May/075195.html report email] 68 40 69 == TODO&IDEAS ==