Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions APIs/SentinelHub/Byoc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ These are:

- The COG header size must not exceed one megabyte.
- The internal tile size must be between 256 x 256 and 2048 x 2048.
- The projection needs to be one of: WGS84 (EPSG:4326), WebMercator
(EPGS:3857), any UTM zone (EPSG:32601-32660, 32701-32760), or Europe
LAEA (EPSG:3035).
- The projection needs to be one of: WGS84 (EPSG:4326), WebMercator (EPSG:3857),
any UTM zone (EPSG:32601-32660, 32701-32760), Europe LAEA (EPSG:3035),
or Global EASE-Grid 2.0 (EPSG:6933).
- Photometric interpretation must be 1 (0 is imaged as black) or 2 (RGB).
- The COG must not cross any of the two poles.
- The band name should be a valid JavaScript identifier so it can be
Expand Down