forked from jorisvandenbossche/DS-python-geospatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
49 lines (49 loc) · 851 Bytes
/
environment.yml
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
48
49
name: DS-geospatial
channels:
- conda-forge
dependencies:
- python=3.10
- ipython
- jupyter
- jupyterlab>3
- numpy
- pandas
# pinning to avoid scatter regression (https://github.com/pydata/xarray/discussions/7268)
- xarray=2022.09
- geopandas
- pygeos
- rasterio
- owslib
- rasterstats
# pinning to avoid compat issue with cartopy (https://github.com/jorisvandenbossche/course-python-geospatial/issues/21)
- matplotlib=3.5
- 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