Skip to content

Commit

Permalink
Merge pull request #61 from eurodatacube/gtif-catalog-addition-2
Browse files Browse the repository at this point in the history
Gtif catalog addition 2
  • Loading branch information
lubojr authored Oct 16, 2023
2 parents 3412c3a + 70f73f7 commit 8c6415b
Show file tree
Hide file tree
Showing 36 changed files with 3,219 additions and 49 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

# Invalidate Cloudfront
- name: invalidate
uses: chetan/[email protected]
env:
DISTRIBUTION: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
PATHS: '/${{ github.event.pull_request.head.ref }}/*'
AWS_REGION: 'eu-central-1'
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
35 changes: 31 additions & 4 deletions catalogs/GTIF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,35 @@ description: "Green Transition Information Factory"
endpoint: "https://eurodatacube.github.io/eodash-catalog/GTIF/"
assets_endpoint: "https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections"
collections:
# - E12c_truck_detections_motorways
# - E12c_truck_detections_primary_roads
# - AQ1_aggregated_mobility_data
- ADO_Alpine_Drought_Observatory
- AQ1_aggregated_mobility_data
- AQ2_NO2_Innsbruck_hot_spot_emissions
- AQ3_NO2_Innsbruck_hot_spot_concentrations
- AQ4_Human_Mobility_Patterns
- AQ5_Nitrogen_Dioxide_S5P
- AQA_health_risk_index

- AQB_Coarse_particulate_matter_PM2.5
- AQC_Coarse_particulate_matter_PM10
- BM2_Above_Ground_Biomass
- EO4A2_Snow_water_equivalent
- EO4A_Snowdepth
- E12c_truck_detections_motorways_GTIF
- E12d_truck_detections_primary_roads_GTIF
- FCM1_Forest_change_detections
- FCM2_Forest_disturbance_type
- FCM3_Annual_forest_mask
- LST_Heat_Explorer
- MOBI1_Dynamic_human_presence
- REP1_Wind_Energy
- REP2_Solar_Energy
# - REP4_1_Hydro_power_SWE_daily
# - REP4_2_Hydro_power_SWE_monthly
# - REP4_4_Hydro_power_WSE_monthly
# - REP4_5_Hydro_LAC_Curve
# - REP4_6_Storage_Change
- REP5_Micro_Hydropower
- REP6_Wind_Turbine_Detections
- SOL1_Green_Roofs
- SOL2_Solar_Roofs
- VTT_Forest_explorer

27 changes: 27 additions & 0 deletions collections/ADO_Alpine_Drought_Observatory.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Name: Alpine_Drought_Observatory
Title: Alpine Drought Observatory
EodashIdentifier: ADO
Subtitle: Alpine Drought Observatory
Description: ADO_Alpine_Drought_Observatory/ADO.md
Themes:
- eo-adaptation-services
Tags:
- placeholder
Satellite:
- placeholder
Sensor:
- placeholder
Agency:
- ESA
Provider:
- Name: placeholder
Resources:
- Name: Collection-only
EndPoint: Collection-only
OverwriteBBox: [44.0, 48.7, 5.5, 16.5]
Type: OverwriteTimes
DateTimeInterval:
Start: "2015-01-01T01:00:00"
End: "2023-05-18T00:00:00"
Timedelta:
days: 1
Loading

0 comments on commit 8c6415b

Please sign in to comment.