Changes between Version 21 and Version 22 of Grass7/NewFeatures76


Ignore:
Timestamp:
Oct 8, 2018, 10:26:08 AM (6 years ago)
Author:
mmetz
Comment:

libsegment: + all in memory cache

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures76

    v21 v22  
    8686 * **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 starting with proj-5.1.0. Custom coordinate conversion/transformation pipelines can now be defined for raster and vector reprojection.
    8787 * 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.
     88 * the segment library uses a new fast all-in-memory cache instead of a file-based cache if all data can be kept in memory
     89 * ...
    8890
    8991== Source Code Portability ==