31 lines
612 B
TOML
31 lines
612 B
TOML
[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]
|
|
"1-phenocam.py" = ["E402"]
|
|
"2-phenocam-screening.py" = ["E402"]
|
|
"3-sentinel-data.py" = ["E402"]
|
|
"4-fusion.py" = ["E402"]
|