Switching horses.
This commit is contained in:
parent
25cbd97662
commit
e3e14027fc
51 changed files with 5078 additions and 11678 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue