-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support other projection #13
Comments
Does that mean you won't support custom grids? |
@kylebarron well there is not an official list of TileMatrixSet (just a spec) so IMO they are more or less all custom 😂 (in their content). we could maybe allow either a |
Yes, but you're able to make a custom grid from a CRS and an extent, so there's no reason why you couldn't have:
but also
so that you could always encode any arbitrary grid |
Have any tilers supported this yet? I have piles of UTM quadkey tiles to prototype with. |
👋 we moved away from static files for mosaic and we are now mostly using DB (STAC + PgSTAC) dynamic mosaics https://github.com/stac-utils/titiler-pgstac I'm not sure what we want to do with this issue. I do not have a lot of time right now to work on this :-( |
I have static STAC Collections that describe the source tiles so maybe that fits into what you're doing, I'll take a look. |
I've made https://github.com/developmentseed/eoAPI which combine STAC db + Tiler (still a WIP) |
As of today, mosaicjson has been designed for WebMercator projection, but quadkey could represent tiles in other projections.
To keep it simple, the projection option should be the name of the TileMatrixSet (TMS) and default to
WebMercatorQuad
.ref: https://github.com/developmentseed/morecantile
The text was updated successfully, but these errors were encountered: