forked from plovercode/DS-python-geospatial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
47 lines (47 loc) · 702 Bytes
/
Copy pathenvironment.yml
File metadata and controls
47 lines (47 loc) · 702 Bytes
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
36
37
38
39
40
41
42
43
44
45
46
47
name: DS-geospatial
channels:
- conda-forge
dependencies:
- python=3.11
- ipython
- jupyter
- jupyterlab>3
- numpy
# pinning pandas temporary because 2.1 causes warnings with geopandas and seaborn
- pandas=2.0
- xarray
- geopandas
- rasterio
- owslib
- rasterstats
- matplotlib
- mapclassify
- cartopy
- contextily
- geoplot
- fsspec
- s3fs
- dask
- distributed
- dask-labextension
- bokeh
- jupyter_bokeh
- intake
- intake-xarray
- ipympl
- ipyleaflet
- folium
- seaborn
- hvplot
- geoviews
- datashader
- cmocean
- pygeoprocessing
- zarr
- h5netcdf
- h5py
- cfgrib
- pooch
- rioxarray
- xarray-spatial
- pyepsg