Changes between Version 19 and Version 20 of WKTRaster


Ignore:
Timestamp:
Apr 15, 2009, 12:30:26 PM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster

    v19 v20  
    1111 * 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.
    1212
    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].
    1414
    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:
    1616
    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{{{
     18svn checkout https://svn.osgeo.org/postgis/spike/wktraster wktraster
     19
     20}}}
     21
    1922 * 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)
    2023
    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:
    2425
    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]
    2628
    27  '''TODO:''' Move or merge with specification documents ~mloskot
     29== Overview of PostGIS WKT Raster Functionalities ==
    2830
    29 The [wiki:WKTRaster WKT Raster] extension...
     31WKT Raster...
    3032
    3133'''is as simple as PostGIS...'''
     
    98100PostGIS WKT Raster ~~will be~~ participated at the [http://wiki.osgeo.org/wiki/Toronto_Code_Sprint_2009 Toronto Code Sprint 2009]
    99101
    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 wktraster
    106 }}}