We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfbd2e commit 07f8dffCopy full SHA for 07f8dff
environment.yml
@@ -2,10 +2,10 @@ name: DS-geospatial
2
channels:
3
- conda-forge
4
dependencies:
5
- - python
+ - python=3.12
6
- ipython
7
- jupyter
8
- - jupyterlab
+ - jupyterlab>3
9
- numpy
10
- pandas
11
- xarray
@@ -20,6 +20,13 @@ dependencies:
20
- geoplot
21
- fsspec
22
- s3fs
23
+ - dask
24
+ - distributed
25
+ - dask-labextension
26
+ - bokeh
27
+ - jupyter_bokeh
28
+ - intake
29
+ - intake-xarray
30
- ipympl
31
- ipyleaflet
32
- folium
@@ -29,4 +36,10 @@ dependencies:
36
- datashader
37
- cmocean
38
- zarr
39
+ - h5netcdf
40
+ - h5py
41
+ - cfgrib
42
+ - pooch
43
- rioxarray
44
+ - xarray-spatial
45
+ - pyepsg
0 commit comments