-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
84 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
name: notebook | ||
name: arcgis-pangeo | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- pangeo-notebook | ||
# - esri::arcgis=2.0.0 | ||
## These are needed for jupyterhub functioning | ||
- jupyterhub-singleuser | ||
- jupyter-server-proxy | ||
- jupyter-vscode-proxy | ||
## Utilities | ||
- pip | ||
- nodejs # for installing jupyterlab-widgets | ||
- ipywidgets | ||
## | ||
- jupyterlab=2.2.9 | ||
- jupyterlab-git | ||
- jupyterlab-favorites | ||
- jupyter-resource-usage | ||
- conda-lock | ||
- code-server >=3.2 | ||
## needed for installing jupyterlab-widgets | ||
- nodejs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
name: arcgis-pangeo | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- pangeo-notebook | ||
# - esri::arcgis=2.0.0 | ||
## These are core geospatial packages | ||
- dask | ||
- distributed | ||
- rioxarray | ||
- xarray>=2022.12 | ||
- gdal~=3.6 | ||
- libgdal | ||
- geopandas | ||
- rasterio | ||
## These are for dealing with file formats | ||
- h5netcdf | ||
- netcdf4 | ||
- h5py | ||
- hdf5plugin | ||
- pydap | ||
- zarr | ||
- kerchunk | ||
- rechunker | ||
- s3fs | ||
## Visualization and plotting | ||
- geoviews | ||
- matplotlib-base | ||
- hvplot | ||
- datashader | ||
- bqplot | ||
- ipyleaflet | ||
## Working with data catalogs and searching | ||
- earthaccess>=0.5.1 | ||
- intake | ||
- pystac-client | ||
- pyproj | ||
- cartopy | ||
## Utilities | ||
- conda-lock | ||
- pip | ||
- nbgitpuller~=1.1.0 | ||
- nodejs # for installing jupyterlab-widgets | ||
- ipywidgets | ||
## | ||
- jupyterlab=2.2.9 | ||
- jupyterlab-git | ||
- jupyterlab-favorites | ||
- jupyter-resource-usage | ||
- jupyterlab-geojson | ||
- jupyterlab-git | ||
- jupyter-resource-usage | ||
- jupyterlab-link-share | ||
- jupyterlab-h5web | ||
## Add VSCode; server proxy allows the other proxies | ||
- jupyter-server-proxy | ||
- jupyter-vscode-proxy | ||
- code-server >=3.2 | ||
## Unknown | ||
- pynco | ||
- shapely | ||
- pyresample | ||
- joblib | ||
- lxml | ||
- ipympl | ||
- pooch | ||
- rasterstats | ||
- pqdm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash -l | ||
|
||
# ==== ONLY EDIT WITHIN THIS BLOCK ===== | ||
|
||
export PANGEO_ENV="arcgis-pangeo" | ||
|
||
# ==== ONLY EDIT WITHIN THIS BLOCK ===== | ||
|
||
exec "$@" |