Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Exact tiling grid definition unknown #5

Open
StefanBrand opened this issue Apr 20, 2020 · 1 comment
Open

Exact tiling grid definition unknown #5

StefanBrand opened this issue Apr 20, 2020 · 1 comment
Labels
batch api question Further information is requested

Comments

@StefanBrand
Copy link
Owner

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 StefanBrand added question Further information is requested batch api labels Apr 20, 2020
@StefanBrand
Copy link
Owner Author

StefanBrand commented May 4, 2020

[{'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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
batch api question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant