We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f171f46 commit 648ddc4Copy full SHA for 648ddc4
1 file changed
examples/convert_local.sh
@@ -0,0 +1,14 @@
1
+#! /usr/bin/env bash
2
+
3
+# Convert to GeoZarr stored on the local file system
4
5
+eopf-geozarr convert \
6
+https://objectstore.eodc.eu:2222/e05ab01a9d56408d82ac32d69a5aae2a:sample-data/tutorial_data/cpm_v253/S2B_MSIL1C_20250113T103309_N0511_R108_T32TLQ_20250113T122458.zarr \
7
+./tests-output/eopf_geozarr/s2b_test.zarr \
8
+--groups /measurements/reflectance/r10m /measurements/reflectance/r20m /measurements/reflectance/r60m /quality/l1c_quicklook/r10m \
9
+--crs-groups /conditions/geometry \
10
+--spatial-chunk 4096 \
11
+--min-dimension 256 \
12
+--tile-width 256 \
13
+--max-retries 2 \
14
+--verbose
0 commit comments