Changes between Version 37 and Version 38 of WKTRaster/PlanningAndFunding
- Timestamp:
- 04/15/09 13:52:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/PlanningAndFunding
v37 v38 47 47 * '''done''': The task is finished. 48 48 49 '''TODO:''' - port the [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacineWKTRaster big table] ~mloskot50 51 49 == Milestones for Beta 0.1.6 == 52 50 … … 60 58 ||[[BR]]'''B01c - Being able to import TIFF rasters using raster2pgsql.exe''' 61 59 ||gdal2wktraster.py as a prototype of raster2pgsql.exe based on [http://www.gdal.org/ GDAL]||ML||February 2009||1 week||DevTime from MD||done 62 ||raster2pgsql.exe[[BR]](tiff only, only one band, option for tiling)||TBD||March 2009||4 weeks||4800|| Todo60 ||raster2pgsql.exe[[BR]](tiff only, only one band, option for tiling)||TBD||March 2009||4 weeks||4800||todo 63 61 ||[[BR]]'''B01d - Being able to get all the properties of a raster (all the "Get" functions).'''|| 64 62 ||- RT_SRID(raster|geometry) -> integer[[BR]]- RT_GetWidth(raster) -> integer[[BR]]- RT_GetHeight(raster) -> integer[[BR]]- RT_GetXPixelSize(raster) -> float32[[BR]]- RT_GetYPixelSize(raster) -> float32[[BR]]- RT_GetYPixelSize(raster) -> float32[[BR]]- RT_GetXRotation(raster) -> float32[[BR]]- RT_GetYRotation(raster) -> float32[[BR]]- RT_GetXUpperLeft(raster) -> float32[[BR]]- RT_GetYUpperLeft(raster) -> float32[[BR]]- RT_GetGeoReference(raster) -> string[[BR]]- RT_GetNumBands(raster) -> integer[[BR]]- RT_GetBandPixelType(raster, band) -> string[[BR]]- RT_GetBandNoDataValue(raster, band) -> float32||ML||February 2009||1 weeks||DevTime from MD||done||