Sign inSign up

stefda/mapbox-tools

By stefda

Updated almost 9 years ago

Collection of Mapbox tools.

Image
0

181

stefda/mapbox-tools repository overview

Mapbox tools

A collection of Mapbox tools on Docker.

How to use

By default, all commands are run inside the container's /workdir folder. If you want to run the bundled commands relative to your current path, you can mount the directory with -v $(pwd):/workdir.

Tools

Tippecanoe

$ docker run -v $(pwd):/workdir stefda/mapbox-tools tippecanoe -o data/coastline.mbtiles -zg data/coastline.geojson

Detailed api documentation for the tool is in the mapbox/tippecanoe repo.

Uploads API

$ docker run -v $(pwd):/workdir -e MAPBOX_USERNAME=<username> -e MAPBOX_TOKEN=<token> stefda/mapbox-tools upload data/coastline.mbtiles coastline

Based on the excellent tutorial to upload data to Mapbox studio.

Tag summary

Content type

Image

Digest

Size

114.8 MB

Last updated

almost 9 years ago

docker pull stefda/mapbox-tools