[Qgis-community-team] Training manual: Processing

Paolo Cavallini cavallini at faunalia.it
Wed Apr 16 09:40:06 PDT 2014


Hi all.
I'm revising the training manual, and I have some doubts about the
Processing section

*
https://github.com/qgis/QGIS-Documentation/blob/master/source/docs/training_manual/processing/vector_calculator.rst
this seems outdated in ref to the current exp version of Processing; the
Python syntax does not seem to be recognized any more, so
float(MALES) / FEMALES does not work. Should I replace it with
1.0*MALES / FEMALES
Same for
'male' if MALES > FEMALES else 'female'

*
https://github.com/qgis/QGIS-Documentation/blob/master/source/docs/training_manual/processing/extents.rst
the command Shapes to grid leaves out the first basin (ID=0): should I
change the IDs? The Rasterize command does not create NULLs, and puts 0
to NULL

*
https://github.com/qgis/QGIS-Documentation/blob/master/source/docs/training_manual/processing/html.rst
in the output, the layer and field names are missing: should I open a
ticket?

* have found some problem with projections not being recognized, so I'll
be adding .qpj: objections?

All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html


More information about the Qgis-community-team mailing list