Changes between Version 207 and Version 208 of WKTRaster
- Timestamp:
- 07/24/12 09:00:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster
v207 v208 73 73 == Installation == 74 74 75 * '''Linux -''' [ http://trac.osgeo.org/postgis/wiki/UsersWikiInstall Different repositories exist for binary versions of PostGIS]. If no repository is available for your Linux flavor, you will have to [http://trac.osgeo.org/postgis/wiki/DevWikiMain compile PostGIS yourself].75 * '''Linux -''' [wiki:UsersWikiInstall Different repositories exist for binary versions of PostGIS]. If no repository is available for your Linux flavor, you will have to [wiki:DevWikiMain compile PostGIS yourself]. 76 76 77 77 * '''Windows Binaries - ''' If you are running PostGIS on Windows, you can find fairly recent binaries of PostGIS 2.0 (including raster support) in the [http://www.postgis.org/download/windows/experimental.php Windows Experimental Builds section]. These are for PostgreSQL 8.4, 9.0, and upcoming 9.1. Note that development on the standalone wktraster project deployable on PostGIS 1.3-1.5 has stopped and all future versions and bug fixes of raster support will be packaged in the PostGIS 2.0 builds. The last set of binaries for the wktraster stand-alone are also available on Windows experimental page for PostgreSQL 8.3,8.4,9.0 running for PostGIS 1.4-1.5. … … 83 83 == Documentation == 84 84 85 * '''Documentation - ''' 86 * [wiki:WKTRaster/Documentation01 PostGIS Raster Documentation] is under development. 87 * [wiki:WKTRaster/SeamlessArchitecture Seamless Spatial Operations Architecture] provides a foundation to guide expectations of both implementors and users. 88 89 * '''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 [http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/plpgsql in this page]. 85 * '''Documentation'''[[BR]][[BR]] 86 * [http://postgis.refractions.net/documentation/manual-svn/RT_reference.htm Function Reference] every raster function well documented. Find also some more useful functions [http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/plpgsql in this page]. 87 * [wiki:WKTRaster/Documentation01 PostGIS Raster Documentation] this was a first draft of the documentation. Its tells more about the rationale behind PostGIS Raster. 90 88 91 89 * '''Tutorials'''[[BR]][[BR]] … … 94 92 * Jorge has a whole series on PostGIS Raster and comparing activities you do in Oracle !GeoRaster vs. how you would do them with PostGIS Raster. Check out [http://gis4free.wordpress.com/category/postgis-raster/ Jorge's PostGIS Raster Tutorial Series]. 95 93 96 * '''Book - ''' [http://www.postgis.us/chapter_13 PostGIS in Action] has a full chapter dedicated to PostGIS Raster. 94 * '''Books'''[[BR]][[BR]] 95 *[http://www.postgis.us/chapter_13 PostGIS in Action] has a full chapter dedicated to PostGIS Raster. 96 *[http://www.amazon.es/PostGIS-2-An%C3%A1lisis-Espacial-Avanzado/dp/8461588339/ref=sr_1_4?ie=UTF8&qid=1338825272&sr=8-4 PostGIS 2 Análisis Espacial Avanzado], for the spanish community, also has [http://cartosig.upv.es/wp-content/uploads/indice_libro_postgis_2.pdf a chapter] on PostGIS Raster. 97 97 98 98 * '''Presentations'''[[BR]][[BR]] … … 103 103 * [attachment:WKTRasterIntro-Geomatique2009.pdf Introduction to WKT Raster] - Geomatique 2009, Montréal, October 2009. (PDF) 104 104 * [http://www.cef-cfr.ca/uploads/Membres/WKTRasterSpecifications1.0.pdf Original Project Presentation - rationale, examples and preliminary specifications] (PDF) 105 106 * '''Others'''[[BR]][[BR]] 107 * [http://planet.postgis.net/ Planet PostGIS] is an excellent source of information about PostGIS Raster and PostGIS in general. 108 * [wiki:WKTRaster/SeamlessArchitecture Seamless Spatial Operations Architecture] provides a foundation to guide expectations of both implementors and users. 105 109 106 110 == Development Info ==