Matthew Perry
Matthew Perry
@emakarov can you tell me more about your use case and why v5 doesn't work? If all goes well, we _should_ be able to keep the Python side backwards compatible....
@sgillies This is ready for review. I added some docs/tests on top of the work done by @iAmMrinal0 in #198 - should be close to ready for 🚀 EDIT: apparently...
more work in #198
I think the major design decisions for the SDK center around how much validation we want to do here. From the HTTP resource perspective, this API is a relatively simple...
@gamb The Tilesets API is read-only and will only provide metadata about the tileset itself. But you can export a Dataset to a Tileset using the `Uploader.create` method and a...
The upload consists of two steps: first getting the data to s3, second alerting the uploads API of to begin the processing. Do you happen to know which part it's...
Related: pre-requisite support for the Styles API in the python sdk is tracked here https://github.com/mapbox/mapbox-sdk-py/issues/72.
I'm not able to reproduce this with GNU parallel. @kanvuduc - can you provide more details about * the exact command you're using * how you are running them in...
Global installation via `sudo pip` is really discouraged in the python world, yet we don't have any other way to install this globally. Using virtualenvs to create isolated environments is...
@tmcw @sgillies : what about a `mapbox/homebrew-cli` repo for this and other supported command line tools? This would make the installation command ``` brew install mapbox/cli/mapbox ``` Has a nice...