Skip to content

Commit 6ced1e9

Browse files
Notebook for BAIS2 (#4)
* readme and contrib initial commit. * Add attribution section to NDCI cyanobacteria detection notebook * Specifies how to install virtual environment * Adds files to ignore * Processes BAIS2 evalscript with openEO * Adds requirement file * Removes unused libraries * Removes UDP print * Updates text-based math formulae with latex --------- Co-authored-by: Emmanuel Mathot <[email protected]>
1 parent d20a6fe commit 6ced1e9

File tree

4 files changed

+477
-3
lines changed

4 files changed

+477
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ site/
6767

6868
# OpenEO specific
6969
.openeo/
70-
auth_*.json
70+
auth_*.json

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,21 @@ To run these notebooks, you need:
9797
This project uses [uv](https://docs.astral.sh/uv/) for fast and reliable dependency management.
9898

9999
1. **Install uv** if you haven't already:
100+
100101
```bash
101102
# On macOS and Linux
102103
curl -LsSf https://astral.sh/uv/install.sh | sh
103-
104+
104105
# On Windows
105106
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
106107
```
107108

108109
2. **Clone the repository and set up the environment**:
110+
109111
```bash
110112
git clone https://github.com/developmentseed/openeo-udp.git
111113
cd openeo-udp
112-
114+
113115
# Create virtual environment and install all dependencies
114116
uv sync
115117
```

notebooks/sentinel/sentinel-2/fire_and_disaster_monitoring/bais2_burned_area.ipynb

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
openeo
2+
matplotlib
3+
pillow
4+
numpy
5+

0 commit comments

Comments
 (0)