Skip to content

Commit

Permalink
openeo - small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Nov 6, 2023
1 parent 6401cb6 commit 9885944
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"login": "jdries",
"name": "Jeroen Dries",
"avatar_url": "https://avatars.githubusercontent.com/u/5937096?v=4",
"profile": "https://remotesensing.vito.be/",
"profile": "https://remotesensing.vito.be/team/jeroen-dries",
"contributions": [
"ideas",
"design",
Expand Down
Binary file added tutorial/figures/sampling_openeo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tutorial/part2/advanced_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Operational products, like [Copernicus landcover 3.0](https://land.copernicus.eu
also based on random forest.

Key takeaways:
- Merging Sentinel-1 and Sentinel-2 data cubes
- Transform a timeseries datacube into features for learning
- Use ML processes directly from openEO

Expand Down
7 changes: 5 additions & 2 deletions tutorial/part3/advanced_udf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
"cell_type": "markdown",
"source": [
"\n",
"## UDF with machine learning\n",
"\n",
"Algorithm type: spatiotemporal data chunk\n",
Expand All @@ -25,7 +24,11 @@
"\n",
"The local openEO processing support allows to start from samples that are pretty much 'raw' data, so that you also have the ability to change your preprocessing pipeline.\n",
"\n",
"https://open-eo.github.io/openeo-python-client/cookbook/sampling.html"
"https://open-eo.github.io/openeo-python-client/cookbook/sampling.html\n",
"\n",
"The image below shows how sampling points of the Lucas database are spatially grouped to be able to sample all of Europe:\n",
"\n",
"![Lucas Sampling](../figures/sampling_openeo.png)"
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit 9885944

Please sign in to comment.