| 201 | '''Objective 1: Simplicity, Complementarity and Functionality -''' PostGIS WKT Raster provides a "raster" type that complements the existing PostGIS vectorial "geometry" type. This new extension offers operators and functions that are similar to those available with the existing geometry type. They work in the same user-friendly manner, but are associated with a matricial geospatial data structure to support the use of rasters. PostGIS WKT Raster also includes a simple loader to import many raster formats into the database. |
| 202 | |
| 203 | '''Objective 2: Seamless Integration with the PostGIS geometry type -''' PostGIS WKT Raster enables PostGIS operators and functions to work seamlessly on both raster and geometry types, so that users: |
| 204 | |
| 205 | * may use their prior knowledge of PostGIS in general, and of its geometry type operators and functions, when building SQL queries; |
| 206 | * expect similar behaviors when using these operators and functions with the raster type without having to consider whether their data are in vectorial or matricial form; |
| 207 | * expect existing applications to work with new data loaded as rasters without (many) changes (to a certain conceptual limit). |