Changes between Version 6 and Version 7 of GSoC/2015/ImprovedMetadata


Ignore:
Timestamp:
Jun 1, 2015, 12:12:52 PM (9 years ago)
Author:
krejcmat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015/ImprovedMetadata

    v6 v7  
    1 [[TOC]]
     1
    22= GSoC 2015 Improved metadata for GRASS GIS =
    33
     
    3434||AUGUST 17 - 23  ||Testing, polishing code and writing documentation||||
    3535||AUGUST 24       ||Ending GoSC||||||
     36 == Requirements ==
     37
     38 [http://grass.osgeo.org/download/software/#g71x  GRASS 7.1]
     39
     40 == Dependencies ==
     41
     42Current development of wx.metadata package has dependence on external libraries:
     43 * OWSLib (no additional dependence) development version ()
     44{{{
     45git clone git://github.com/geopython/OWSLib.git
     46cd OWSLib && sudo python setup.py install
     47}}}
     48 * Jinja templates
     49{{{
     50git clone git://github.com/mitsuhiko/jinja2.git
     51cd jinja2 && sudo python setup.py install
     52}}}
    3653
    3754
    3855== Development ==
     56 === Pdf reports ===
     57 used library: [http://www.reportlab.com/apis/reportlab/2.4/platypus.html reportlab.platypus]
     58 
    3959== 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
    4069== TODO&IDEAS  ==