Changes between Version 39 and Version 40 of Grass7/NewFeatures74
- Timestamp:
- 11/11/17 04:00:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v39 v40 59 59 New: 60 60 61 * G7:r.geomorphon: New module to calculate geomorphons (terrain forms) and associated geometry using machine vision approach (moved from addons) 61 62 * fixed longitude wrapping for lat/lon locations 62 63 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees … … 76 77 * G7:r.reclass: it is possible to use more than 100 rules now 77 78 * G7:r.resamp.stats: range, count and diversity methods introduced 79 * G7:r.stream.extract: use 64 bit integer to support large regions and added network id to vector output 78 80 79 81 … … 88 90 New: 89 91 92 * G7:v.clip: new module to extract features of input map which overlay features of clip map (moved from addons) 90 93 * G7:v.vect.stats: New cat and where options for area and point vector maps to perform counts or estimate statistics only with selected points over selected areas (r71543) 91 94 * G7:v.out.ogr: New -l flag to list supported formats (r71552) … … 95 98 * G7:v.edit: tool=merge has an improved iteration over list of lines, improved skip invalid lines and zero length lines; added Vedit_extend_lines, improved intersection check; better handling of Vedit_connect_lines by extending both lines; fixed snapping to background map. 96 99 * G7:v.external: new where option 100 * G7:v.out.ogr: added -l flag to list supported formats (sync to r.out.gdal) 101 * G7:v.vect.stats: add cats and where options for area and point input selection (#3420) 97 102 98 103 Improved … … 157 162 * improved integration of GDAL and streamlining of spatial reference system handling 158 163 * added GPJ_grass_to_wkt2() and GPJ_grass_to_osr2() 164 * improve creating new spatial reference from embedded proj4 definition 159 165 * python vector scripting library: 160 166 * added layer variable to vector_info and vector_info_topo functions … … 164 170 * relax ll restrictions when reading DMS coords 165 171 * support for HTML/CSS hash hexadecimal colors in G_str_to_color() 172 * G_compare_projections(): compare unit names only if there is no to meter conversion factor 173 * speed improvement for bzip2 compression 174 * ignore case when comparing units in G_compare_projections() 175 * G_compare_projections(): enhance ellipsoid check, combine standard parallels 166 176 * rasterlib: 167 177 * fix/improve Rast_align_window()