Skip to content

Commit

Permalink
updated kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratichhya committed Aug 18, 2023
1 parent a92004b commit d787e2f
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 598 deletions.
938 changes: 451 additions & 487 deletions openeo/Batch_job.ipynb

Large diffs are not rendered by default.

32 changes: 9 additions & 23 deletions openeo/Load_Collection.ipynb

Large diffs are not rendered by default.

127 changes: 63 additions & 64 deletions openeo/NDVI_Timeseries.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions openeo/UDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
" }\n",
" </script>\n",
" <openeo-model-builder>\n",
" <script type=\"application/json\">{\"id\": \"d7b4f8ad67ad405999f711ed9ddf6009\", \"explicit-zoom\": true, \"height\": \"400px\", \"value\": {\"process_graph\": {\"loadcollection1\": {\"process_id\": \"load_collection\", \"arguments\": {\"bands\": [\"B04\", \"B03\", \"B02\"], \"id\": \"SENTINEL2_L2A\", \"properties\": {\"eo:cloud_cover\": {\"process_graph\": {\"lte1\": {\"process_id\": \"lte\", \"arguments\": {\"x\": {\"from_parameter\": \"value\"}, \"y\": 50}, \"result\": true}}}}, \"spatial_extent\": {\"west\": 5.05, \"south\": 51.21, \"east\": 5.1, \"north\": 51.23, \"crs\": \"EPSG:4326\"}, \"temporal_extent\": [\"2022-05-01\", \"2022-05-30\"]}}, \"reducedimension1\": {\"process_id\": \"reduce_dimension\", \"arguments\": {\"data\": {\"from_node\": \"loadcollection1\"}, \"dimension\": \"t\", \"reducer\": {\"process_graph\": {\"max1\": {\"process_id\": \"max\", \"arguments\": {\"data\": {\"from_parameter\": \"data\"}}, \"result\": true}}}}, \"result\": true}}}}</script>\n",
" <script type=\"application/json\">{\"id\": \"843dbe0a86f94d7ca4516af4b461252b\", \"explicit-zoom\": true, \"height\": \"400px\", \"value\": {\"process_graph\": {\"loadcollection1\": {\"process_id\": \"load_collection\", \"arguments\": {\"bands\": [\"B04\", \"B03\", \"B02\"], \"id\": \"SENTINEL2_L2A\", \"properties\": {\"eo:cloud_cover\": {\"process_graph\": {\"lte1\": {\"process_id\": \"lte\", \"arguments\": {\"x\": {\"from_parameter\": \"value\"}, \"y\": 50}, \"result\": true}}}}, \"spatial_extent\": {\"west\": 5.05, \"south\": 51.21, \"east\": 5.1, \"north\": 51.23, \"crs\": \"EPSG:4326\"}, \"temporal_extent\": [\"2022-05-01\", \"2022-05-30\"]}}, \"reducedimension1\": {\"process_id\": \"reduce_dimension\", \"arguments\": {\"data\": {\"from_node\": \"loadcollection1\"}, \"dimension\": \"t\", \"reducer\": {\"process_graph\": {\"max1\": {\"process_id\": \"max\", \"arguments\": {\"data\": {\"from_parameter\": \"data\"}}, \"result\": true}}}}, \"result\": true}}}}</script>\n",
" </openeo-model-builder>\n",
" "
],
"text/plain": [
"<openeo.rest.datacube.DataCube at 0x7f0cc5f0e160>"
"<openeo.rest.datacube.DataCube at 0x7f8603ef7550>"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -160,7 +160,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -177,7 +177,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -199,7 +199,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down
29 changes: 10 additions & 19 deletions openeo/UDP.ipynb

Large diffs are not rendered by default.

0 comments on commit d787e2f

Please sign in to comment.