mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 27 forks source link

add progress bar to add-source command #64

Closed mapsam closed 4 years ago

mapsam commented 4 years ago

This adds a helpful progress bar with click.progressbar while using the add-source command. Here's what it looks like, including a progress bar, percentage, and time estimation.

Screen Shot 2020-06-08 at 11 50 53 PM

cc @dianeschulze for review?

mapsam commented 4 years ago

thanks jakeson!