Skip to content

Commit 1e964fe

Browse files
authored
Add sample data for cloud scatterplots (#44)
* Add sample data for cloud scatterplots * Remove unnecessary code * Only download data within requested time range * Change regridding so it does not crash on parametric vertical coordinates * Show intake-esgf log messages and update intake-esgf * Add changelog * Updated sample data * fix pixi lock hook * Use CESM2 instead because of data quality issues * Updated sample data * Always decimate to avoid creating cell area files with a different grid than the main dataset * Updated sample data --------- Co-authored-by: bouweandela <>
1 parent 2abcf57 commit 1e964fe

File tree

158 files changed

+520
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+520
-423
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: pixi-lock
4343
name: pixi lock
44-
entry: pixi list
44+
entry: pixi list --locked
4545
language: system
4646
pass_filenames: false
47-
files: 'pixi.toml'
47+
files: 'pyproject.toml'

changelog/44.feature.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Added sample data for cloud scatterplots and made some improvements to facilitate that:
2+
- remove broken code from obs4MIPs data request
3+
- only download data within requested time range
4+
- change regridding so it does not crash on parametric vertical coordinates
5+
- show intake-esgf log messages and update version

0 commit comments

Comments
 (0)