hypertidy / ceramic

read image server tiles direct with GDAL, or download image server tiles to a local cache
https://hypertidy.github.io/ceramic/
92 stars 6 forks source link

GDAL WMTS #20

Closed mdsumner closed 2 years ago

mdsumner commented 5 years ago

This works:

"WMS:https://api.mapbox.com/styles/v1/YOUR_USERNAME/YOUR_STYLE_ID/wmts?access_token=YOUR_KEY"

raster:;brick and stars::read_stars(, proxy = TRUE) works on that, and style ID can be any of the in-built ones as long as you add that style to your account (and copy the ID created).

mdsumner commented 2 years ago

see hypertidy/gdalio it's all there