You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
233
+
234
+
Flags:
235
+
-`-s` or `--sources`[optional]: Local path to the sources that your recipe points at. This is highly recommeneded.
236
+
-`-b` or `--num-bands`[optional]: The number of bands you expect your recipe to select across all layers. This is recommended.
237
+
-`--raw`[optional]: This will toggle the pretty print output.
238
+
239
+
Usage
240
+
241
+
```shell
242
+
# Estimate the CUs for 'account.tileset' with sources located in 'path/to/sources/' and a band count of 20.
0 commit comments