opengeospatial / geoedge-plugfest

Repository for Geospatial to the Edge Interoperability Plugfest
http://www.github.com/opengeospatial/geoedge-plugfest
0 stars 2 forks source link

Incorrect tiling structure for GeoPackage Raster Orion #10

Open robinhoutmeyers opened 6 years ago

robinhoutmeyers commented 6 years ago

The raster data in the GeoPackage Raster Orion source seems to have inconsistent bounds / tiling structure.

A test with the OGC compliance engine confirms that the tile matrix dimension agreement is not met:

Tile Matrix Dimension Agreement (see OGC 12-128r12: Requirement 45 ) failure: The follow tiles tables have zoom levels with pixel_x_size and pixel_y_size that fail to satisfy these two equations: pixel_x_size = (bounding box width / matrix_width) / tile_width AND tpixel_y_size = (bounding box height / matrix_height) / tile_height: Imagery: 0

robinhoutmeyers commented 6 years ago

Still present in sprint 2.