GRASS 7 ideas collection

From GRASS-Wiki
Revision as of 07:47, 27 July 2006 by Neteler (talk | contribs) (fix the raster map history management)
Jump to navigation Jump to search

Raster

Library

  • Rewrite library from scratch

Modules

  • Remove the code from r.info that makes it print projection information - we have g.region and g.proj for that. Moreover, r.info always prints a bogus (zone 0) information in non-UTM locations, which is confussing. See a bug report.
  • fix the raster map history management (truncating long history, odd storage). It should work like for vector maps in GRASS 6.

Vector

Library

Modules

General

Library

Modules

  • g.remove, g.mremove, g.rename, g.copy: don't allow for default datatype (which is currently raster) [1].

Database

Library

Modules

Imagery

Library

Modules

Raster3D

Library

Modules

Data management

  • store vertical units on per-map base, using code from units software
  • store vertical map datum on per-location base (GDAL/OGR needs the same enhancement)

Visualization

GUI

  • Multiplatform
  • Fast
  • Small on monitor
  • Number of window reduction
  • Managable from command line via d.* modules (which will have to be rewritten too)