Changes between Version 36 and Version 37 of Release/7.2.0-News
- Timestamp:
- 08/31/16 17:09:26 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.2.0-News
v36 v37 67 67 * -j option which allows the use of Z values for filtering of points, yet performs statistical analysis on the intensity values 68 68 * intensity_range and intensity_scale to filter and modify intensity values 69 * significant documentation improvements70 69 * file option to specify list of files (file paths) in a text file (merges multiple LAS files on input as if it would be one file) 71 * -n flag to set region according to the newly created raster (useful with -e flag)72 * bug fix for low memory processing option73 * bug fix for extremely large rasters74 * -v to import use only valid points. This is a change of behavior. Previously, invalid points were always ignored. The behavior was removed because of unclear definition of invalid point in libLAS library. No invalid points are filtered out only when requested which makes it consistent with other filters. However, if invalid points are present, user gets a warning message.75 70 * G72:r.mapcalc - fixed bug when some uses of neighborhood modifier gave wrong result (#3067) 76 71 * G72:v.in.lidar 77 * id_layer, return_layer, class_layer, rgb_layer to store point attributes as layers and categories78 72 * point cloud decimation (skip, preserve) and subset import (offset, limit) 79 73 * vector mask to limit import to given areas (mask, mask_layer, -i for mask inversion) 80 * -c flag to not add unique IDs as category to each point. More points than the category number limit can be imported. This also requires less space on disk and time during import.81 * general improvements to handle large amounts of points82 * zrange option to filter out points based on height83 * -v to use only valid points. This is a change of behavior. Previously, invalid points were always ignored. The behavior was removed because of unclear definition of invalid point in libLAS library. No invalid points are filtered out only when requested which makes it consistent with other filters. However, if invalid points are present, user gets a warning message.84 74 * G72:d.legend - added option to show background, show ticks, more control over labels, added title, possible to switch to logarithmic (done within GSoC 2016) 85 75 * G72:d.barscale - new option to specify length and units, custom label possible (done within GSoC 2016) … … 94 84 * G72:r.patch - speed optimization (approximately 10% faster than previous version) 95 85 * G72:r.random.cells - ncells to generate only limited number of cells 86 * G72:r.in.lidar 87 * -n flag to set region according to the newly created raster (useful with -e flag) 88 * bug fix for low memory processing option 89 * bug fix for extremely large rasters 90 * -v to import use only valid points. This is a change of behavior. Previously, invalid points were always ignored. The behavior was removed because of unclear definition of invalid point in libLAS library. No invalid points are filtered out only when requested which makes it consistent with other filters. However, if invalid points are present, user gets a warning message. 91 * G72:v.in.lidar 92 * id_layer, return_layer, class_layer, rgb_layer to store point attributes as layers and categories 93 * -c flag to not add unique IDs as category to each point. More points than the category number limit can be imported. This also requires less space on disk and time during import. 94 * general improvements to handle large amounts of points 95 * zrange option to filter out points based on height 96 * -v to use only valid points. This is a change of behavior. Previously, invalid points were always ignored. The behavior was removed because of unclear definition of invalid point in libLAS library. No invalid points are filtered out only when requested which makes it consistent with other filters. However, if invalid points are present, user gets a warning message. 96 97 * G72:v.patch - -z and -n flags to work without topology but with z coordinate 97 98 * G72:v.random - now accepts much larger numbers as the number of requested points … … 163 164 * [https://grass.osgeo.org/grass72/manuals/topics.html Topics index page] is shorter and and easier to navigate because it does not link to topics with less than three modules 164 165 * Topics pages link to the corresponding keyword at the end of the list (link sending somewhere else right at the beginning of the page was misleading) 166 * significant documentation improvements for G72:r.in.lidar and G72:ps.map 165 167 ==== Message translation updates ==== 166 168