Changes between Version 59 and Version 60 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 3:54:08 PM (6 years ago)
Author:
neteler
Comment:

Startup of GRASS GIS 7.4.0 with sample data download

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v59 v60  
    1010[[TOC]]
    1111
    12 [[Image(wiki:Grass7/NewFeatures74:grass740_startup.png, align=right, 300px)]]
     12[[Image(wiki:Grass7/NewFeatures74:grass740_startup_sample_data_download_arrow.png, align=right, 300px)]]
    1313
    1414=== What's new in a nutshell ===
     
    108108In the past year of development, there were several changes in different GRASS GIS libraries. The most relavant changes are described below:
    109109 * In the libraster there is now NULL file compression by default and longitude wrapping has been fixed for lat/lon locations
    110  * The temporal framework has now support for spatial topological operators to the temporal algebra, several tests were added as well as a new function to convert granularity to a smaller granularity, and raster region specific parallel processing has been enabled by means of the MultiModule new class in PyGRASS.
     110 * The temporal framework has now support for spatial topological operators to the temporal algebra, several tests were added as well as a new function to convert granularity to a smaller granularity, and raster region specific parallel processing has been enabled by means of the !MultiModule new class in PyGRASS.
    111111 * libproj now provides improved integration of GDAL and streamlining of spatial reference system handling with better support for US datums, as well as new functions (GPJ_grass_to_wkt2 and GPJ_grass_to_osr2).
    112112 * libgis has received several major and minor enhancements. There are new functions such as G_adjust_window_ll to automatically fix lat-lon errors and the lat-lon restrictions when reading DMS coords were relaxed. On the other hand, G_window_percentage_overlap now accounts for N == S or E == W. The function G_compare_projections has an enhanced ellipsoid check. Moreover, BZIP2 compression has been improved for speed and support for HTML/CSS hash hexadecimal colors has been added in G_str_to_color.