Changes between Version 14 and Version 15 of SummerOfCode


Ignore:
Timestamp:
Mar 25, 2008, 6:00:17 PM (16 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v14 v15  
    525217. 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.
    5353
    54 18. 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)
     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)