mapbox-cli-py
mapbox-cli-py copied to clipboard
Command line interface to Mapbox Web Services
I'm getting an error when I tried installing mapbox-cli-py using homebrew. (creating a python3 virtualenv and installing it that way did work) Thank you! ### What you've tried already ```bash...
The dependency version on `mapbox` should be updated to include the fix from https://github.com/mapbox/mapbox-sdk-py/pull/278 to support python 3.9.
### What you've tried already pip install --user mapboxcli ### Expected outcome Should install properly ### Actual outcome ``` Collecting mapboxcli Downloading https://files.pythonhosted.org/packages/a4/a9/73de351453c365f045f459a5bf5d16580425c73976bd05089bf25ac96cdf/mapboxcli-0.8.0-py2-none-any.whl Collecting click (from mapboxcli) Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB)...
Currently the mapmatching API is limited to a single Feature with LineString geometry. But that doesn't mean we have to limit the CLI to a single feature. What about taking...
A starting point for talking about how we're going to package and distribute this thing. @tmcw mentioned that `homebrew` and `apt-get` should be the two primary targets. I'd add that...
We have been publishing vector data directly into the Mapbox upload interface as tilesets, typically as either .geoJSONs or MBTiles. Can Mapbox API retrieve the original datasets using the tileset...
### What you've tried already I've installed mapbox cli and exported an access token with appropriate rights using: `$ export MAPBOX_ACCESS_TOKEN=MY_TOKEN` I've successfully created a dataset using: `mapbox datasets create...