Skip to content

Commit

Permalink
Updated notebooks and eo_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Jan 14, 2022
1 parent 3b4a18e commit baa99df
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 59 deletions.
15 changes: 14 additions & 1 deletion SInCohMap_openEO_Sentinel2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@
"- Common use cases for optical data:\n",
" - Create and apply a cloud mask\n",
" - Create a cloud free median composite\n",
" - Mask out the clouds and compute the monthly mean NDVI"
" - Mask out the clouds and compute the monthly mean NDVI\n",
" \n",
"## FAQ:\n",
"**Q: I receive a 403 error, what does it mean?**\n",
"\n",
"A: If you get a 403 error, it usually means that the connection with the openEO back-end dropped. Please re run\n",
"\n",
"`conn = openeo.connect(openeoHost).authenticate_oidc(client_id=\"openEO_PKCE\")`\n",
"\n",
"and re run you code from `load_collection` onwards.\n",
"\n",
"**Q: I receive a 500 error, what does it mean?**\n",
"\n",
"A: It is a server error: something went wrong processing your request. Please check carefully that the area and time range you are requesting are available in the datacube (you can use `conn.describe_collection('COLLECTION_NAME')`) Currently the error logs are not passed if you run your request as a synchronous call (i.e. using `.download()`). If you run you process as a batch job you will get a more informative error message."
]
},
{
Expand Down
Loading

0 comments on commit baa99df

Please sign in to comment.