Changes between Version 26 and Version 27 of Grass7/NewFeatures74
- Timestamp:
- 11/10/17 10:04:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v26 v27 22 22 == Graphical User Interface == 23 23 24 25 24 GRASS GIS 7.4 graphical user interface comes with a new .... 26 25 … … 32 31 * Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset. 33 32 * Simple Python Editor is now available from the File menu. 33 34 34 == Modules (commands) == 35 35 … … 43 43 44 44 New: 45 45 46 * G74:... 46 47 47 48 Improved: 49 48 50 * G7:g.proj: When a new location is created from vector data, use the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71491) 51 49 52 === Raster modules === 50 53 51 54 New: 55 52 56 * fixed longitude wrapping for lat/lon locations 53 57 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees … … 60 64 * G7:r.sim.water: added parallelization support 61 65 * G7:r.sim.sediment: added parallelization support 62 * G7:r.in.lidar: added -d flag to use base raster resolution instead of computational region 66 * G7:r.in.lidar: added -d flag to use base raster resolution instead of computational region 67 * G7:r.import: added support to subset to region boundaries when importing (extent=region) 68 * G7:r.mapcalc: implemented computational region settings based on disjoint union and intersection computation from all input raster maps in an expression 63 69 64 70 === Raster3D modules === … … 91 97 and to avoid a rare segfault when opening a GRASS database driver 92 98 * the code has been restructured to make it a bit less unreadable and to fix the logic of steps (e.g. check output only if output is created) 99 93 100 === Imagery modules === 94 101 … … 103 110 * G7:t.rast.series: added quantile option with test 104 111 * G7:t.rast.mapcalc: added warning before removing empty (null) maps 112 * G7:t.rast.export: added GDAL options to support GeoTiff compression 113 * G7:t.info: Add test to verify the support of non ascii code 105 114 106 115 === Scripting === … … 116 125 == GRASS 7 Library changes == 117 126 127 * Implemented temporal algebra complement tests that show the current condition bugs 118 128 * Added spatial topological operators to the temporal algebra (r71369) 119 129 * ...