Skip to content

Commit

Permalink
WIP: Eliminate PR branch dependency of leap-data-management-utils (#130)
Browse files Browse the repository at this point in the history
* Eliminate PR branch dependency of leap-data-management-utils

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jbusecke and pre-commit-ci[bot] authored Apr 16, 2024
1 parent 66b69f7 commit 8759fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Thanks for helping to improve everyones experience with CMIP6 data!


## How many datasets have been ingested by LEAP?
This little snippet can be used to identify how many datasets have been ingested during the second phase (fully based on pangeo-forge):
This little snippet can be used to identify how many datasets have been ingested during the second phase (fully based on pangeo-forge):
```python
import intake

Expand All @@ -157,7 +157,7 @@ url_dict = {

iids_found = []
for catalog,url in url_dict.items():

n_new_iids = count_new_iids(url)
print(f"{url_dict=} LEAP ingested datasets {n_new_iids}")
```
Expand Down
2 changes: 1 addition & 1 deletion feedstock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/leap-stc/leap-data-management-utils@factor-out-cmip
leap-data-management-utils==0.0.2
pangeo-forge-esgf==0.2.0
dynamic-chunks==0.0.2
git+https://github.com/ranchodeluxe/xarray@ranchodeluxe-patch-1#egg=xarray
Expand Down

0 comments on commit 8759fa8

Please sign in to comment.