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.
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 oftilesets-cli
. There are instructions documented for how to install this extra dependency, similar to theestimate-area
command already defined intilesets-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.