Changes between Version 2 and Version 3 of Grass7/ImageryLib


Ignore:
Timestamp:
Apr 28, 2010, 7:19:39 AM (14 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/ImageryLib

    v2 v3  
    1 = Imagery Library in GRASS 7 =
     1= Imagery Library/Modules in GRASS 7 =
     2
     3== Library ==
    24
    35 [http://download.osgeo.org/grass/grass7_progman/imagerylib.html Imagery Library] from Programmer's Manual
    46
    5 == Tasks ==
    6 
    7  * Imagery library needs fundamental clean up (the library is not maintained from GRASS 5)
     7 * Imagery Library needs fundamental clean up (the library is not maintained from GRASS 5)
    88 * Improve Doxygen documentation
    99 * Reimplement groups to be generic element (in GIS Library)
     10 * Merge [source:grass/trunk/lib/imagery] (i.* except for i.points3, i.rectify3) and [source:grass/trunk/imagery/i.ortho.photo/lib/] (i.ortho.photo, photo.*)
     11 * [source:grass/trunk/lib/image3/] never finished improvement which integrated Imagery Library and Orthophoto Library. Seems to provide also ortho rectification for satellite data (i.points3, i.rectify3)
     12
     13== Modules ==
     14
     15 * Merge of i.points, i.vpoints, i.points3 - drop these altogether? (loss of interactive XDRIVER)
     16 * Merge of i.rectify and i.rectify3 - maybe depend on gdalwarp C API for this?
     17 * Addition of new resampling algorithms such as bilinear, cubic convolution (take from r.proj?)
     18 * Add other warping methods (maybe thin splines from GDAL?)
     19 * Implement/finish linewise ortho-rectification of satellite data
     20 * ~Depreciate tape functions in next major revision of GRASS~ and create a tape module that accomplishes tape access. ''- still desired? MN 10/2008''