~ubuntu-branches/ubuntu/utopic/grass/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
                TODO
               ------

6.0.0 (can be done, but cannot stop 6.0.0 release)
-----------------------------------------------------------------
- Cygwin/Windows and other (Non-Linux) platform specific problems
- i18n translations


> 6.1.0 
-------

Vector TODO: see doc/vector/TODO

- write Vect_map_exists() and implement in g.remove and v.digit -n (radim)
- add '-d' dissolve to v.reclass
- add 'where=' to v.to.rast

Imagery
- merge of image libraries:
  A)
    - lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
    - imagery/i.ortho.photo/libes/: standard lib, in use (i.ortho.photo, photo.*)
  B)
    - lib/image3/: never finished improvement which integrated the standard lib and
                   the ortho lib. Seems to provide also ortho rectification for
                   satellite data (i.points3, i.rectify3)
- image modules:
    - merge of i.points, i.vpoints, i.points3
    - merge of i.rectify and i.rectify3
    - addition of new resampling algorithms such as bilinear, cubic convolution
      (take from r.proj?)
    - add other warping methods (maybe thin splines from GDAL?)
    - implement/finish linewise ortho-rectification of satellite data
    - Add support for > 8bit colors (only 0-255 supported currently)