Skip to content

Commit c1de45b

Browse files
committed
WIP selecting climate risk variables
1 parent a01f3fa commit c1de45b

File tree

3 files changed

+7496
-0
lines changed

3 files changed

+7496
-0
lines changed

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
[project]
2+
name = "PlanetaryComputerExamples"
3+
version = "0.1.0"
4+
dependencies = [
5+
]
6+
7+
[project.optional-dependencies]
8+
notebooks = [
9+
"ipyleaflet>=0.18",
10+
"ipywidgets>=8.0",
11+
"jupyterlab-widgets>=3.0",
12+
"jupyterlab>=4.0",
13+
"geopandas>=1.0.1",
14+
"ipykernel>=6.29.5",
15+
"pystac>=1.13.0",
16+
"pystac-client>=0.8.6",
17+
"planetary-computer>=1.0.0",
18+
"rioxarray>=0.19.0",
19+
"odc>=0.1.2",
20+
"dask>=2025.4.1",
21+
"odc-stac>=0.4.0",
22+
"azure-identity>=1.22.0",
23+
"imageio>=2.37.0",
24+
]
25+
126
[tool.nbqa.addopts]
227
flake8 = [
328
"--max-line-length=94"

0 commit comments

Comments
 (0)