Changes between Version 13 and Version 14 of SummerOfCode


Ignore:
Timestamp:
Mar 25, 2008, 5:54:33 PM (16 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v13 v14  
    505016. GDAL2Tiles - support for TMS tiles with global-mercator profile to make overlays with Google Maps, MS Virtual Earth, etc. possible.
    5151
    52 17. Extend the HDF5 driver to support writing datasets.  This should include an effort to produce HDF5 datasets according to NASA HDF5 metadata conventions where possible.  HDF5 is a new generation format expected to be widely used for science data products from NASA and other agencies.
     5217. Extend the HDF5 driver to support writing datasets.  This should include an effort to produce HDF5 datasets according to NASA HDF5 metadata conventions where possible.  HDF5 is a new generation format expected to be widely used for science data products from NASA and other agencies.
     53
     5418. GDAL_CALC.PY - Development of a simple raster calculator based on Python+GDAL. Use sample:
     55% gdal_calc a=img1.tif b=img2.tif c=img3.tif -calc c=((a+b)/2)