Changes between Version 8 and Version 9 of WKTRaster/FAQ


Ignore:
Timestamp:
Feb 25, 2010, 2:34:47 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/FAQ

    v8 v9  
    2222In a traditional raster system only the global image is georeferenced. The system assume that the sum of tiles form a perfect rectangle well aligned on a grid. This is the raster view of geospatial data. However the reality is often different. People use raster data on area which are not necessarily rectangle. This is the coverage view of raster geospatial data. Having one georeference per tile allow WKT Raster to store raster coverage which are not necessarily rectangular.
    2323
    24 They also often need to convert vector data to raster data in order to perform certain operations. If you convert a vector coverage containing gaps or overlaps to raster, you may result in way too much information or in a lost of information. In WKT Raster each vector object convert to a single raster. Having one georeference per tile (or raster) is very usefull to accomplish this goal.
     24They also often need to convert vector data to raster data in order to perform certain operations. If you convert a vector coverage containing gaps or overlaps to raster, you may result in way too much information or in a lost of information. In WKT Raster each vector object convert to a single raster. Having one georeference per tile (or raster) is very usefull to properly support this feature.
    2525
    2626'''5 - How come it is possible to store overlapping rasters in the same table? In a raster, tiles should not overlaps.'''