GRASS GIS contributors meetings in San Michele/February 2016: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 6 users not shown)
Line 17: Line 17:
** code: lib/raster/init.c, line 124
** code: lib/raster/init.c, line 124
** Plan:
** Plan:
*** Null data are by default DEFLATE compressed: hence, if GRASS_COMPRESS_NULLS=1 or not defined at all. So, if the user sets GRASS_COMPRESS_NULLS to anything else than 1, Null data will not be compressed.
*** Idea: Null data be DEFLATE compressed by default: hence, if GRASS_COMPRESS_NULLS=1 or not defined at all. So, if the user sets GRASS_COMPRESS_NULLS to anything else than 1, Null data will not be compressed.
*** Note: Backward NULL file compression compatibility could be implemented in relbranch70 only by ZLIB's DEFLATE (see https://trac.osgeo.org/grass/ticket/2750#comment:36). Hence ZLIB may qualify for the default NULL compression algorithm.  
*** Note: Backward NULL file compression compatibility could be implemented in relbranch70 only by ZLIB's DEFLATE (see https://trac.osgeo.org/grass/ticket/2750#comment:36). Hence ZLIB may qualify for the default NULL compression algorithm.


====Projections:====
====Projections:====
* fix GDAL CSV: {{trac|2456}}
 
* EPSG: {{trac|2490}}
* issues postponed to [[Paris Code Sprint 2016 Agenda]]
* revisit Even R's comments on this


====Core:====
====Core:====
Line 47: Line 46:
=== Participants and reports ===
=== Participants and reports ===


* Martin Landa
==== Luca ====
* Ludmila
* closed tickets {{trac|2261}} {{trac|2319}} {{trac|2912}}
* Stepan
* started to work on {{trac|2294}}.... continue in [[GRASS Community Sprint Paris 2016|Paris]]
* Matej
* Luca


==== Markus ====
==== Markus ====
* Developed https://grasswiki.osgeo.org/wiki/Community_Sprint_Funding along with Martin and Luca
* checked {{trac|2916}} - Arch configure issue
* checked {{trac|2916}} - Arch configure issue
* Developed budget overviews such as [[GRASS GIS Budget 2014]], [[GRASS GIS Budget 2015]], [[GRASS GIS Budget 2016]]
==== Martin ====
* Various Graphical Modeler improvements (collaboration with Ludmila) - {{trac|2782}}, {{trac|2904}}
* Vagrant improvements
* Various wxGUI improvements and fixes
* Element name issue (3d-raster to raster_3d)
* wxGUI data catalog fixes and improvements (copy, rename, delete maps)
* Fix wxGUI addons handling (when addons contains more commands)
* Fix g.extension compilation of r.green addons
* winGRASS: switch to GDAL 2.0
* [https://trac.osgeo.org/grass/timeline?from=Feb+21%2C+2016&daysback=7&authors=martinl&milestone=on&ticket=on&changeset=on&wiki=on&update=Update Logs overview]
==== Matej ====
* Started with the [https://github.com/krejcmat/grass-hdfs package] for handling [https://github.com/Esri/spatial-framework-for-hadoop/wiki The Spatial Framework for Hadoop] with using GRASS
* Fixing configuration of [https://github.com/krejcmat/hadoop-spatial-framework-docker hadoop-spatial-framework-docker]
==== Ludmila ====
* WxGUI Graphical Modeler GRASS GIS [https://grass.osgeo.org/grass71/manuals/g.gui.gmodeler.html user manual page] improvements related to model properties settings, metadata settings, variable variables usage, particular model performation, etc. and also working on better figure resolution to have clickable images (created draft, will be published in next few days)
* using wxGUI Graphical Modeler to create model to perform average statistics for zipcode zones using North Carolina sample dataset in order to enable this model to GRASS users to get hands-on experience in wxGUI Graphical Modeler according to manual
* installation of GIS.lab unit machine in FEM; process from basic operating system installation, GIS.lab unit initialization, GIS.lab installation to sample illustration and intro to physical client customization
* wxGUI Graphical Modeler bug hunting and multilateral cooperation with Martin Landa
==== Stepan ====
* worked on modification of db library to allow proper work with 64bit integers  (not yet commited needs discussion)
* created init version of v.in.osm module  {{rev|67912}} by turek
* created draft (not yet commited) of v.db.category module to build category crosstable between two layers
* worked on worflow OSM data -> GRASS ->  v.net.* analyses with turntable


=== Photos ===
=== Photos ===


[[Image:GRASS GIS contributors meetings in San Michele February 2016.jpg|400px]]


[[Category: Workshops]]
[[Category: Workshops]]
[[Category: Code Sprint]]
[[Category: Code Sprint]]
[[Category: 2016]]

Latest revision as of 11:29, 6 September 2016

Date

15-20 February 2016

Agenda

Community stuff:

Time-based task:

  • Wed morning - GIS.lab (Markus, Luca, Ludka, Martin, ...)
  • Fri morning - OSM data -> Vector network analysis with turntable (Markus, Luca, Stepan, ...)

Raster:

  • discuss and ideally activate new raster compression scheme in "trunk" (trac #2750)
    • code: lib/raster/init.c, line 124
    • Plan:
      • Idea: Null data be DEFLATE compressed by default: hence, if GRASS_COMPRESS_NULLS=1 or not defined at all. So, if the user sets GRASS_COMPRESS_NULLS to anything else than 1, Null data will not be compressed.
      • Note: Backward NULL file compression compatibility could be implemented in relbranch70 only by ZLIB's DEFLATE (see https://trac.osgeo.org/grass/ticket/2750#comment:36). Hence ZLIB may qualify for the default NULL compression algorithm.

Projections:

Core:

  • Kickstart of GRASS with LatLong predefined, open import wizard | switch projection

QA:

winGRASS:

Web CMS:

  • discuss CMS migration to Wordpress

OSM data -> Vector network analysis with turntable

  • Add turntable support for OSM data
  • discuss: How the whole solution should look like?

Addons:

  • Update include/Make to reflect Addons with libs

Participants and reports

Luca

Markus

Martin

  • Various Graphical Modeler improvements (collaboration with Ludmila) - trac #2782, trac #2904
  • Vagrant improvements
  • Various wxGUI improvements and fixes
  • Element name issue (3d-raster to raster_3d)
  • wxGUI data catalog fixes and improvements (copy, rename, delete maps)
  • Fix wxGUI addons handling (when addons contains more commands)
  • Fix g.extension compilation of r.green addons
  • winGRASS: switch to GDAL 2.0
  • Logs overview

Matej

Ludmila

  • WxGUI Graphical Modeler GRASS GIS user manual page improvements related to model properties settings, metadata settings, variable variables usage, particular model performation, etc. and also working on better figure resolution to have clickable images (created draft, will be published in next few days)
  • using wxGUI Graphical Modeler to create model to perform average statistics for zipcode zones using North Carolina sample dataset in order to enable this model to GRASS users to get hands-on experience in wxGUI Graphical Modeler according to manual
  • installation of GIS.lab unit machine in FEM; process from basic operating system installation, GIS.lab unit initialization, GIS.lab installation to sample illustration and intro to physical client customization
  • wxGUI Graphical Modeler bug hunting and multilateral cooperation with Martin Landa

Stepan

  • worked on modification of db library to allow proper work with 64bit integers (not yet commited needs discussion)
  • created init version of v.in.osm module r67912 by turek
  • created draft (not yet commited) of v.db.category module to build category crosstable between two layers
  • worked on worflow OSM data -> GRASS -> v.net.* analyses with turntable

Photos