-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
52 lines (52 loc) · 1.47 KB
/
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
50
51
52
name: pangeo
channels:
- conda-forge
- nodefaults
dependencies:
- black=24.4.2
- folium=0.16.0
- gh-scoped-creds=4.1
- gh=2.49.2
- git-lfs=3.5.1
- gitpython=3.1.43
- ipyevents=2.0.2
- ipyleaflet=0.19.1
- ipytree=0.2.2
- ipywidgets=8.1.2
- jupyter_server=2.12.5
- jupyter-panel-proxy=0.1.0
- jupyterlab_widgets=3.0.10
- jupyterlab-git=0.50.0
- jupyterlab=4.2.0
- nb_conda=2.2.1
- nb_conda_kernels=2.5.1
- nbstripout=0.7.1
- nodejs=20.1.0
- pangeo-notebook=2024.05.20
- plotly=5.22.0
- plotnine=0.13.6
- pydantic=2.7.1
- python-gist=0.10.6
- python-graphviz=0.20.3
- rise=5.7.1
- snakeviz=2.2.0
- xarray_leaflet=0.2.3
- pip=24.0
- pip:
- jupyter-resource-usage==1.0.2
- git+https://github.com/MAAP-Project/[email protected]#egg-info=stac_ipyleaflet
- rio-tiler==6.2.8
- maap-algorithms-jupyter-extension==0.3.6
- maap-che-sidebar-visibility-jupyter-extension==1.1.2
- maap-dps-jupyter-extension==0.7.1
- maap-edsc-jupyter-extension==1.1.1
- maap-help-jupyter-extension==2.0.0
- maap-jupyter-server-extension==2.0.8
- maap-libs-jupyter-extension==1.2.4
- maap-user-workspace-management-jupyter-extension==0.1.3
variables:
TITILER_STAC_ENDPOINT: 'https://titiler-stac.maap-project.org/'
TITILER_ENDPOINT: 'https://titiler.maap-project.org/'
STAC_CATALOG_NAME: 'MAAP STAC'
STAC_CATALOG_URL: 'https://stac.maap-project.org/'
STAC_BROWSER_URL: 'https://stac-browser.maap-project.org/'