Skip to content

Commit

Permalink
catalog builder updates (#654)
Browse files Browse the repository at this point in the history
* update ecgtools version in base env files

* remove duplicate entries in catalog_builder info dicts
add json utilties to read information from fieldlist tables
clean up custom parsers
  • Loading branch information
wrongkindofdoctor authored Aug 8, 2024
1 parent aeacf6a commit 8f64551
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 125 deletions.
2 changes: 1 addition & 1 deletion src/conda/env_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- pandas=2.2.2
- pint=0.24.3
- dask=2024.7.1
- ecgtools=2023.7.13
- ecgtools=2024.7.31
- cfunits=3.3.6
- intake=0.7.0
- intake-esm=2024.2.6
Expand Down
2 changes: 1 addition & 1 deletion src/conda/env_base_micromamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- pandas=2.2.0
- pint=0.24.3
- dask=2024.1.1
- ecgtools=2023.7.13
- ecgtools=2024.7.31
- cfunits=3.3.6
- intake=0.7.0
- intake-esm=2024.2.6
Expand Down
Loading

0 comments on commit 8f64551

Please sign in to comment.