Changes between Version 7 and Version 8 of Grass7/NewFeatures76


Ignore:
Timestamp:
May 4, 2018, 1:46:20 PM (6 years ago)
Author:
mmetz
Comment:

Vlib: change messages to verbose

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures76

    v7 v8  
    7474In the past year of development, there were several changes in different GRASS GIS libraries. The most relevant changes are described below:
    7575 * A new raster compression method has been added: ZSTD ([http://www.zstd.net/ ZSTD], [https://github.com/facebook/zstd ZSTD on github]). ZSTD is an improvement over ZLIB's deflate method, providing both faster and higher compression than ZLIB.
    76  * support for PROJ 5: previously, reprojection from one CRS to another CRS used WGS84 as pivot datum: CRS1 -> WGS84 -> CRS2. This method provided reasonable results and allowed for reprojection on-the-fly. However, using a fixed pivot datum has been regarded as a suboptimal solution for coordinate reprojection, therefore a new mechanism has been introduced in PROJ 5, where custom pipelines for coordinate conversion and transformation can be defined. Together with the new PROJ 5+ API, this pipeline mechanism is now supported. Custom coordinate conversion/transformation pipelines can now be defined for raster and vector reprojection. 
     76 * support for PROJ 5: previously, reprojection from one CRS to another CRS used WGS84 as pivot datum: CRS1 -> WGS84 -> CRS2. This method provided reasonable results and allowed for reprojection on-the-fly. However, using a fixed pivot datum has been regarded as a suboptimal solution for coordinate reprojection, therefore a new mechanism has been introduced in PROJ 5, where custom pipelines for coordinate conversion and transformation can be defined. Together with the new PROJ 5+ API, this pipeline mechanism is now supported. Custom coordinate conversion/transformation pipelines can now be defined for raster and vector reprojection.
     77 * vector modules are now less "chatty" with regard to topology building: only problems are reported, standard topology building messages are only shown with --verbose. This should make it easier for users to spot problems.
    7778
    7879== Source Code Portability ==