mapbox-cli-py
mapbox-cli-py copied to clipboard
Command line interface to Mapbox Web Services
### What you've tried already Trying to upload a tileset. Getting a confusing error. ### Expected outcome Command should exit with a descriptive error ### Actual outcome ``` NextGen/Tiles ☸...
### What you've tried already I'm on an EC2 m5.2xl instance running Amazon Linux. Following installation instructions, I used pip: ``` pip install --user mapboxcli ``` That installed and I...
### What you've tried already I tried to uploading multiple tileset from from CLI in parallel ### Expected outcome Each tileset will use uploaded data file name as its ID...
And I cannot add a new one
Install on Python 2.7 fails, installer can't find module glob, but this is in setuptools, which is installed. pip install mapboxcli Collecting mapboxcli Using cached mapboxcli-0.8.0-py2-none-any.whl (13 kB) Requirement already...
It looks like this project is failing to install on windows, pip and homebrew. Is this project abandoned? If so, could you please update the readme to indicate that it...
### What you've tried already I tried to install the latest version of mapboxcli using pipx install. This failed I looked at the sourcecode to find the cause of the...