Skip to content

Commit

Permalink
fix yml bug and conda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharonin committed Jan 12, 2024
1 parent a553782 commit 61dbd4d
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 598 deletions.
1 change: 1 addition & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Steps to install and use FEDS-PEC:
- `git clone` the FEDS-PEC git repo
- `cd` into the FEDS-PEC git repo
- `conda env create -f "env-feds.yml" -p "../env-feds"`
- **NOTE FOR MAAP USERS:** MAAP contains memory limitations on certain directories; if encountering installation issues, check the installation area of `env-feds`. Users may need to change the level of install (i.e. modify `"../env-feds"` to `"../../env-feds"`)
- `source activate "../env-feds"`

2. **Notebook Setup:** Edit or make a copy of the `BLANK_FEDS_Outline.ipynb` located in the `blank` directory.
Expand Down
31 changes: 24 additions & 7 deletions .ipynb_checkpoints/env-feds-checkpoint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: feds
name: /projects/env-feds
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
Expand Down Expand Up @@ -29,18 +30,19 @@ dependencies:
- brotlipy=0.7.0=py310h5764c6d_1004
- bzip2=1.0.8=h7f98852_4
- c-ares=1.18.1=h7f98852_0
- ca-certificates=2022.07.19=h06a4308_0
- ca-certificates=2023.12.12=h06a4308_0
- cached-property=1.5.2=hd8ed1ab_1
- cached_property=1.5.2=pyha770c72_1
- cairo=1.16.0=ha61ee94_1013
- certifi=2022.6.15=py310hff52083_0
- certifi=2023.11.17=py310h06a4308_0
- cffi=1.15.1=py310h255011f_0
- cfitsio=4.1.0=hd9d235c_0
- cftime=1.6.1=py310hde88566_0
- charset-normalizer=2.1.1=pyhd8ed1ab_0
- click=8.1.3=py310hff52083_0
- click-plugins=1.1.1=py_0
- cligj=0.7.2=pyhd8ed1ab_1
- colorama=0.4.6=py310h06a4308_0
- cryptography=37.0.4=py310h597c629_0
- curl=7.84.0=h5eee18b_0
- cycler=0.11.0=pyhd8ed1ab_0
Expand Down Expand Up @@ -161,7 +163,7 @@ dependencies:
- numcodecs=0.10.2=py310hd8f1fbe_0
- numpy=1.23.2=py310h53a5b5f_0
- openjpeg=2.5.0=h7d73246_1
- openssl=1.1.1q=h166bdaf_0
- openssl=1.1.1w=h7f8727e_0
- orc=1.7.5=h6c59b99_0
- packaging=21.3=pyhd8ed1ab_0
- pandas=1.4.4=py310h769672d_0
Expand Down Expand Up @@ -190,6 +192,7 @@ dependencies:
- pyproj=3.3.1=py310hf94497c_1
- pyright=1.1.269=py310h5764c6d_0
- pysocks=1.7.1=py310hff52083_5
- pystac=1.7.1=pyhd8ed1ab_0
- pystac-client=0.6.0=pyhd8ed1ab_0
- python=3.10.6=h582c2e5_0_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
Expand All @@ -200,7 +203,6 @@ dependencies:
- re2=2022.06.01=h27087fc_0
- readline=8.1.2=h0f457ee_0
- requests=2.28.1=pyhd8ed1ab_1
# - rio-tiler=2.0.3=pyhd8ed1ab_0
- rtree=1.0.0=py310hbdcdc62_1
- s2n=1.0.10=h9b69904_0
- s3fs=0.4.2=py_0
Expand Down Expand Up @@ -248,5 +250,20 @@ dependencies:
- zeromq=4.3.4=h9c3ff4c_1
- zlib=1.2.12=h166bdaf_2
- zstd=1.5.2=h6239696_4
# - pip:
# - rio-tiler==4.1.10
- pip:
- anyio==3.6.2
- cachetools==5.3.0
- color-operations==0.1.0
- h11==0.14.0
- httpcore==0.16.3
- httpx==0.23.3
- lxml==4.9.3
- morecantile==3.3.0
- numexpr==2.8.4
- owslib==0.28.1
- pydantic==1.10.7
- pyyaml==6.0.1
- rfc3986==1.5.0
- rio-tiler==4.1.10
- sniffio==1.3.0
prefix: /projects/env-feds
269 changes: 0 additions & 269 deletions .ipynb_checkpoints/env-feds-latest-checkpoint.yml

This file was deleted.

Loading

0 comments on commit 61dbd4d

Please sign in to comment.