Talk:GRASS Community Sprint Como 2015: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Vaclav Petras: remove duplicated item)
 
(10 intermediate revisions by 6 users not shown)
Line 29: Line 29:
* v.in.proj renamed to v.import and copied to trunk, integrated into wxGUI (see screenshot below)
* v.in.proj renamed to v.import and copied to trunk, integrated into wxGUI (see screenshot below)
{{fig|v-import-1|Import and reproject vector data on the fly|size=500}}
{{fig|v-import-1|Import and reproject vector data on the fly|size=500}}
{{fig|v-import-2|Import and reproject vector data on the fly (check result)|size=600}}
{{fig|v-import-2|Import and reproject vector data on the fly (check result)|size=700}}




To be done:
Planned but not finished:
* integrate r.in.proj and v.in.proj to trunk
* integrate r.in.proj and v.in.proj to trunk
* work on PostGIS Topology support, see {{trac|2460}}, {{trac|2497}}
* work on PostGIS Topology support, see {{trac|2460}}, {{trac|2497}}
Line 47: Line 47:
* fix creating command in PyGRASS {{rev|65630}} (to be backported)
* fix creating command in PyGRASS {{rev|65630}} (to be backported)
* fix listing temporal datasets in GUI in {{rev|65641}}
* fix listing temporal datasets in GUI in {{rev|65641}}
* animation tool: put time label color and number of processes to settings, resizing window behavior improved
* default dialog style changed to vertical on Linux
* r.import interface change + test in progress
* + Massimo Di Stefano: first stage of integration of Cesium virtual globe in Map Display
* + Massimo Di Stefano: first stage of integration of Cesium virtual globe in Map Display


