Changes between Version 147 and Version 148 of WKTRaster


Ignore:
Timestamp:
Sep 17, 2010, 12:37:42 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster

    v147 v148  
    1 = PostGIS WKT Raster Home Page =
     1= PostGIS Raster Home Page (former WKT Raster) =
    22
    33
     
    2222<div style='padding:5px; background-color: #FFDE38; border: 1px solid gray;' >
    2323
    24 <B>What's new about WKT Raster?</B><BR><BR>
     24<B>What's new about PostGIS Raster?</B><BR><BR>
    2525
    2626<I>September 15, 2010</I><BR><B>WKT Raster becomes THE new PostGIS raster type!</B><BR>It's official! The WKT Raster extension will become the new PostGIS RASTER type in PostGIS 2.0 planned for next april. The PostGIS and the WKT Raster team met at the FOSS4G friday's code sprint and decided that WKT Raster was mature enough to bring interesting new functionalities to PostGIS. A new MapAlgebra function should be added for this release. Congratulation to the whole team for all the work accomplished!<BR><BR>
     
    4646}}}
    4747
    48 Welcome to the '''WKT Raster''' project home page!
     48Welcome to the '''PostGIS Raster''' project home page!
    4949
    50 '''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].
     50'''PostGIS 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].
    5151
    52 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.
     52The goal of '''PostGIS 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.
    5353
    5454== Installation ==
    5555
    56  * '''Linux -''' You will have to compile WKT Raster following the instructions in the Development Info section below.
     56 * '''Linux -''' You will have to compile PostGIS Raster following the instructions in the Development Info section below.
    5757
    58  * '''Windows Binaries - ''' If you are running PostGIS on Windows, you can find fairly recent binaries of WKT Raster in the [http://www.postgis.org/download/windows/experimental.php Windows Experimental Builds section] along with binaries of the most recent PostGIS.  These are for PostgreSQL 8.3, 8.4, upcoming 9.0
     58 * '''Windows Binaries - ''' If you are running PostGIS on Windows, you can find fairly recent binaries of PostGIS Raster in the [http://www.postgis.org/download/windows/experimental.php Windows Experimental Builds section] along with binaries of the most recent PostGIS.  These are for PostgreSQL 8.3, 8.4, upcoming 9.0
    5959
    60  * '''Mac OSX Binaries - ''' If you are running PostGIS on Mac OSX leopard or Snow Leopard, you can find fairly recent binaries of PostGIS and WKT Raster at [http://www.kyngchaos.com/software/postgres KyngChaos PostgreSQL GIS] packages include PostgreSQL 8.4, PostGIS 1.5, WKT Raster, and pgRouting.
     60 * '''Mac OSX Binaries - ''' If you are running PostGIS on Mac OSX leopard or Snow Leopard, you can find fairly recent binaries of PostGIS and PostGIS Raster at [http://www.kyngchaos.com/software/postgres KyngChaos PostgreSQL GIS] packages include PostgreSQL 8.4, PostGIS 1.5, PostGIS Raster, and pgRouting.
    6161
    6262 * '''GDAL WKT Raster driver - ''' A [http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html GDAL WKT Raster driver] was developed following a [http://socghop.appspot.com/ Google Summer of Code 2009] grant obtained by [http://gis4free.wordpress.com/ Jorge Arevalo].
     
    6464== Documentation ==
    6565
    66  * '''Documentation - ''' [wiki:WKTRaster/Documentation01 WKT Raster Documentation] is under development.
     66 * '''Documentation - ''' [wiki:WKTRaster/Documentation01 PostGIS Raster Documentation] is under development.
    6767
    6868 * '''Function Reference - ''' You  will find every raster function documented [http://postgis.refractions.net/documentation/manual-svn/RT_reference.html as a chapter of the svn PostGIS documentation]. Find also some more useful functions [wiki:WKTRasterUsefulFunctions in this page].
     
    7070 * '''Tutorials - ''' [wiki:WKTRasterTutorial01 This tutorial] will show you how to load a huge raster coverage and intersect it with a vector coverage.
    7171
    72  * '''Book - ''' [http://www.postgis.us/chapter_13 PostGIS in Action] has a full chapter dedicated to PostGIS WKT Raster.
     72 * '''Book - ''' [http://www.postgis.us/chapter_13 PostGIS in Action] has a full chapter dedicated to PostGIS Raster.
    7373
    7474 * '''Presentations'''[[BR]][[BR]]
     
    8585   * Look [wiki:WKTRaster/PlanningAndFunding at the planning page] for a detailed schedule and to know how to contribute.
    8686
    87  * '''Specifications -''' To know more about or contribute your ideas about the design of WKT Raster consult [wiki:WKTRaster/SpecificationWorking01 the working specification page]. Accepted specifications are aggregates into the [wiki:WKTRaster/SpecificationFinal01 final specification page].
     87 * '''Specifications -''' To know more about or contribute your ideas about the design of PostGIS Raster consult [wiki:WKTRaster/SpecificationWorking01 the working specification page]. Accepted specifications are aggregates into the [wiki:WKTRaster/SpecificationFinal01 final specification page].
    8888
    8989 * '''Source Code, API and Bug report'''[[BR]][[BR]]
    90    * PostGIS WKT Raster source code is available from the OSGeo Subversion repository
     90   * PostGIS Raster source code is available from the OSGeo Subversion repository
    9191{{{
    9292svn checkout https://svn.osgeo.org/postgis/spike/wktraster wktraster
     
    9494   * You can also download the latest development snapshot from: http://www.postgis.org/download/ [[BR]][[BR]]
    9595   * Compilation instructions are availables in the [wiki:WKTRaster/Documentation01 Documentation].[[BR]][[BR]]
    96    * API reference is available on [http://postgis.refractions.net/documentation/raster-doxygen/ WKT Raster Doxygen] pages.[[BR]][[BR]]
    97    * See report with [report:17 All tickets reported to WKT Raster]
     96   * API reference is available on [http://postgis.refractions.net/documentation/raster-doxygen/ PostGIS Raster Doxygen] pages.[[BR]][[BR]]
     97   * See report with [report:17 All tickets reported to PostGIS Raster]
    9898
    9999== More Info ==
    100100
    101 For more details and examples of application using WKT Raster:
     101For more details and examples of application using PostGIS Raster:
    102102
    103103   * 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]
    104104
    105    * PostGIS WKT Raster has been designed following a thorough analysis of the numerous discussions about raster integration in PostGIS over the recent years. You can find most of the post to the PostGIS-users group related to raster integration [http://trac.osgeo.org/postgis/wiki/UsersWikiRasterNotes in this page].
     105   * PostGIS Raster has been designed following a thorough analysis of the numerous discussions about raster integration in PostGIS over the recent years. You can find most of the post to the PostGIS-users group related to raster integration [http://trac.osgeo.org/postgis/wiki/UsersWikiRasterNotes in this page].
    106106
    107107   * Write to [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine Pierre Racine]
    108108
    109 == Overview of Planned PostGIS WKT Raster Features ==
     109== Overview of Planned PostGIS Raster Features ==
    110110
    111 '''WKT Raster...'''
     111'''PostGIS Raster...'''
    112112
    113113'''...is as simple as PostGIS...'''
     
    151151
    152152'''...or OUTSIDE the database (as JPEG or TIFF)...'''
    153  * so desktop and web applications can quickly access and load raster tiles and nevertheless benefits from the powerful PostGIS GiST spatial index. Every WKT Raster SQL functions working with in-db raster tiles work seamlessly with out-db raster tiles.
     153 * so desktop and web applications can quickly access and load raster tiles and nevertheless benefits from the powerful PostGIS GiST spatial index. Every PostGIS Raster SQL functions working with in-db raster tiles work seamlessly with out-db raster tiles.
    154154
    155155'''...introduces the concept of raster objects...'''
     
    157157  * allows vector to raster conversion without lost of information.
    158158
    159 '''...is much more simple than PGRaster and Oracle !GeoRaster! WKT Raster supports...'''
    160   * only one type (instead of two in Oracle Spatial: SDO_GEORASTER & SDO_RASTER). In WKT Raster there are no differences between rasters and tiles: a tile is a raster and a raster is a tile. i.e. one row = one tile = one raster; one table = one raster coverage.
     159'''...is much more simple than PGRaster and Oracle !GeoRaster! PostGIS Raster supports...'''
     160  * only one type (instead of two in Oracle Spatial: SDO_GEORASTER & SDO_RASTER). In PostGIS Raster there are no differences between rasters and tiles: a tile is a raster and a raster is a tile. i.e. one row = one tile = one raster; one table = one raster coverage.
    161161  * no metadata (like PostGIS)
    162162  * no masks (you can create a mask as a band)
    163   * no multiple dimensions (only two: x, y). Not to be confused with bands; WKT Raster DO supports multiband raster...
     163  * no multiple dimensions (only two: x, y). Not to be confused with bands; PostGIS Raster DO supports multiband raster...
    164164  * no pyramids (reduced resolution coverages can be stored as a separate layer)
    165165
    166 == What do people think about WKT Raster? ==
     166== What do people think about PostGIS Raster? ==
    167167
    168168[http://www.cleverelephant.ca/cv.html Paul Ramsey] (founder of PostGIS):
     
    170170
    171171[http://www.paragoncorporation.com/Team.aspx Regina Obe] (coauthor of [http://www.manning.com/obe/ PostGIS in Action]):
    172  ''The functions WKT Raster proposes look pretty cool actually and my vision of the benefits of storing raster in the database are covered in it''
     172 ''The functions PostGIS WKT Raster proposes look pretty cool actually and my vision of the benefits of storing raster in the database are covered in it''
    173173
    174174= Open Tickets =