|
203 | 203 | "outputs": [], |
204 | 204 | "source": [ |
205 | 205 | "gpm_bounding_box = BBox(w=45, s=-45, e=75, n=-15)\n", |
206 | | - "gpm_variables = ['/Grid/precipitationCal']\n", |
| 206 | + "gpm_variables = ['Grid/precipitationCal']\n", |
207 | 207 | "\n", |
208 | 208 | "combined_request = Request(\n", |
209 | 209 | " collection=gpm_collection,\n", |
|
287 | 287 | "outputs": [], |
288 | 288 | "source": [ |
289 | 289 | "point_in_pixel_box = BBox(w=43.2222, s=-25.1111, e=43.2222, n=-25.1111)\n", |
290 | | - "gpm_variables = ['/Grid/precipitationCal']\n", |
| 290 | + "gpm_variables = ['Grid/precipitationCal']\n", |
291 | 291 | "\n", |
292 | 292 | "point_in_pixel_request = Request(\n", |
293 | 293 | " collection=gpm_collection,\n", |
|
324 | 324 | "outputs": [], |
325 | 325 | "source": [ |
326 | 326 | "corner_point_box = BBox(w=160, s=20, e=160, n=20)\n", |
327 | | - "gpm_variables = ['/Grid/precipitationCal']\n", |
| 327 | + "gpm_variables = ['Grid/precipitationCal']\n", |
328 | 328 | "\n", |
329 | 329 | "corner_point_request = Request(\n", |
330 | 330 | " collection=gpm_collection,\n", |
|
362 | 362 | "name": "python", |
363 | 363 | "nbconvert_exporter": "python", |
364 | 364 | "pygments_lexer": "ipython3", |
365 | | - "version": "3.11.6" |
| 365 | + "version": "3.11.10" |
366 | 366 | } |
367 | 367 | }, |
368 | 368 | "nbformat": 4, |
|
0 commit comments