Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="notebooks/images/logos/tuw-geo_eodc_logo_horizontal.png" alt="tuw-geo-logo" width="500"/>

# Earth Observation Data Science Cookbook

<img src="notebooks/images/logos/tuw-geo_eodc_logo_horizontal.png" alt="tuw-geo-logo" width="500"/>

[![nightly-build](https://github.com/ProjectPythia/eo-datascience-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/eo-datascience-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/eo-datascience-cookbook/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/830421828.svg)](https://zenodo.org/badge/latestdoi/830421828)
Expand Down
91 changes: 0 additions & 91 deletions _config.yml

This file was deleted.

36 changes: 0 additions & 36 deletions _toc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion notebooks/courses/environmental-remote-sensing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"\n",
"| Concepts | Importance | Notes |\n",
"|---|---|---|\n",
"| [Intro to Earth Observation Data Science](https://projectpythia.org/eo-datascience-cookbook/README.html) | Helpful | |\n",
"| [Intro to Earth Observation Data Science](https://projectpythia.org/eo-datascience-cookbook) | Helpful | |\n",
"| [Documentation hvPlot](https://hvplot.holoviz.org/)|Helpful|Interactive plotting|\n",
"| [Documentation pandas](https://pandas.pydata.org/)|Helpful|Tabular data wrangling|\n",
"\n",
Expand Down
8 changes: 4 additions & 4 deletions notebooks/courses/microwave-remote-sensing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"\n",
"| Concepts | Importance | Notes |\n",
"|---|---|---|\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
"| [Dask Arrays](https://foundations.projectpythia.org/core/xarray/dask-arrays-xarray.html)| Necessary| |\n",
"| [Intake](https://projectpythia.org/intake-cookbook/README.html)|Helpful| |\n",
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html)|Helpful|Ploting in Python|\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
"| [Dask Arrays](https://foundations.projectpythia.org/core/xarray/dask-arrays-xarray)| Necessary| |\n",
"| [Intake](https://projectpythia.org/intake-cookbook)|Helpful| |\n",
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib)|Helpful|Ploting in Python|\n",
"| [Documentation hvPlot](https://hvplot.holoviz.org/)|Helpful|Interactive plotting|\n",
"| [Documentation odc-stac](https://odc-stac.readthedocs.io/en/latest/)|Helpful|Data access|\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/templates/prereqs-templates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"\n",
"| Concepts | Importance | Notes |\n",
"|---|---|---|\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
"| [Dask Arrays](https://foundations.projectpythia.org/core/xarray/dask-arrays-xarray.html)| Necessary| |\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
"| [Dask Arrays](https://foundations.projectpythia.org/core/xarray/dask-arrays-xarray)| Necessary| |\n",
"| [Documentation scikit-learn](https://scikit-learn.org/stable/)|Neccesary|Machine Learning in Python|\n",
"| [Documentation Matplotlib](https://matplotlib.org/stable/users/explain/quick_start.html)|Helpful|Ploting in Python|\n",
"| [Documentation odc-stac](https://odc-stac.readthedocs.io/en/latest/)|Helpful|Data access|\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/floodmapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"\n",
"| Concepts | Importance | Notes |\n",
"|---|---|---|\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
"| [Intro to Harmonic parameters](https://projectpythia.org/eo-datascience-cookbook/notebooks/tutorials/harmonic-parameters.html)| Necessary| |\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
"| [Intro to Harmonic parameters](https://projectpythia.org/eo-datascience-cookbook/notebooks/tutorials/harmonic-parameters)| Necessary| |\n",
"| [Documentation hvPlot](https://hvplot.holoviz.org/)|Helpful|Interactive plotting|\n",
"| [Documentation odc-stac](https://odc-stac.readthedocs.io/en/latest/)|Helpful|Data access|\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/harmonic-parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"\n",
"| Concepts | Importance | Notes |\n",
"|---|---|---|\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
"| [Intro to Flood mapping](https://projectpythia.org/eo-datascience-cookbook/notebooks/tutorials/floodmapping.html)| Necessary| |\n",
"| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
"| [Intro to Flood mapping](https://projectpythia.org/eo-datascience-cookbook/notebooks/tutorials/floodmapping)| Necessary| |\n",
"| [Documentation hvPlot](https://hvplot.holoviz.org/)|Helpful|Interactive plotting|\n",
"\n",
"- **Time to learn**: 10 min\n",
Expand Down
Loading