Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing catalog deployment for indicators with style #164

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.37
pip install eodash_catalog==0.1.0
- if: github.event.pull_request.body == ''
name: Build all - no items
env:
Expand Down
5 changes: 3 additions & 2 deletions catalogs/trilateral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ collections:
- ENSST_by_GCOM-W-AMSR_JAXA
- SLSTR1_Sentinel-3-SLSTR-L2-LST
# - SLSTR2_Sentinel-3-SLSTR-L2-WST
# - GFC_Garissa_FloodExtent
# - SEE_solar_energy
- GFC_Garissa_FloodExtent
- SEE_solar_energy
- SHC1_era5_u_winds
- SHC2_era5_v_winds
- SHC3_tropomi_cube
Expand All @@ -133,3 +133,4 @@ collections:
- SSLC2_Seasonal_S1_COH12_hh_interferometric_coherence
- OHC300_Ocean_Heat_Content_upper_300m
- NELST_ECOSTRESS_LST
- crop_forecast_CropOM
33 changes: 25 additions & 8 deletions collections/GFC_Garissa_FloodExtent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,40 @@ DataSource:
- MSI
Agency:
- ESA
Colorlegend:
title: "Flooding"
range: ["#ff0000"]
domain: ["Flooding area"]
scaleType: "categorical"
markType: "circle"
Resources:
- EndPoint: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/
Name: GeoJSON source
- Name: GeoJSON source
Style: GFC_Garissa_FloodExtent/style.json
Bbox: [38.5, -0.8, 40.0, 0.55]
TimeEntries:
- Time: "20240309"
File: "GARISSA_WATEREXTENT_20240309_VH_24_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240309_VH_24_simplified.geojson
- Time: "20240321"
File: "GARISSA_WATEREXTENT_20240321_VH_18_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240321_VH_18_simplified.geojson
- Time: "20240402"
File: "GARISSA_WATEREXTENT_20240402_VH_18_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240402_VH_18_simplified.geojson
- Time: "20240414"
File: "GARISSA_WATEREXTENT_20240414_VH_17_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240414_VH_17_simplified.geojson
- Time: "20240426"
File: "GARISSA_WATEREXTENT_20240426_VH_24_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240426_VH_24_simplified.geojson
- Time: "20240508"
File: "GARISSA_WATEREXTENT_20240508_VH_24_simplified.geojson"
Assets:
- Identifier: vector_data
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/EOX/GARISSA_WATEREXTENT_SAR_TIMESERIES/GARISSA_WATEREXTENT_20240508_VH_24_simplified.geojson
Provider:
- Name: placeholder
20 changes: 10 additions & 10 deletions collections/SEE_solar_energy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ DataSource:
Agency:
- ESA
Resources:
- Name: COG source
Style: test_assets/cog_style.json
Bbox: [11, 46.5, 15.5, 48.9]
TimeEntries:
- Time: "2023"
Assets:
- Identifier: solar_power
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/DHI/v2/SolarPowerPotential_Annual_COG_clipped_3857_fixed.tif
- Identifier: wsf
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/DHI/WSF_EucDist_Austria_3857_COG_fix.tif
- Name: COG source
Style: test_assets/cog_style.json
Bbox: [11, 46.5, 15.5, 48.9]
TimeEntries:
- Time: "2023"
Assets:
- Identifier: solar_power
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/DHI/v2/SolarPowerPotential_Annual_COG_clipped_3857_fixed.tif
- Identifier: wsf
File: https://eox-gtif-public.s3.eu-central-1.amazonaws.com/DHI/WSF_EucDist_Austria_3857_COG_fix.tif
Loading