Changes between Version 21 and Version 22 of WKTRaster
- Timestamp:
- 04/15/09 12:34:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster
v21 v22 3 3 Welcome to the '''WKT Raster''' project home page! 4 4 5 WKT Rasteris an ongoing project aiming at developing '''raster support in PostGIS'''. It is a new project very different from the previous PGRaster project and also very different from [http://en.wikipedia.org/wiki/GeoRaster Oracle Spatial GeoRaster].5 '''PostGIS WKT Raster''' is an ongoing project aiming at developing '''raster support in PostGIS'''. It is a new project very different from the previous PGRaster project and also very different from [http://en.wikipedia.org/wiki/GeoRaster Oracle Spatial GeoRaster]. 6 6 7 The goal of [wiki:WKTRaster WKT Raster]is to implement the RASTER type '''as much as possible like the GEOMETRY type''' is implemented in PostGIS and to offer '''a single set of overlay SQL functions''' (like ST_Intersects) operating '''seamlessly''' on vector and raster coverages.7 The goal of '''WKT Raster''' is to implement the RASTER type '''as much as possible like the GEOMETRY type''' is implemented in PostGIS and to offer '''a single set of overlay SQL functions''' (like ST_Intersects) operating '''seamlessly''' on vector and raster coverages. 8 8 9 9 == Development Info == … … 13 13 * Working documents about design of WKT Raster are available in [wiki:WKTRaster/Specification the specification page]. 14 14 15 * WKT Raster source code is available from the OSGeo Subversion repository at https://svn.osgeo.org/postgis/spike/wktraster15 * PostGIS WKT Raster source code is available from the OSGeo Subversion repository at https://svn.osgeo.org/postgis/spike/wktraster 16 16 17 17 * Original Project Presentation - rationale, examples and preliminary specifications: [http://www.cef-cfr.ca/uploads/Membres/WKTRasterSpecifications1.0.ppt PPT], [http://www.cef-cfr.ca/uploads/Membres/WKTRasterSpecifications1.0.pdf PDF] (v1.0)