mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 382 forks source link

add rs download --zoffset flag #139

Closed noerw closed 5 years ago

noerw commented 5 years ago

Certain tile map providers (WMTS) use a different zoomlevel definition. To make them compatible with slippy map format, an offset can be specified for downloading.

daniel-j-h commented 5 years ago

I'm against adding specific code here to account for different map formats. We work with Slippy Map tiles as a single format - converting into this format is the user's responsibility.