StefanBrand / masterdatacube

Code programmed during my master's thesis
1 stars 0 forks source link

Exact tiling grid definition unknown #5

Open StefanBrand opened 4 years ago

StefanBrand commented 4 years ago

In order to compare performance with existing tools, the exact definition of the tiling grids used in Sentinel Hub Batch API is relevant information. Below is a table of available tiling grids:

grafik Source

StefanBrand commented 4 years ago
[{'id': 0,
   'name': 's2gm grid',
   'properties': {'tileWidth': 20040.0,
    'tileHeight': 20040.0,
    'chunkWidth': 334,
    'chunkHeight': 167,
    'resolutions': [10.0, 20.0, 60.0]}},
  {'id': 1,
   'name': '10km grid',
   'properties': {'tileWidth': 10000.0,
    'tileHeight': 10000.0,
    'chunkWidth': 500,
    'chunkHeight': 500,
    'resolutions': [10.0, 20.0]}},
  {'id': 2,
   'name': '100,08km grid',
   'properties': {'tileWidth': 100080.0,
    'tileHeight': 100080.0,
    'chunkWidth': 278,
    'chunkHeight': 278,
    'resolutions': [360.0, 60.0, 120.0, 240.0]}}]

chunkWidth ... COG parameter?