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

Notebook for retrieving NDWI anomalies from continuous monitor service. #37

Merged
merged 1 commit into from
Sep 22, 2023
Merged
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
Binary file added GEM-data/figs/NDWI_historical_baseline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GEM-data/figs/anomalies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GEM-data/figs/anomaly_eo-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GEM-data/figs/cmonitor_aoi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
500 changes: 500 additions & 0 deletions GEM-data/gem-NDWI-anomalies.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions GEM-data/gem-datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"source": [
"To facilitate easier navigation and clearer overview of data produced and made available within GEM project, we have structured the data collections into several notebooks:\n",
"\n",
"- [Built-up areas use-case](GEM-builtup-usecase.ipynb) contains the following data:\n",
"- [Built-up areas use-case](gem-builtup-usecase.ipynb) contains the following data:\n",
" * Google open buildings raster data over Africa\n",
" * Results of LightGBM regression built-up model \n",
" * Results of LightGBM categorical built-up model\n",
" * Results of several TFCN regression and classification built-up models\n",
"\n",
"- [Map making use-case](GEM-map-making-usecase.ipynb)\n",
"\n",
"- [Continuous monitoring service](gem-NDWI-anomalies.ipynb)\n",
"\n",
"\n",
"Each notebook will show how data collections, pertinent to GEM in general, or some of the GEM use-cases in particularl, can be accessed with GEM processing framework - eo-learn. Some explanation about the collections is also given, so the notebooks represent a self-sufficient and concise documentation about the datasets.\n",
Expand Down Expand Up @@ -54,7 +55,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
Loading