76 | | * G7:r.colors.out: new |
77 | | * G7:r.cost faster by orders of magnitude (10x - 100x) |
78 | | * G7:r.cross handling of null values fixed; Use btree library instead of inlined version for speed |
79 | | * G7:r.external.out: new |
80 | | * G7:r.fillnulls: fill each hole separately thus improving quality and speed |
| 76 | * G7:r.colors.out: new - Exports the color table associated with a raster map. |
| 77 | * G7:r.cost: faster by orders of magnitude (10x - 100x); Creates a raster map showing the cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost. |
| 78 | * G7:r.cross: Creates a cross product of the category values from multiple raster map layers. handling of null values fixed; Use btree library instead of inlined version for speed |
| 79 | * G7:r.external.out: new - Defines raster output format utilizing GDAL library. |
| 80 | * G7:r.fillnulls: Fills no-data areas in raster maps using spline interpolation. Fills each hole separately thus improving quality and speed |
89 | | * G7:r.solute.transport: new; New module to compute the solute transport of groundwater in porous media using an implicit finite volume approach |
90 | | * G7:r.statistics2: new |
91 | | * G7:r.statistics3: new |
92 | | * G7:r.sunhours: new |
93 | | * G7:r.uslek: new |
94 | | * G7:r.usler: new |
95 | | * G7:r.walk faster by orders of magnitude (10x - 1000x) |
| 90 | * G7:r.solute.transport: new - New module to compute the solute transport of groundwater in porous media using an implicit finite volume approach |
| 91 | * G7:r.statistics2: new - Calculates category or object oriented statistics (accumulator-based statistics). |
| 92 | * G7:r.statistics3: new - Compute category quantiles using two passes. |
| 93 | * G7:r.sunhours: new - Calculates solar elevation, solar azimuth, and sun hours. |
| 94 | * G7:r.uslek: new - Computes USLE Soil Erodibility Factor (K). |
| 95 | * G7:r.usler: new - Computes USLE R factor, Rainfall erosivity index. |
| 96 | * G7:r.walk: Outputs a raster map showing the anisotropic cumulative cost. Faster by orders of magnitude (10x - 1000x) |