Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
juansensio committed Jun 6, 2024
2 parents 8825eb5 + 2c783a5 commit 7623e58
Show file tree
Hide file tree
Showing 4 changed files with 1,077 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eotdl/eotdl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.04.25"
__version__ = "2024.05.02"
2 changes: 1 addition & 1 deletion eotdl/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eotdl"
version = "2024.04.25"
version = "2024.05.02"
description = "Earth Observation Training Data Lab"
authors = ["EarthPulse <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
3. Ingesting in the EOTDL ([notebook](notebooks/02_ingesting.ipynb))
4. Creating and ingesting Q1 datasets ([notebook](notebooks/03_q1_datasets.ipynb))
5. Creating and ingesting Q2 datasets ([notebook](notebooks/04_q2_datasets.ipynb))
6. Training and Inference with Sentinel Hub ([notebook](notebooks/forest-map.ipynb))

### Data access

Expand Down
1,074 changes: 1,074 additions & 0 deletions tutorials/notebooks/forest-map.ipynb

Large diffs are not rendered by default.

0 comments on commit 7623e58

Please sign in to comment.