Skip to content

Commit

Permalink
feat: limit large zarr collections via query subset
Browse files Browse the repository at this point in the history
for that needed bump eodash_catalog generator to 0.0.29
  • Loading branch information
lubojr committed Aug 5, 2024
1 parent b677463 commit bae7af8
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install eodash_catalog==0.0.28
pip install eodash_catalog==0.0.29
- name: Build
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install eodash_catalog==0.0.28
pip install eodash_catalog==0.0.29
- if: github.event.pull_request.body == ''
name: Build all - no items
env:
Expand Down
3 changes: 3 additions & 0 deletions collections/ESDC_gross_primary_productivity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Resources:
Variable: gross_primary_productivity
ColormapName: jet
Rescale: [-1,15]
Query:
Start: "2014-01-01T00:00:00"
End: "2018-12-23T00:00:00"
Provider:
- Name: NASA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/ESDC_kndvi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Resources:
Variable: kndvi
ColormapName: RdYlGn
Rescale: [0,1]
Query:
Start: "2014-01-01T00:00:00"
End: "2021-12-31T00:00:00"
Provider:
- Name: NASA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/ESDC_net_ecosystem_exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Resources:
Variable: net_ecosystem_exchange
ColormapName: bwr
Rescale: [-7,2]
Query:
Start: "2014-01-01T00:00:00"
End: "2018-12-23T00:00:00"
Provider:
- Name: NASA
Roles: licensor, producer, processor
Expand Down
6 changes: 3 additions & 3 deletions collections/ESDL_Hydrology_Precipitation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Resources:
Variable: precip
ColormapName: viridis_alpha
Rescale: [0,50]
DateTimeInterval:
Start: "2000-01-01T00:00:00"
End: "2022-02-28T00:00:00"
Query:
Start: "2017-01-01T00:00:00"
End: "2021-12-31T00:00:00"
Legend: ESDL_Hydrology_Precipitation/cm_legend.png
Image: ESDL_Hydrology_Precipitation/image.png
yAxis: "mm/day"
2 changes: 1 addition & 1 deletion collections/ESDL_Hydrology_SM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Resources:
Variable: SM
ColormapName: plasma_r
Rescale: [0,1]
DateTimeInterval:
Query:
Start: "2017-01-01T00:00:00"
End: "2022-06-30T00:00:00"
Legend: ESDL_Hydrology_SM/cm_legend.png
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_10_intact_biomass_change_smooth_max.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Resources:
Variable: intact_biomass_change_smooth_max
ColormapName: Spectral
Rescale: [-5,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_11_intact_biomass_change_smooth_mean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Resources:
Variable: intact_biomass_change_smooth_mean
ColormapName: Spectral
Rescale: [-5,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_12_intact_biomass_change_trend_mean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Resources:
Variable: intact_biomass_change_trend_mean
ColormapName: Spectral
Rescale: [-5,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_5_SF_biomass_growth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Resources:
Variable: SF_biomass_growth
ColormapName: YlGn
Rescale: [0,2]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_6_deforested_biomass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Resources:
Variable: deforested_biomass
ColormapName: YlOrRd
Rescale: [0,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_7_degraded_biomass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Resources:
Variable: degraded_biomass
ColormapName: YlOrRd
Rescale: [0,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_8_edge_biomass_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Resources:
Variable: edge_biomass_change
ColormapName: YlOrRd
Rescale: [0,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down
3 changes: 3 additions & 0 deletions collections/RECCAP2_9_intact_biomass_change_methods_mean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Resources:
Variable: intact_biomass_change_methods_mean
ColormapName: Spectral
Rescale: [-5,5]
Query:
Start: "2011-01-01T00:00:00"
End: "2018-12-31T00:00:00"
Provider:
- Name: ESA
Roles: licensor, producer, processor
Expand Down

0 comments on commit bae7af8

Please sign in to comment.