Changes between Version 19 and Version 20 of WKTRaster
- Timestamp:
- 04/15/09 12:30:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster
v19 v20 11 11 * Beta 0.1.6 PostGIS WKT Raster should happen by september 2009. Look [wiki:WKTRaster/PlanningAndFunding at this page] for a detailed schedule and to know how to contribute. 12 12 13 Documents about design and architecture of WKT Raster are available at [wiki:WKTRaster/Specification Specification] page.13 * Working documents about design of WKT Raster are available in [wiki:WKTRaster/Specification the specification page]. 14 14 15 Here is list of old and still existing resources which should be ported and structured here on the Trac Wiki (volunteers needed):15 * WKT Raster source code is available from the OSGeo Subversion repository at: 16 16 17 * [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacineWKTRasterSpecifications Working Specification] 18 * [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacineWKTRasterDocumentation Working Documentation] (very preliminary) 17 {{{ 18 svn checkout https://svn.osgeo.org/postgis/spike/wktraster wktraster 19 20 }}} 21 19 22 * 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) 20 23 21 For more details and examples of application: 22 * Search for "WKT Raster" in the [http://postgis.refractions.net/pipermail/postgis-users/ PostGIS mailing list archive] or in [http://www.nabble.com/forum/Search.jtp?forum=1221&local=y&query=%22wkt+raster%22 Nabble] 23 * Write to [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine Pierre Racine] 24 * For more details and examples of application: 24 25 25 == Overview == 26 * Search for "WKT Raster" in the [http://postgis.refractions.net/pipermail/postgis-users/ PostGIS mailing list archive] or in [http://www.nabble.com/forum/Search.jtp?forum=1221&local=y&query=%22wkt+raster%22 Nabble] 27 * Write to [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine Pierre Racine] 26 28 27 '''TODO:''' Move or merge with specification documents ~mloskot 29 == Overview of PostGIS WKT Raster Functionalities == 28 30 29 The [wiki:WKTRaster WKT Raster] extension...31 WKT Raster... 30 32 31 33 '''is as simple as PostGIS...''' … … 98 100 PostGIS WKT Raster ~~will be~~ participated at the [http://wiki.osgeo.org/wiki/Toronto_Code_Sprint_2009 Toronto Code Sprint 2009] 99 101 100 == Source Code ==101 102 The WKT Raster code is available from the OSGeo Subversion repository at:103 104 {{{105 svn checkout https://svn.osgeo.org/postgis/spike/wktraster wktraster106 }}}