Changes between Version 248 and Version 249 of Grass7/NewFeatures


Ignore:
Timestamp:
Oct 8, 2014, 2:59:49 AM (10 years ago)
Author:
neteler
Comment:

r.in.bin: added support to read headers and multi-band data (BSQ format)

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v248 v249  
    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 and G7:r3.gwflow: Groundwater flow module update
    118  * G7:r.in.bin: -f flag added to optionally flip North and South
     118 * G7:r.in.bin: -f flag added to optionally flip North and South, added support to read headers and multi-band data (BSQ format)
    119119 * G7:r.in.gdal: larger cache speeds up import significantly (e.g. from 70 hs to 1:30 hs, see [http://grasswiki.osgeo.org/wiki/GRASS_GIS_Performance#Large_raster_data_processing GRASS GIS Performance])
    120120 * G7:r.mapcalc: white space is needed before/after the = sign (r.mapcalc "outmap = inmap"); use pthreads for parsing