Skip to content

Commit 6e939ca

Browse files
committed
version bump and docs update
1 parent 01f87ed commit 6e939ca

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
=======
44

5+
# 1.12.0 (2024-10-23)
6+
- Added command `tilesets estimate-cu` that returns an estimated compute unit value for a user's tileset.
7+
58
# 1.11.1 (2024-08-01)
69
- Added command `tilesets upload-raster-source` to upload raster files as sources
710

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ tilesets delete-source user source_id
253253
tilesets estimate-cu <tileset> -s/--sources <sources> -b/--num-bands <number> --raw
254254
```
255255

256-
Estimates the CU value of a tileset before publishing it. This is useful to understand the estimated cost a given tileset before you start processing the data. Note: This is currently only available to tileset recipes with type `raster` and `rasterarray`.
256+
Estimates the CU value of a tileset before publishing it. This is useful to understand the estimated cost a given tileset before you start processing the data. Note: This is currently only available to tileset recipes with type `raster` or `rasterarray`.
257+
258+
See https://docs.mapbox.com/help/glossary/compute-unit/ for more information.
257259

258260
Flags:
259261
- `-s` or `--sources` [optional]: Local path to the sources that your recipe points at. This is highly recommeneded.

mapbox_tilesets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""mapbox_tilesets package"""
22

3-
__version__ = "1.11.1"
3+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)