Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple example of Multipleresults #65

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
331 changes: 272 additions & 59 deletions python/ForestFire/ForestFire.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `Demonstrates` column summarizes the key openEO functionality used in each c
| [WorldCereal](./WorldCereal/) | `Jupyter` | WorldCereal data extraction sample. | openEO processes `merge_cubes`, loading **WorldCereal** data |
| [RVI](./RVI/) | `Jupyter` | Calculate Radar Vegetation Index | openEO processes `sar_backscatter`, `spectral_nidices.compute_indices`; **plotting** mean result and timeseries; **Awesome Spectral Indices** |
| [OilSpill](./OilSpill/) | `Jupyter` | Oil Spill mapping with Sentinel-1 layer. | openEO processes `sar_backscatter`, `apply`, `apply_kernel`, `rename_labels`, `merge_cubes`; **plotting** binary image |
| [ForestFire](./ForestFire/) | `Jupyter` | Wildfire mapping using Sentinel-2 | openEO processes `apply_kernel`,`ndvi` `spectral_nidices.compute_indices`; **plotting** comparative visualisation; **Awesome Spectral Indices** |
| [ForestFire](./ForestFire/) | `Jupyter` | Wildfire mapping using Sentinel-2 | openEO processes `apply_kernel`,`ndvi`,`spectral_nidices.compute_indices`,`MultiResult`; **plotting** comparative visualisation; **Awesome Spectral Indices** |
| [Heatwave](./Heatwave/) | `Jupyter` | Heatwave mapping using LST layer. | openEO processes `mask`, `apply_dimension`, `reduce_dimension`; **plotting** Total number of days |
| [AirQuality](./AirQuality/) | `Jupyter` | Explore Sentinel-5P air quality products | openEO processes `merge_cubes`, `aggregate_temporal_period`; **plotting** mean result and timeseries; product's correlation |
| [StatisticalDataFill](./StatisticalDataFill/) | `Jupyter` | Uses Lowess Regression in openEO for Filling Missing Time Series Data | openEO processes `aggregate_temporal_period`, `apply_dimension`; **plotting** mean result and timeseries ; `SENTINEL_5P_L2`|
Expand Down