Skip to content

Commit

Permalink
add start
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 6, 2024
1 parent 361dd52 commit a267429
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 10 deletions.
15 changes: 5 additions & 10 deletions images/arcgis-pangeo/environment.yml
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
70 changes: 70 additions & 0 deletions images/arcgis-pangeo/really_full_environment.yml
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

9 changes: 9 additions & 0 deletions images/arcgis-pangeo/start
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 "$@"

0 comments on commit a267429

Please sign in to comment.