Talk:GRASS Community Sprint Como 2015: Difference between revisions
Jump to navigation
Jump to search
m (→Martin Landa) |
⚠️Wenzeslaus (talk | contribs) (→Vaclav Petras: remove duplicated item) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 28: | Line 28: | ||
* {{trac|2711}} | * {{trac|2711}} | ||
* 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}} | {{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)}} | {{fig|v-import-2|Import and reproject vector data on the fly (check result)|size=700}} | ||
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 | ** downloading Trac ZIP files is used by default instead of Subversion checkout ({{rev|65769}}) | ||
*** | ** newly supported options: | ||
*** <tt>g.extension r.example svnurl=https://trac.osgeo.org/.../r.example?format=zip</tt> | *** ZIP or TAR family archive file locally or on the web: | ||
*** <tt>g.extension r.example svnurl=/local/directory/r.example/</tt> ( | **** <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> | *** 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 ( | ** 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 102: | Line 110: | ||
==== Margherita Di Leo ==== | ==== Margherita Di Leo ==== | ||
* Improved documentation for r.stream.basins and r.stream.order | Mainly working on documentation and cooking for the crew (together with [[#Lucadelu|Luca Delucchi]]) ;-) | ||
* 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 in the wiki] | |||
==== Veronica Andreo ==== | ==== Veronica Andreo ==== | ||
Line 113: | Line 123: | ||
==== Luca Delucchi ==== | ==== Luca Delucchi ==== | ||
* Managing barbecue :-) | * Managing barbecue :-) | ||
* | * 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
More photos at Twitter, FB, G+ ...
Overall
- release 7.0.1
- resolving blocker/critical tickets
- manual improvements (both content and style)
Individual reports
Martin Landa
- trac #2703
- modify v.in.ogr and v.external to use GdalSelect
- 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)
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
Ludmila Furtkevicova
- r.flow manual: example added (r65680, r65681)
- various manual wording tweaks
- r.slope.aspect manual: example added (r65722, r65724)
Markus Neteler
- add SVG files of startup banner to SVN (r65609 + r65609)
- Fotowall photo collection (see above)
- Como community sprint: T-Shirt logo draft (r65610)
- Manage the Community Sprint budget (together with Luca Delucchi and Martin Landa)
- trac configuration updated: possibility to download Addon source code as ZIP package (example: r.sun.daily) - joint work with Vaclav Petras
- Partial cleanup of http://grasswiki.osgeo.org/wiki/R_statistics - joint work with Vero Andreo
- v.buffer manual: explain corners (caps) with screenshots r65712
- d.legend manual: example + screenshot added r65718
- minor stuff: r65694, r65695, r65691, r65692, r65683, r65685
- tagged GRASS GIS 7.0.1RC2 (release_20150720_grass_7_0_1RC2) | GRASS GIS 7.0.0RC2 released
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
- ZIP or TAR family archive file locally or on the web:
- 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:
- tested usage of gama through gama-headless.sh script
- tested usage of GRASS71 through the --exec flag
- easy shell script wrote in order to test the cross functioning: https://github.com/annalisapg/maritimeSimulation
- fix of Makefiles and some minor revisions to r.agent module (r65700) with Vaclav Petras
Margherita Di Leo
Mainly working on documentation and cooking for the crew (together with Luca Delucchi) ;-)
- Improved documentation for r.stream.basins and r.stream.order (r65745, r65698, r65633)
- All my changes in trac
- All my edits in the wiki
Veronica Andreo
- Cleaning of http://grasswiki.osgeo.org/wiki/R_statistics - joint work with Markus Neteler
- Update http://grasswiki.osgeo.org/wiki/R_statistics to GRASS GIS 7 and North Carolina sample data set
- Add examples and update http://grasswiki.osgeo.org/wiki/Temporal_data_processing
Luca Delucchi
- Managing barbecue :-)
- Added support to stvds in g.gui.tplot (r65640 r65755 r65758 r65763 r65770 r65772 r65773)
- g.gui.tplot fixed problem with null value in CELL maps r65682
- Fixed issue trac #2690 (r65674 r65675)
- moved v.what.strds to trunk r65686, added testsuite r65704 and backported to release branch 7 r65705, closed ticket trac #2128 (added into Makefile only with r65760 r65760
- added TOC into keywords page r65713
- worked on trac #2599 (r65714 r65723)
- worked on promotional material - r65735 OSGeo r12481 OSGeo r12482
Ivan Minčík
- setting Travis CI (https://travis-ci.org/GRASS-GIS/grass-ci)
Overall Code Sprint page
OSGeo code sprint (one day): http://wiki.osgeo.org/wiki/FOSS4G-Europe_2015_Code_Sprint
Press release
[todo]