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

chore: updating to latest catalog generator #205

Open
wants to merge 6 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_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.37
pip install eodash_catalog==0.1.5
- 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.37
pip install eodash_catalog==0.1.5
- if: github.event.pull_request.body == ''
name: Build all - no items
env:
Expand Down
4 changes: 3 additions & 1 deletion catalogs/race.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "RACE"
description: "Rapid Action for Citizens with Earth Observation"
endpoint: "https://eurodatacube.github.io/eodash-catalog/RACE/"
assets_endpoint: "https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections"
geodb_default_form: "https://santilland.github.io/process_example/definitions/geodbform.json"
geodb_default_vega: "https://santilland.github.io/process_example/definitions/geodbvega.json"
collections:
- C3S_meteorological_variables
- E11_shopping_center_activity
Expand Down Expand Up @@ -40,4 +42,4 @@ collections:
- IDEAS1_hopi
- IDEAS2_wildlife_minesweeper
- IDEAS2_wildlife
- IDEAS5_real_estate
- IDEAS5_real_estate
20 changes: 20 additions & 0 deletions catalogs/samples.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
id: "samples"
title: "SAMPLES"
description: "Samples catalog"
endpoint: "https://eurodatacube.github.io/eodash-catalog/RACE/"
assets_endpoint: "https://raw.githubusercontent.com/eurodatacube/eodash-assets/main/collections"
geodb_default_form: "https://santilland.github.io/process_example/definitions/geodbform.json"
geodb_default_vega: "https://santilland.github.io/process_example/definitions/geodbvega.json"
collections:
- WSF_world_settlement_footprint
- N1b_NO2
- N1b_no2_cams
- N1c_pm10_cams
- N1b_PM10
- N1_NO2
- N1_city_no2
- E10a10_harvesting_evolution_winter_cereal
- E10a8_winter_cereals
- N3a2_chl_concentration
- N3a2_total_suspended_matter
- N3a2_sea_surface_temperature
Loading