kylebarron / usgs-topo-tiler

Python package to read Web Mercator map tiles from USGS Historical Topographic Maps
https://kylebarron.dev/usgs-topo-mosaic
MIT License
77 stars 3 forks source link

Option to sort by year, then scale #17

Closed kylebarron closed 4 years ago

kylebarron commented 4 years ago

Currently I first sort by scale then by year. This means that "oldest" isn't specifically "oldest", it's "oldest for the highest scale available". You should enable alternative sorts, such as by year then scale?