Line 70: Line 73:
* d.legend manual: example + screenshot added {{rev|65718}}
* d.legend manual: example + screenshot added {{rev|65718}}
* minor stuff: {{rev|65694}}, {{rev|65695}}, {{rev|65691}}, {{rev|65692}}, {{rev|65683}}, {{rev|65685}}
* minor stuff: {{rev|65694}}, {{rev|65695}}, {{rev|65691}}, {{rev|65692}}, {{rev|65683}}, {{rev|65685}}
* tagged [https://trac.osgeo.org/grass/wiki/Release/7.0.1RC-News GRASS GIS 7.0.1RC2] (release_20150720_grass_7_0_1RC2)
* tagged [https://trac.osgeo.org/grass/wiki/Release/7.0.1RC-News GRASS GIS 7.0.1RC2] (release_20150720_grass_7_0_1RC2) | [http://grass.osgeo.org/news/46/15/GRASS-GIS-7-0-0RC2-released/ GRASS GIS 7.0.0RC2 released]


==== Vaclav Petras ====
==== Vaclav Petras ====
Line 79: Line 82:
* updating Python documentation ({{rev|65612}})
* updating Python documentation ({{rev|65612}})
* test for ''g.extension'' ({{rev|65673}})
* test for ''g.extension'' ({{rev|65673}})
* refactoring and documentation of ''g.extension'' ({{rev|65676}}, {{rev|65688}}, {{rev|65711}})
* refactoring and documentation of ''g.extension'' ({{rev|65676}}, {{rev|65688}}, {{rev|65711}}, {{rev|65762}})
* giving GRASS GIS contributing introduction to [[#Ludmila_Furtkevicova|Ludmila Furtkevicova]]
* giving GRASS GIS contributing introduction to [[#Ludmila_Furtkevicova|Ludmila Furtkevicova]]
* supporting [[#Annalisa_Minelli|Annalisa Minelli]] in fixing ''r.agent''/''r.agent.aco'' compilation and source code layout
* supporting [[#Annalisa_Minelli|Annalisa Minelli]] in fixing ''r.agent''/''r.agent.aco'' compilation and source code layout
* support for other sources of source code for ''g.extension'' ({{rev|65730}}, {{rev|65737}})
* support for other sources of source code for ''g.extension'' ({{rev|65730}}, {{rev|65737}}, {{rev|65740}}, {{rev|65757}}, {{rev|65769}})
** supported syntax:
** downloading Trac ZIP files is used by default instead of Subversion checkout ({{rev|65769}})
*** <tt>g.extension r.example</tt> (standard usage, uses official GRASS Addons repository and Subversion)
** newly supported options:
*** <tt>g.extension r.example svnurl=https://trac.osgeo.org/.../r.example?format=zip</tt> (ZIP file on the web)
*** ZIP or TAR family archive file locally or on the web:
*** <tt>g.extension r.example svnurl=/local/directory/r.example/</tt> (directory on disk)
**** <tt>g.extension r.example svnurl=<nowiki>https://trac.osgeo.org/.../r.example?format=zip</nowiki></tt>
*** <tt>g.extension r.example svnurl=github.com/johnsmith/r.example</tt> (simple URL to GitHub repository, downloads a ZIP file)
*** local directory on disk:
**** <tt>g.extension r.example svnurl=/local/directory/r.example/</tt>
*** simple URL to GitHub, GitLab, Bitbucket repositories (downloads a ZIP file):
**** <tt>g.extension r.example svnurl=github.com/johnsmith/r.example</tt>
*** simple URL to OSGeo Trac (downloads a ZIP file, requires download enabled in Trac):
**** <tt>g.extension r.example svnurl=trac.osgeo.org/.../r.example</tt>
** only official repository supported on MS Windows (compilation is not possible)
** only official repository supported on MS Windows (compilation is not possible)
** local XML files cannot be properly updated as they are provided only in official repository
** local XML files cannot be properly updated as they are provided only in official repository
** CRLF line endings are replaced by LF before compilation (advanatgeos for ZIPs from Trac and from ZIP providers using MS Windows)
** CRLF line endings are replaced by LF before compilation (advantageous for ZIPs from Trac and from ZIP providers using MS Windows)


==== Annalisa Minelli ====
==== Annalisa Minelli ====
Line 103: Line 111:


Mainly working on documentation and cooking for the crew (together with [[#Lucadelu|Luca Delucchi]]) ;-)
Mainly working on documentation and cooking for the crew (together with [[#Lucadelu|Luca Delucchi]]) ;-)
* Improved documentation for r.stream.basins and r.stream.order  
* Improved documentation for r.stream.basins and r.stream.order ({{rev|65745}}, {{rev|65698}}, {{rev|65633}})
* [https://trac.osgeo.org/grass/timeline?from=Jul+22%2C+2015&daysback=4&authors=madi&milestone=on&ticket=on&changeset=on&wiki=on&update=Update All my changes in trac ]
* [https://trac.osgeo.org/grass/timeline?from=Jul+22%2C+2015&daysback=4&authors=madi&milestone=on&ticket=on&changeset=on&wiki=on&update=Update All my changes in trac ]
* [http://grasswiki.osgeo.org/w/index.php?limit=50&tagfilter=&title=Special%3AContributions&contribs=user&target=Madi&namespace=&year=2015&month=7 All my edits on the wiki]
* [http://grasswiki.osgeo.org/w/index.php?limit=50&tagfilter=&title=Special%3AContributions&contribs=user&target=Madi&namespace=&year=2015&month=7 All my edits in the wiki]


==== Veronica Andreo ====
==== Veronica Andreo ====
Line 115: Line 123:
==== Luca Delucchi ====
==== Luca Delucchi ====
* Managing barbecue :-)
* Managing barbecue :-)
* Starting to update g.gui.tplot to support stvds ({{rev|65640}})
* Added support to stvds in g.gui.tplot ({{rev|65640}} {{rev|65755}} {{rev|65758}} {{rev|65763}} {{rev|65770}} {{rev|65772}} {{rev|65773}})
* g.gui.tplot fixed problem with null value in CELL maps {{rev|65682}}
* g.gui.tplot fixed problem with null value in CELL maps {{rev|65682}}
* Fixed issue {{trac|2690}} ({{rev|65674}} {{rev|65675}})
* Fixed issue {{trac|2690}} ({{rev|65674}} {{rev|65675}})
* moved v.what.strds to trunk {{rev|65686}}, added testsuite {{rev|65704}} and backported to release branch 7 {{rev|65705}}, closed ticket {{trac|2128}}
* moved v.what.strds to trunk {{rev|65686}}, added testsuite {{rev|65704}} and backported to release branch 7 {{rev|65705}}, closed ticket {{trac|2128}} (added into Makefile only with {{rev|65760}} {{rev|65760}}
* added TOC into keywords page {{rev|65713}}
* added TOC into keywords page {{rev|65713}}
* worked on {{trac|2599}} ({{rev|65714}} {{rev|65723}})
* worked on [[Promotional_material#GRASS_Flyers|promotional material]] - {{rev|65735}} [https://trac.osgeo.org/osgeo/changeset/12481 OSGeo r12481] [https://trac.osgeo.org/osgeo/changeset/12482 OSGeo r12482]


==== Ivan Minčík ====
==== Ivan Minčík ====

Latest revision as of 02:59, 9 August 2015

Reports

Impressions from the GRASS GIS Community Sprint 2015: Como, Italy)

More photos at Twitter, FB, G+ ...

Overall

Individual reports

Martin Landa

v.external interactive input/layer
  • fix GRASS_VECTOR_TEMPORARY (r65677)
  • fix v.buffer -s/-c flags (r65710)
  • trac #2711
  • v.in.proj renamed to v.import and copied to trunk, integrated into wxGUI (see screenshot below)
Import and reproject vector data on the fly
Import and reproject vector data on the fly (check result)


Planned but not finished:

  • integrate r.in.proj and v.in.proj to trunk
  • work on PostGIS Topology support, see trac #2460, trac #2497
  • GRASS 7 support in pywps
  • trac #2386
  • implement v.clip
  • implement v.convert.g6
  • g.gui.datacatalog

Anna Petrasova

  • fixed digitizing attributes on MacOSX with wxPython 3 - r65606
  • fix trac #2386 in r65614 and fix manual page example (r65615)
  • test for r.horizon added (r65621), reorganized options in r65635
  • fix creating command in PyGRASS r65630 (to be backported)
  • fix listing temporal datasets in GUI in r65641
  • animation tool: put time label color and number of processes to settings, resizing window behavior improved
  • default dialog style changed to vertical on Linux
  • r.import interface change + test in progress
  • + Massimo Di Stefano: first stage of integration of Cesium virtual globe in Map Display
First steps in integration Cesium virtual globe in GRASS GIS 7

Ludmila Furtkevicova

  • r.flow manual: example added (r65680, r65681)
  • various manual wording tweaks
  • r.slope.aspect manual: example added (r65722, r65724)

Markus Neteler

Vaclav Petras

  • migrating tests to NC basic location (r65613)
  • supporting Ivan Mincik in Git synchronization for Travis CI
  • supporting Markus Neteler in Trac download links (needed for g.extension)
  • updating Python documentation (r65612)
  • test for g.extension (r65673)
  • refactoring and documentation of g.extension (r65676, r65688, r65711, r65762)
  • giving GRASS GIS contributing introduction to Ludmila Furtkevicova
  • supporting Annalisa Minelli in fixing r.agent/r.agent.aco compilation and source code layout
  • support for other sources of source code for g.extension (r65730, r65737, r65740, r65757, r65769)
    • downloading Trac ZIP files is used by default instead of Subversion checkout (r65769)
    • newly supported options:
      • ZIP or TAR family archive file locally or on the web:
        • g.extension r.example svnurl=https://trac.osgeo.org/.../r.example?format=zip
      • local directory on disk:
        • g.extension r.example svnurl=/local/directory/r.example/
      • simple URL to GitHub, GitLab, Bitbucket repositories (downloads a ZIP file):
        • g.extension r.example svnurl=github.com/johnsmith/r.example
      • simple URL to OSGeo Trac (downloads a ZIP file, requires download enabled in Trac):
        • g.extension r.example svnurl=trac.osgeo.org/.../r.example
    • only official repository supported on MS Windows (compilation is not possible)
    • local XML files cannot be properly updated as they are provided only in official repository
    • CRLF line endings are replaced by LF before compilation (advantageous for ZIPs from Trac and from ZIP providers using MS Windows)

Annalisa Minelli

Testing possible interactions between Gama-platform and GRASS trunk focusing on pre and post processing of data for the multi agent platform. Specifically:

Margherita Di Leo

Mainly working on documentation and cooking for the crew (together with Luca Delucchi) ;-)

Veronica Andreo

Luca Delucchi

Ivan Minčík

Overall Code Sprint page

OSGeo code sprint (one day): http://wiki.osgeo.org/wiki/FOSS4G-Europe_2015_Code_Sprint

Press release

[todo]