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

Tilematrix/Mapchete UTM32N and basically any UTM zone #10

Open
Scartography opened this issue May 29, 2020 · 0 comments
Open

Tilematrix/Mapchete UTM32N and basically any UTM zone #10

Scartography opened this issue May 29, 2020 · 0 comments

Comments

@Scartography
Copy link

Scartography commented May 29, 2020

Grids covering the whole UTM stripe from equator to almost poles and from left projection bounds rounded to the nearest eastling of 10[m] resolution to match Sentinel-2 pixel grid. (UTM North projection definition projected Bounds: 166021.4431, 0.0000, 833978.5569, 9329005.1825)

  • 10[m] resolution at zoom9
  • buffer of 50[km] meters below equator (the Sentinel-2 Scenes in UTM North go lower than equator so let's give it some more space)
GridDefinition(
    grid=None,
    shape=[8, 1],
    bounds=[166020.0, -50000, 1476740, 10435760],
    srs={"epsg": 32632},
    is_global=False
)

Zoom0 tiles over the whole grid
Screenshot from 2020-05-29 10-54-26

Sentinel-2 Scene in UTM-32 with zoom9 tile edge fitting the 10[m] pixel grid:
Screenshot from 2020-05-29 10-46-57

50[km] buffer below equator
Screenshot from 2020-05-29 10-54-39

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant