Changes between Version 234 and Version 235 of Grass7/NewFeatures


Ignore:
Timestamp:
Jul 31, 2014, 5:24:24 AM (10 years ago)
Author:
neteler
Comment:

r.in.gdal faster; new raster3D modules

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v234 v235  
    116116 * G7:r.fillnulls: Fills no-data areas in raster maps using spline interpolation. Fills each hole separately thus improving quality and speed
    117117 * G7:r.gwflow/!G7:r3.gwflow: Groundwater flow module update
     118 * G7:r.in.gdal: larger cache speeds up import significantly
    118119 * G7:r.mapcalc: white space is needed before/after the = sign (r.mapcalc "outmap = inmap"); use pthreads for parsing
    119120 * G7:r.neighbours: added new option to process only marked cells (i.e: selective elevation map improvement)
     
    122123 * G7:r.watershed improved from G6.3 to G6.4 to G6.5 to G7: faster, less memory, floating point DEM support, MFD, clean stream extraction from MFD, segmented mode in G7 faster than in G6 by orders of magnitude.
    123124
     125=== Raster3D modules ===
     126
     127New:
     128 * G7:r3.in.bin: new - Imports a binary raster file into a GRASS 3D raster map.
     129 * G7:r3.info: new - Outputs basic information about a user-specified 3D raster map layer.
     130 * G7:r3.mask: new - Establishes the current working 3D raster mask.
     131 * G7:r3.neighbors: new - Makes each voxel value a function of the values assigned to the voxels around it, and stores new voxel values in an output 3D raster map
     132 * G7:r3.null: new - Explicitly create the 3D NULL-value bitmap file.
     133 * G7:r3.out.bin: new - Exports a GRASS 3D raster map to a binary array.
     134 * G7:r3.out.netcdf: new - Export a 3D raster map as netCDF file.
     135 * G7:r3.retile: new - Retiles an existing 3D raster map with user defined x, y and z tile size.
     136 * G7:r3.support: new - Allows creation and/or modification of raster3d map layer support files.
     137 * G7:r3.timestamp: new - Print/add/remove a timestamp for a 3D raster map
    124138=== Vector modules ===
    125139