-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathenvironment.yml
57 lines (56 loc) · 1.05 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
53
54
55
56
57
# execution guidance from commandline/terminal:
# run the following commands:
# to install environment: conda env create --file environment.yml
# to activate environment: conda activate oco-arset-env
# to deactivate environment: conda deactivate
# to update environment: conda env update --file environment.yml --name oco-arset-env
name: oco-arset-env
channels:
- conda-forge
dependencies:
- python>=3.9
- nb_conda
- numpy
- earthaccess
- requests
- s3fs
- xarray
- netCDF4
- h5netcdf
- pandas
- pathlib
- matplotlib
- plotly
- scipy
- cartopy
- imageio
- Basemap
- pydap
- lxml
- html5lib
- geopy
- IPython
- bs4
- numpy
- pip
- pip:
# works for regular pip packages
- ipywidgets
- notebook
- jupyterlab
# For a complete list of Python 3.x standard libaries, see: https://docs.python.org/3/library/index.html
# Python 3.x standard library dependencies used in OCO-2/OCO-3 ARSET notebooks:
# - jupyter
# - contextlib
# - datetime
# - optparse
# - time
# - datetime
# - warnings
# - gc
# - sys
# - urllib
# - getpass
# - netrc
# - os
# - re