TODO 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. TODO
  2. ------
  3. 6.0.0 (can be done, but cannot stop 6.0.0 release)
  4. -----------------------------------------------------------------
  5. - Cygwin/Windows and other (Non-Linux) platform specific problems
  6. - i18n translations
  7. > 6.1.0
  8. -------
  9. Vector TODO: see doc/vector/TODO
  10. - write Vect_map_exists() and implement in g.remove and v.digit -n (radim)
  11. - add '-d' dissolve to v.reclass
  12. - add 'where=' to v.to.rast
  13. Imagery
  14. - merge of image libraries:
  15. A)
  16. - lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
  17. - imagery/i.ortho.photo/libes/: standard lib, in use (i.ortho.photo, photo.*)
  18. B)
  19. - lib/image3/: never finished improvement which integrated the standard lib and
  20. the ortho lib. Seems to provide also ortho rectification for
  21. satellite data (i.points3, i.rectify3)
  22. - See
  23. https://grasswiki.osgeo.org/wiki/Image_processing#Ideas_collection_for_improving_GRASS.27_Image_processing_capabilities
  24. - image modules:
  25. - merge of i.rectify and i.rectify3
  26. - addition of new resampling algorithms such as bilinear, cubic convolution
  27. (take from r.proj?)
  28. - add other warping methods (maybe thin splines from GDAL?)
  29. - implement/finish linewise ortho-rectification of satellite data
  30. - Add support for > 8bit colors (only 0-255 supported currently)
  31. -----------------
  32. See also
  33. http://trac.osgeo.org/grass/wiki/Grass7Planning
  34. http://trac.osgeo.org/grass/wiki/Grass8Planning