Changes between Version 29 and Version 30 of GSoC/2014/MetadataForGRASS


Ignore:
Timestamp:
Jun 7, 2014, 1:39:31 PM (10 years ago)
Author:
krejcmat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/MetadataForGRASS

    v29 v30  
    1717 == Timeline ==
    1818
    19 |||| timeline from proposal     ||newly proposed timeline||
    20 ||MAY 1- 7     ||             "Early starts" Study ISO, INSPIRE and FGDC standards      ||
    21 ||MAY 7 - 14    ||           Getting familiar with GRASS GIS modules code.      ||
    22 ||MAY 14 - 19     ||         Design of metadata GRASS library|| design GRASS library (in Python) to read / write metadata based on ISO as flat XML files||
    23 ||MAY 19          ||           Starting GoSC    x||
    24 ||MAY 19- 25    ||           Support of diferent metadata profiles      ||design GRASS library (in Python) to read / write metadata based on ISO as flat XML files including profies (XSD validation, Inspire as the show-case)||
    25 ||MAY 26 - JUN 16   ||   "Break"(Prepare for bachelor final exam)       ||add support for conversion GRASS (current) metadata files <-> XML ISO metadata ||
    26 ||JUN 16 - 24       ||       Implement basic library model for command line     ||design cmd modules for reading and writing ISO-based metadata -> r.info.iso + v.info.iso (including support for conversion GRASS (current) metadata files <-> XML ISO metadata)||
    27 ||JUN 24 - 30     ||          Modules functionality (searching, publishing metadata)||  design GUI for reading and writing ISO-based metadata||
    28 ||JULY 1 - 7     ||            Design GUI||     design GUI for reading and writing ISO-based metadata -> g.gui.metadata||
    29 ||JULY  7 - 14    ||          Connect GUI library, basic functions||    advanced metadata publishing/searching based on owslib + pycsw||
    30 ||JULY 14 - 21     ||        Implementation of search function to GUI   ||advanced metadata publishing/searching based on owslib + pycsw||
    31 ||JULY 21 - 30    ||        Improve metadata validation using designed GUI      ||advanced metadata publishing/searching based on owslib + pycsw -> testing prototype||
    32 ||AUGUST 1 - 9    ||       Polishing code       ||polishing code||
    33 ||AUGUST 9 - 18    ||     Testing and documentation     ||testing and documentation||
    34 ||AUGUST 18       ||      The end of GSoC       ||the end of GSoC||
     19|||| timeline from proposal     ||newly proposed timeline|| status||
     20||MAY 1- 7     ||             "Early starts" Study ISO, INSPIRE and FGDC standards      || ||+||
     21||MAY 7 - 14    ||           Getting familiar with GRASS GIS modules code.      || ||+||
     22||MAY 14 - 19     ||         Design of metadata GRASS library|| design GRASS library (in Python) to read / write metadata based on ISO as flat XML files||+||
     23||MAY 19          ||           Starting GoSC    x|| ||+||
     24||MAY 19- 25    ||           Support of different metadata profiles     ||design GRASS library (in Python) to read / write metadata based on ISO as flat XML files including profies (XSD validation, Inspire as the show-case)||+||
     25||MAY 26 - JUN 16   ||   "Break"(Prepare for bachelor final exam)       ||add support for conversion GRASS (current) metadata files <-> XML ISO metadata ||+||
     26||JUN 16 - 24       ||       Implement basic library model for command line     ||design cmd modules for reading and writing ISO-based metadata -> r.info.iso + v.info.iso (including support for conversion GRASS (current) metadata files <-> XML ISO metadata)||+||
     27||JUN 24 - 30     ||          Modules functionality (searching, publishing metadata)||  design GUI for reading and writing ISO-based metadata||||
     28||JULY 1 - 7     ||            Design GUI||     design GUI for reading and writing ISO-based metadata -> g.gui.metadata||||
     29||JULY  7 - 14    ||          Connect GUI library, basic functions||    advanced metadata publishing/searching based on owslib + pycsw||||
     30||JULY 14 - 21     ||        Implementation of search function to GUI   ||advanced metadata publishing/searching based on owslib + pycsw||||
     31||JULY 21 - 30    ||        Improve metadata validation using designed GUI      ||advanced metadata publishing/searching based on owslib + pycsw -> testing prototype||||
     32||AUGUST 1 - 9    ||       Polishing code       ||polishing code||||
     33||AUGUST 9 - 18    ||     Testing and documentation     ||testing and documentation||||
     34||AUGUST 18       ||      The end of GSoC       ||the end of GSoC||||
    3535
    3636
     
    6565 * inspire profile (for subsequent editing in future wxGUI editor)
    6666[http://lists.osgeo.org/pipermail/grass-dev/2014-May/069220.html report email]
     67
     68 === Week 3 (June 06) ===
     69 * Consulted design of metadata editor with mentors.
     70 * Consulted current implementation of v.info.iso and r.info.iso
     71 * Search for alternatives to Jinja templates (current implementation)
     72 * Learned basics of wxPython
     73[http://lists.osgeo.org/pipermail/grass-dev/2014-June/069374.html report email]