Skip to content

Commit

Permalink
Update 23_data_access_filter.ipynb
Browse files Browse the repository at this point in the history
Fix filter_temporal issue, see Open-EO/openeo-processes-dask#315

Use the latest kernel
  • Loading branch information
clausmichele authored Jan 24, 2025
1 parent c8b4ef2 commit 05f8df9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@
"\n",
"url = \"https://earth-search.aws.element84.com/v1/collections/sentinel-2-l2a\"\n",
"spatial_extent = {\"west\": 11.1, \"east\": 11.5, \"south\": 46.1, \"north\": 46.5}\n",
"temporal_extent = [\"2022-01-01T00:00:00Z\",\"2022-10-30T00:00:00Z\"]\n",
"\n",
"datacube = local_conn.load_stac(url=url,\n",
" spatial_extent=spatial_extent,\n",
" temporal_extent=temporal_extent,\n",
" properties=properties)\n",
"datacube.execute()"
]
Expand Down Expand Up @@ -189,9 +191,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "cubes-and-clouds-cubes-and-clouds2",
"display_name": "cubes-and-clouds-cubes-and-clouds-new",
"language": "python",
"name": "conda-env-cubes-and-clouds-cubes-and-clouds2-py"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds-new-py"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 05f8df9

Please sign in to comment.