TODO 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. - image modules:
  23. - merge of i.points, i.vpoints, i.points3
  24. - merge of i.rectify and i.rectify3
  25. - addition of new resampling algorithms such as bilinear, cubic convolution
  26. (take from r.proj?)
  27. - add other warping methods (maybe thin splines from GDAL?)
  28. - implement/finish linewise ortho-rectification of satellite data
  29. - Add support for > 8bit colors (only 0-255 supported currently)