We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a092d commit 2626fa0Copy full SHA for 2626fa0
environment.yml
@@ -3,6 +3,7 @@ channels:
3
- conda-forge
4
dependencies:
5
- python >=3.11
6
+ - fsspec
7
- rioxarray
8
- shapely
9
- xarray
pyproject.toml
@@ -21,6 +21,7 @@ license = "MIT"
21
license-files = ["LICEN[CS]E*"]
22
requires-python = ">=3.11"
23
dependencies = [
24
+ "fsspec",
25
"rioxarray",
26
"shapely",
27
"xarray",
0 commit comments