-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
35 lines (35 loc) · 1.31 KB
/
environment.yaml
File metadata and controls
35 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: oia-direct-damages
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- pip
- contextily # basemaps for plots
- dask<2024.3.0 # larger-than-memory computing
- gdal>=3.3 # command-line tools for spatial data
- geopandas==0.14.4 # geospatial dataframes
- ipykernel # notebook support
- jupyter # notebook support
- matplotlib==3.7.1 # basic plotting
- netCDF4 # NetCDF file format
- numpy # data arrays
- pandas==2.0.3 # tabular data
- pyarrow>=13.0.0 # parquet file format, Arrow data exchange
- pyproj>=3.3.1 # geographic projections
- rasterio # raster file formats
- rasterstats # raster statistics
- rioxarray # xarray datasets from raster files
- scipy # scientific computing library
- bioconda::snakemake==7.18.2 # workflow management
- tabulate==0.8.10 # snakemake dependency with bug in 9.0.0, pin previous
- tqdm==4.62.3 # progress bars
- xarray==2023.10.1 # named n-dimensional arrays
- zarr # zarr ndarray/raster store
- exactextract==0.2.0
- h5py
- cartopy
- pip:
- nismod-snail==0.5.2 # vector-raster intersections
- snkit==1.8.1 # spatial network cleaning
- -e .