Changes between Version 30 and Version 31 of Grass7/NewFeatures74
- Timestamp:
- 11/10/17 11:11:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v30 v31 58 58 * lat/lon: automatically fix floating point precision errors in the grid geometry of imported raster maps created with GIS software that uses limited floating point precision (common problem). 59 59 * G7:r.regression.multi: added RMSE and MAE estimation 60 * G7:r.what: added new -v flag to return also vector category 60 61 61 62 Improved: … … 83 84 * G7:v.profile: Vector point and line profiling tool complementing G7:r.profile. Moved from add-ons (r71609) 84 85 * G7:v.net.alloc and G7:v.net.iso: added flag for unique and original categories (#517) 85 ...86 86 87 87 Improved … … 114 114 * G7:t.rast.export: added GDAL options to support GeoTiff compression 115 115 * G7:t.info: Add test to verify the support of non ascii code 116 * G7:t.rast.what: Fixed null value bug, null value definitions are now passed to G7:r.what correctly 116 * G7:t.rast.what: 117 * Fixed null value bug, null value definitions are now passed to G7:r.what correctly 118 * added function to convert granularity to a smaller granularity 117 119 118 120 === Scripting === … … 123 125 * [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class 124 126 * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists 125 126 127 127 128 == User Manuals - Documentation ==