Changes between Version 73 and Version 74 of Grass7/NewFeatures74
- Timestamp:
- 01/20/18 14:09:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v73 v74 41 41 A new module, G74:r.geomorphon, to calculate geomorphons (terrain forms) and associated geometry using machine vision approach has been integrated (moved from Add-ons) into the core functionalities of GRASS GIS. A very nice addition to G74:r.out.gdal is the **possibility to create overviews** which enhances the compatibility with other GIS software packages. 42 42 43 G7:r.in.gdal and G7:r.external provide support for import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees. Moreover, for imported lat-lon maps created with GIS software that uses limited floating point precision (common problem), an automatic fix of floating point precision errors in the grid geometry was implemented. Furthermore, G74:r.in.gdal and G74:r.import allow to optionally limit the import map to the current region(through -r flag and extent=region, respectively).43 G7:r.in.gdal and G7:r.external provide support for import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees. Moreover, for imported lat-lon maps created with GIS software that uses limited floating point precision (common problem), an automatic fix of floating point precision errors in the grid geometry was implemented. Furthermore, G74:r.in.gdal and G74:r.import allow to **optionally limit the import map to the current region** (through -r flag and extent=region, respectively). 44 44 45 45 Several other raster modules have been improved with new options, flags or parallelization support: 46 46 * G74:r.regression.multi provides RMSE and MAE estimations for the regression model. 47 47 * A new -v flag was added to G74:r.what to return vector category number. 48 * G74:r.clump now includes fuzzy clumping, multispectral clumping ,minimum clump size.48 * G74:r.clump now includes fuzzy clumping, multispectral clumping and minimum clump size. 49 49 * Parallelization support was implemented for G74:r.sim.water, G74:r.sim.sediment and G7:r.sun 50 50 * G74:r.mapcalc has a new ''region'' option that allows to set the computational region to the disjoint union or intersection of all maps in the expression.