|
123 | 123 | "AWS_ENDPOINT_URL": "https://s3.de.io.cloud.ovh.net/" |
124 | 124 | }, |
125 | 125 |
|
| 126 | + }, |
| 127 | + { |
| 128 | + "name": "Convert to GeoZarr Sentinel-1 GRD (Local)", |
| 129 | + "type": "debugpy", |
| 130 | + "request": "launch", |
| 131 | + "module": "eopf_geozarr", |
| 132 | + "args": [ |
| 133 | + "convert", |
| 134 | + "https://objects.eodc.eu/e05ab01a9d56408d82ac32d69a5aae2a:202509-s01siwgrh/12/products/cpm_v256/S1C_IW_GRDH_1SDV_20250912T053648_20250912T053713_004087_0081FD_5AA4.zarr", |
| 135 | + "./tests-output/eopf_geozarr/s1_test.zarr", |
| 136 | + "--groups", "/measurements", |
| 137 | + "--gcp-group", "/conditions/gcp", |
| 138 | + "--spatial-chunk", "512", |
| 139 | + "--min-dimension", "256", |
| 140 | + "--tile-width", "256", |
| 141 | + "--max-retries", "2", |
| 142 | + "--dask-cluster", |
| 143 | + "--verbose" |
| 144 | + ], |
| 145 | + "cwd": "${workspaceFolder}", |
| 146 | + "justMyCode": false, |
| 147 | + "console": "integratedTerminal", |
| 148 | + "env": { |
| 149 | + "PYTHONPATH": "${workspaceFolder}/eopf_geozarr/.venv/bin" |
| 150 | + }, |
| 151 | + }, |
| 152 | + { |
| 153 | + "name": "Convert to GeoZarr Sentinel-1 GRD (S3)", |
| 154 | + "type": "debugpy", |
| 155 | + "request": "launch", |
| 156 | + "module": "eopf_geozarr", |
| 157 | + "args": [ |
| 158 | + "convert", |
| 159 | + "https://objects.eodc.eu/e05ab01a9d56408d82ac32d69a5aae2a:202509-s01siwgrh/12/products/cpm_v256/S1C_IW_GRDH_1SDV_20250912T053648_20250912T053713_004087_0081FD_5AA4.zarr", |
| 160 | + "s3://esa-zarr-sentinel-explorer-fra/tests-output/eopf_geozarr/S1C_IW_GRDH_1SDV_20250912T053648_20250912T053713_004087_0081FD_5AA4.zarr", |
| 161 | + "--groups", "/measurements", |
| 162 | + "--gcp-group", "/conditions/gcp", |
| 163 | + // "--crs-groups", "/conditions/geometry", |
| 164 | + "--spatial-chunk", "512", |
| 165 | + "--min-dimension", "256", |
| 166 | + "--tile-width", "256", |
| 167 | + "--max-retries", "2", |
| 168 | + "--dask-cluster", |
| 169 | + "--verbose" |
| 170 | + ], |
| 171 | + "cwd": "${workspaceFolder}", |
| 172 | + "justMyCode": false, |
| 173 | + "console": "integratedTerminal", |
| 174 | + "env": { |
| 175 | + "PYTHONPATH": "${workspaceFolder}/.venv/bin", |
| 176 | + "AWS_PROFILE": "eopf-explorer-vs", |
| 177 | + "AWS_DEFAULT_REGION": "de", |
| 178 | + "AWS_ENDPOINT_URL": "https://s3.de.io.cloud.ovh.net/" |
| 179 | + }, |
| 180 | + |
| 181 | + }, |
| 182 | + { |
| 183 | + "name": "Info EOPF Zarr (Sample Service)", |
| 184 | + "type": "debugpy", |
| 185 | + "request": "launch", |
| 186 | + "module": "eopf_geozarr", |
| 187 | + "args": [ |
| 188 | + "info", |
| 189 | + "https://objects.eodc.eu/e05ab01a9d56408d82ac32d69a5aae2a:202508-s02msil2a/11/products/cpm_v256/S2C_MSIL2A_20250811T112131_N0511_R037_T29TPF_20250811T152216.zarr", |
| 190 | + "--verbose", |
| 191 | + "--html-output", "eopf_dataset_info.html" |
| 192 | + ], |
| 193 | + "cwd": "${workspaceFolder}", |
| 194 | + "justMyCode": false, |
| 195 | + "console": "integratedTerminal", |
| 196 | + "env": { |
| 197 | + "PYTHONPATH": "${workspaceFolder}/.venv/bin", |
| 198 | + }, |
| 199 | + |
126 | 200 | }, |
127 | 201 | { |
128 | 202 | "name": "Info GeoZarr local", |
|
0 commit comments