GRASS 7 ideas collection: Difference between revisions
Jump to navigation
Jump to search
(→GUI) |
⚠️Msieczka (talk | contribs) |
||
Line 14: | Line 14: | ||
== Data management == | == Data management == | ||
* store | * store vertical units on per-map base, using code from [http://www.gnu.org/software/units/ units] software | ||
* store vertical map datum on per-location base (GDAL/OGR needs the same [http://lists.maptools.org/pipermail/gdal-dev/2005-October/006857.html enhancement]) | * store vertical map datum on per-location base (GDAL/OGR needs the same [http://lists.maptools.org/pipermail/gdal-dev/2005-October/006857.html enhancement]) | ||
Revision as of 10:58, 24 July 2006
Raster
Library
- Rewrite library from scratch
Modules
Vector
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)
- Python?
- WxWidgets?