Changes between Version 14 and Version 15 of Release/7.4.0-News
- Timestamp:
- 11/16/17 13:28:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.0-News
v14 v15 118 118 * Font can be selected interactively in module dialogs and there are some new symbols for vectors 119 119 * G74:g.gui.gcp: vector map rectification has been improved (#3066) 120 * Metadata (via v.info, r.info) of the listed maps are available in the context menu120 * Metadata of the listed maps are available in the context menu (internally calling G7:v.info, G7:r.info) 121 121 122 122 === Scripting === … … 141 141 * added function to convert granularity to a smaller granularity 142 142 * Enabled raster region specific parallel processing by using the MultiModule class 143 * projlib:143 * libproj: 144 144 * improved integration of GDAL and streamlining of spatial reference system handling 145 145 * added GPJ_grass_to_wkt2() and GPJ_grass_to_osr2() … … 151 151 * relax ll restrictions when reading DMS coords 152 152 * support for HTML/CSS hash hexadecimal colors in G_str_to_color() 153 * rasterlib:153 * libraster: 154 154 * fix/improve Rast_align_window() 155 155 * NULL file compression by default 156 * simlib:156 * libsim: 157 157 * more control over seeding for random number generator 158 158 159 160 161 162 159 === New Addons since GRASS 7.2.0 === 163 164 160 165 161 * G7A:d.explanation.plot: Draw a plot of multiple rasters to explain a raster operation for example a + b = c