From 9f69d2418a9d7d78870f004315197245122aefe2 Mon Sep 17 00:00:00 2001
From: patrick-zippenfenig
Date: Sat, 5 Aug 2023 10:26:34 +0100
Subject: [PATCH] glofas v4 ready
---
src/routes/en/docs/flood-api/+page.svelte | 68 ++++++++++++-----------
1 file changed, 36 insertions(+), 32 deletions(-)
diff --git a/src/routes/en/docs/flood-api/+page.svelte b/src/routes/en/docs/flood-api/+page.svelte
index 66021214..e788052b 100644
--- a/src/routes/en/docs/flood-api/+page.svelte
+++ b/src/routes/en/docs/flood-api/+page.svelte
@@ -48,15 +48,15 @@
];
const models = [
- [
- { name: 'seamless_v3', label: 'GloFAS v3 Seamless' },
- { name: 'forecast_v3', label: 'GloFAS v3 Forecast' },
- { name: 'consolidated_v3', label: 'GloFAS v3 Consolidated' }
- ],
[
{ name: 'seamless_v4', label: 'GloFAS v4 Seamless' },
{ name: 'forecast_v4', label: 'GloFAS v4 Forecast' },
{ name: 'consolidated_v4', label: 'GloFAS v4 Consolidated' }
+ ],
+ [
+ { name: 'seamless_v3', label: 'GloFAS v3 Seamless' },
+ { name: 'forecast_v3', label: 'GloFAS v3 Forecast' },
+ { name: 'consolidated_v3', label: 'GloFAS v3 Consolidated' }
]
];
@@ -311,12 +311,11 @@
This API uses reanalysis and forecast data from the Global Flood Awareness System (GloFAS). Per default, GloFAS version 3 with seamless data from 1984 until 7 months of forecast is
- used. Data from version 4 have been available since 16. November 2022, but only as historical
- reanalysis data.
+ >. Per default, GloFAS version 4 with seamless data from 1984 until 7 months of forecast is
+ used.
- Please note: Due to the 5-10 km resolution the closest river might not be selected correctly.
+ Please note: Due to the 5 km resolution the closest river might not be selected correctly.
Varying coordiantes by 0.1° can help to get a more representable discharge rate. The GloFAS
website provides additional maps to help understand how rivers are covered in this dataset.
@@ -337,37 +336,33 @@
GloFAS v3 ReanalysisGloFAS v4 Reanalysis |
Global |
- 0.1° (~11 km) |
+ 0.05° (~5 km) |
Daily |
1984 - July 2022 |
- |
- GloFAS v3 Forecast |
+ GloFAS v4 Forecast |
Global |
- 0.1° (~11 km) |
+ 0.05° (~5 km) |
Daily |
30 days forecast |
Daily |
- GloFAS v3 Seasonal Forecast |
+ GloFAS v4 Seasonal Forecast |
Global |
- 0.1° (~11 km) |
+ 0.05° (~5 km) |
Daily |
7 months forecast |
Monthly |
@@ -376,34 +371,43 @@
GloFAS v4 ReanalysisGloFAS v3 Reanalysis |
Global |
- 0.05° (~5 km) |
+ 0.1° (~11 km) |
Daily |
1984 - July 2022 |
- |
- GloFAS v4 Forecast * |
+ GloFAS v3 Forecast |
Global |
- 0.05° (~5 km) |
+ 0.1° (~11 km) |
Daily |
30 days forecast |
Daily |
- GloFAS v4 Seasonal Forecast * |
+ GloFAS v3 Seasonal Forecast |
Global |
- 0.05° (~5 km) |
+ 0.1° (~11 km) |
Daily |
7 months forecast |
Monthly |
- * Forecasts of version 4 are not yet available
API Documentation