Skip to content

Commit

Permalink
pangeo-forge (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Jul 13, 2023
1 parent b42f10e commit 8e45d17
Show file tree
Hide file tree
Showing 7 changed files with 547 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[settings]
known_third_party =


[tool.isort]
profile = "black"
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,8 @@ repos:
- id: prettier
additional_dependencies: [[email protected]]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
hooks:
- id: nbqa-black
additional_dependencies: [black]
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade]
exclude: foundations/quickstart.ipynb
- id: nbqa-isort
additional_dependencies: [isort]

- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
hooks:
- id: nbstripout
exclude: "notebooks/case_studies/TIFF.ipynb"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ have no output at first, until you execute them by pressing
a live Jupyter notebook are described in [Getting Started with
Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyter.html).


### Running on Your Own Machine

If you are interested in running this material locally on your computer,
Expand Down
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ parts:
- file: notebooks/case_studies/ARG_Weather
- file: notebooks/case_studies/HRRR
- file: notebooks/case_studies/TIFF
- file: notebooks/case_studies/pangeo_forge
2 changes: 2 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- netcdf4
- numpy
- pandas
- pangeo-forge-recipes==0.10.0
- pip
- pooch
- pyOpenSSL
Expand All @@ -29,3 +30,4 @@ dependencies:
- pip:
- git+https://github.com/fsspec/kerchunk.git
- git+https://github.com/carbonplan/xrefcoord.git
- "apache-beam[interactive, dataframe]"
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- numcodecs
- numpy
- pandas
- pangeo-forge-recipes==0.10.0
- pip
- pooch
- pyOpenSSL
Expand All @@ -36,5 +37,6 @@ dependencies:

- pip:
- sphinx-pythia-theme
- "apache-beam[interactive, dataframe]"
- git+https://github.com/fsspec/kerchunk.git
- git+https://github.com/carbonplan/xrefcoord.git
Loading

0 comments on commit 8e45d17

Please sign in to comment.