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

Integration of fasttrack collections #185

Open
wants to merge 3 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: 2 additions & 0 deletions catalogs/race.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ collections:
- crop_forecast_CropOM
- ESDL_Hydrology_SM
- ESDL_Hydrology_Precipitation
- FastTrack_DAP1_crop_yield
- FastTrack_DAP2_ecosystem_accounting

35 changes: 35 additions & 0 deletions collections/FastTrack_DAP1_crop_yield.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Name: crop_yield
Title: Predicted crop yield
Description: Predicted crop yield values for wheat in Spain per NUTS3 region, derived from an LSTM model using season long timeseries of Leaf Area Index, Gross Primary Production and Temperature. The model was trained with wheat yields at NUTS level 3 regions as collected and published by the Spanish Ministry of Agriculture, Fish and Food, and biophysical/atmospheric data from MODIS and ECMWF. Provided by ARGANS Ltd.
EodashIdentifier: FastTrack_DAP1
Themes:
- agriculture
- economy
Tags:
- agriculture
- crop yield
- fast track
- dap1
- modis
- ecmwf
DataSource:
- Spaceborne:
- Satellite:
- Aqua
- Terra
- Sensor:
- MODIS
- InSitu:
- MAPA (Ministry of Agriculture, Fish and Food)
- Other:
- ERA5
Resources:
- Name: GeoJSON source
Style: FastTrack_DAP1_crop_yield/style.json
Bbox: [-8, 35, 4, 43]
DataProjection: 4326
TimeEntries:
- Time: "20240309"
Assets:
- Identifier: vector_data
File: https://raw.githubusercontent.com/ARGANS/FastTrack_DAP1/main/SPAIN_WHEAT_LSTM.geojson
24 changes: 24 additions & 0 deletions collections/FastTrack_DAP2_ecosystem_accounting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Name: ecosystem_accounting
Title: Shoreline evolution
Description: This file contains the shorelines evolution
EodashIdentifier: FastTrack_DAP2
Tags:
- shoreline
- sea
- costal erosion
DataSource:
Spaceborne:
Satellite:
- Aqua
Sensor:
- MODIS
Resources:
- Name: GeoJSON source
Style: FastTrack_DAP2_ecosystem_accounting/style.json
Bbox: [2.06, 41.273, 2.145, 41.31]
DataProjection: 32631
TimeEntries:
- Time: "20240309"
Assets:
- Identifier: vector_data
File: https://raw.githubusercontent.com/ARGANS/FastTrack_DAP2/d04431cc656c2515c96839281934fed4b419347a/ecosystem-accounting.geojson
Loading