Skip to content

Commit db9a0f5

Browse files
update readme
1 parent 6f417b7 commit db9a0f5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ earthengine authenticate
2828
Export coverage data to a BigQuery table:
2929

3030
```bash
31-
aef-export coverage BQ_DATASET_NAME BQ_TABLE_NAME
31+
aef-export coverage <BQ_DATASET_NAME> <BQ_TABLE_NAME>
32+
```
33+
34+
Export a single image to GCS, an example image ID is `GOOGLE/SATELLITE_EMBEDDING/V1/ANNUAL/xs6bvzj41inm2e1cc`. It is recommended to export embeddings in their quantized form (int8) to reduce storage costs.
35+
36+
```bash
37+
aef-export image <GCS_BUCKET_NAME> <GCS_KEY_PREFIX> --quantize
3238
```

0 commit comments

Comments
 (0)