Changes between Version 86 and Version 87 of Grass7/NewFeatures
- Timestamp:
- 02/17/12 03:25:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v86 v87 35 35 * i.emissivity: new 36 36 * i.evapo.time_integration: new 37 * i.latlong: new 37 * i.fft and i.ifft: In GRASS 6.x, the only operation which can be performed upon the FFT data is a binary mask; a given component can be included or excluded, but not scaled. In GRASS 7.0, the frequency coefficients are saved as raster maps, so they can be manipulated with e.g. r.mapcalc. The main constraint is that both i.fft and i.ifft require the data to fit into memory. Eliminating this requirement boils down to transposing a large array efficiently. * i.latlong: new 38 * i.landsat.toar: new (from addons) 39 * i.landsat.acca: new (from addons) 38 40 * i.modis.qc: new 39 41 * i.sunhours: new 40 42 * i.vi: new 41 * i.landsat.toar: new (from addons)42 * i.landsat.acca: new (from addons)43 43 == Raster modules == 44 44