Changes between Version 26 and Version 27 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 10, 2017, 10:04:35 AM (6 years ago)
Author:
veroandreo
Comment:

+improvements in some raster, temporal modules

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v26 v27  
    2222== Graphical User Interface ==
    2323
    24 
    2524GRASS GIS 7.4 graphical user interface comes with a new ....
    2625
     
    3231* Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset.
    3332* Simple Python Editor is now available from the File menu.
     33
    3434== Modules (commands) ==
    3535
     
    4343
    4444New:
     45
    4546* G74:...
    4647
    4748Improved:
     49
    4850* 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
    4952=== Raster modules ===
    5053
    5154New:
     55
    5256 * fixed longitude wrapping for lat/lon locations
    5357 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees
     
    6064 * G7:r.sim.water: added parallelization support
    6165 * 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
    6369
    6470=== Raster3D modules ===
     
    9197     and to avoid a rare segfault when opening a GRASS database driver
    9298   * 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
    93100=== Imagery modules ===
    94101
     
    103110 * G7:t.rast.series: added quantile option with test
    104111 * 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
    105114
    106115=== Scripting ===
     
    116125== GRASS 7 Library changes ==
    117126
     127 * Implemented temporal algebra complement tests that show the current condition bugs
    118128 * Added spatial topological operators to the temporal algebra (r71369)
    119129 * ...