Switching horses.

This commit is contained in:
Felix Delattre 2026-06-10 14:18:06 +02:00
parent 25cbd97662
commit e3e14027fc
51 changed files with 5078 additions and 11678 deletions

View file

@ -1,2 +1,31 @@
[project]
name = "worldwide"
version = "0.1.0"
description = "Worldwide PhenoCam EFAST feasibility screening"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"efast @ git+https://github.com/DHI-GRAS/efast.git",
"netCDF4",
"numpy",
"openeo",
"pystac-client",
"python-dateutil",
"python-dotenv",
"rasterio",
"requests",
"scipy",
"shapely",
"tqdm",
]
[dependency-groups]
dev = [
"ruff",
]
[tool.ruff.lint.per-file-ignores]
"run.py" = ["F401"]
"1-phenocam.py" = ["E402"]
"2-phenocam-screening.py" = ["E402"]
"3-sentinel-data.py" = ["E402"]
"4-fusion.py" = ["E402"]