mapbox-cli-py
mapbox-cli-py copied to clipboard
Tileset info incorrect when uploading data files in parallel
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 name
Actual outcome
With test data of 9 uploads, a single tileset has name from other tileset.
Other information
- Version numbers for
mapboxcliandmapbox(from, e.g.,pip list) : 0.7.0 - Operating System : MAC OS X latest
- Python version number : 2.7.10
- How did you install the mapbox cli? Homebrew
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 parallel
- are the filenames of all 9 uploads the same?
- are you specifying the
--nameoption?
@perrygeo
- Command: My actual job is combination of tippecanoe to generate mbtiles, then uploading to Mapbox via Mapbox CLI.
- for each GEOJSON file, generate mbtiles, then upload to Mapbox
- I call those commands in sequence from C#
- Files aren't the same, as you see.
- Yes.