mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 27 forks source link

Nickgerancher/cu estimation testing #189

Closed nicklvsa closed 2 weeks ago

nicklvsa commented 3 weeks ago

Changes (v1.12.0)

These changes introduce a new command: estimate-cu. This command is responsible for estimating the CU value of a tileset that has been created but not yet published. This new command relies on a dependency (rasterio) that is not included in the base installation of tilesets-cli. There are instructions documented for how to install this extra dependency, similar to the estimate-area command already defined in tilesets-cli.

These changes are reliant on some internal API changes. Once those are in place, we should be able to release these changes publicly.

See https://github.com/mapbox/tilesets-cli/blob/ac2496771693deccae9e82dc009203381d167646/README.md for the updated estimate-cu docs.