geopandas / xyzservices

Source of XYZ tiles providers
https://xyzservices.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
166 stars 31 forks source link

Add Official Switzerland provider wmts Geo.Admin.ch #99

Closed davidoesch closed 2 years ago

davidoesch commented 2 years ago

Via Geo.Admin.ch a WMTS which is Opendata can be used to be added as provider https://api3.geo.admin.ch/services/sdiservices.html#wmts

Glad to help if needed

martinfleis commented 2 years ago

Hi, we have moved the issue from contextily here as this is where providers live. On your suggestion - at the moment, we support only XYZ standard, not WMTS. There has been a discussion on that and it is on a wish list to support more tile formats but I can't tell when that is going to happen. If Geo.Admin.ch support XYZ standard, I am happy to add it. Or you can do it yourself following this guide: https://xyzservices.readthedocs.io/en/stable/contributing.html#providers

davidoesch commented 2 years ago

hi @procrastinatio can you add the XYZ template based on our wmrts GetCapabilities ? AFAIK contextily runs on Webmercator as well so it should work...

martinfleis commented 2 years ago

AFAIK contextily runs on Webmercator as well so it should work...

Yes, it is assumed that all tiles come in web mercator (EPSG:3857).

martinfleis commented 2 years ago

Closed by #100