Skip to content

Commit 765fbb2

Browse files
author
rhuber
committed
added publications and fixed GIS
1 parent 77e7e3a commit 765fbb2

File tree

5 files changed

+181
-41
lines changed

5 files changed

+181
-41
lines changed

docs/GIS-data.md

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# GIS Data
22

33

4-
The GEOGLOWS GIS data used in the hydrologic model is available for users to download and use for their own purposes. This dataset is referred to as hydrography, hydrofabric, or river network. It is vector data with points and lines with coordinates, not grid data, and it includes two main components:
4+
The GEOGLOWS GIS data used in the hydrologic model is available for users to download and use for their own purposes. This dataset is referred to as hydrography, hydrofabric, or river network. It is vector data with points and lines with coordinates, not grid data, and it includes four main components:
55

6-
- The exact **stream center lines** used in the hydrologic model.
7-
- The exact **catchment boundaries** used in the hydrologic model
8-
9-
Each stream centerline corresponds to exactly one unique catchment boundary. The streams and catchments each have a unique 9-digit ID that identifies the catchment. This ID is the same for the stream and the corresponding catchment.
6+
- The exact **stream center lines** used in the hydrologic model. Each stream has a unique 9 number ID which is referred to as a reachID, link number, or stream ID. This is the file called "streams_{vpu}.gpkg".
7+
- The **catchment boundaries** used in the hydrologic model. There are the boundaries around each of the streamlines and represent the area connected to that streamline. It is identified using the same link number as the stream center lines. This is the file called "catchments_{vpu}.spatialite". Each stream centerline corresponds to exactly one unique catchment boundary.
8+
- The **connection points** used in the hydrologic model where different stream centerlines connect. Each point has the an attribute called DSLINKNO which represents the one downstream link number for each of the points. It has another attribute called USLINKNOs. This is a comma seperated list of the link numbers upstream of the nexus point. This is the file called "nexus_{vpu}.gpkg".
9+
- The **merged lake catchments** used in the hydrologic model to represent the locations of lakes. Stream catchments that were identified through GIS searching to be part of a lake were merged to present the lakes. Therefore, it will have a different shape than the actual lake boundary based on the shapes of the merged stream catchments. This is the file called "lakes_{vpu}.gpkg".
1010

1111
---
1212

1313
## VPUs
1414

15-
The GIS data is divided into 125 smaller pieces called VPUs. This makes the large quantity of data easier to manage and access. Each VPU represents one watershed (such as the Amazon River Basin or the Nile River Basin) or a combination of watersheds. The following image shows the VPU breakdown throughout the world.
15+
The GIS data is divided into 125 smaller pieces called VPUs (vector processing units). This makes the large quantity of data easier to manage and access. Each VPU represents one watershed (such as the Amazon River Basin or the Nile River Basin) or a combination of watersheds. The following image shows the VPU breakdown throughout the world.
1616

1717
![image](vpu-boundary.png)
1818

19-
The VPU boundaries are also available for download to help identify which VPU includes a user's area of interest. Then the catchments and streams are able to downloaded as an entire VPU.
19+
The VPU boundaries are also available for download to help identify which VPU includes a user's area of interest. The other GIS data sets should be downloaded based on the VPU of interest and are downloaded as an entire VPU.
2020

2121
---
2222

@@ -28,20 +28,10 @@ The V2 streams have the following attributes, which come from the TauDEM delinea
2828

2929
- **LINKNO** - A river ID number unique to the TDXHydro delineation. In TDXHydro v1, this is not globally unique. In future versions, this will be the same as geoglowsID.
3030
- **DSLINKNO** - The ID of the river immediately downstream of the segment represented on that row.
31-
- **USLINKNO*** - There will be 1 column per river segment upstream of the river on this row.
32-
- **DSNODEID** - The node identifier for the node at the downstream end of the river.
3331
- **strmOrder** - The Strahler stream order.*
34-
- **Length** - Geodesic length in meters of the river segment.
35-
- **Magnitude** - The Shreve stream magnitude.*
3632
- **USContArea** - The total drainage area upstream of the most upstream point (i.e., the inlet) of this segment.*
3733
- **DSContArea** - The total drainage area upstream of the most downstream point (i.e., the outlet) of this segment.
38-
- **strmDrop** - The change in elevation between the inlet and outlet of the river segment.*
39-
- **Slope** - The average stream slope, equal to "strmDrop / Length."
40-
- **StraightL** - Distance from start to end of a river in a straight line between the first and last points.*
41-
- **WSNO** - Watershed number.
42-
- **DOUTEND** - Distance to the eventual outlet from the end of the river.*
43-
- **DOUTSTART** - Distance to the eventual outlet from the start of the river.*
44-
- **DOUTMID** - Distance to the eventual outlet from the midpoint of the river.*
34+
- **LengthGeodesucMaters** - Geodesic length in meters of the river segment.
4535

4636
V2 streams also have the following additional attributes added by the GEOGLOWS modelers:
4737

docs/index.md

-22
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,3 @@
66
![image](img10.png)
77

88

9-
## Navigating the Website
10-
11-
The first page on this site gives a brief overview of GEOGLOWS and its history. After that, the bulk of the training section begins. This training is broken down into 3 main sections, each having different sub sections within them. We recommend you start with the first section (Available Data) before progressing to the second section (Accessing Data). The third section (Skills and Examples) is a more advanced section designed for people looking to complete specific tasks using the GEOGLOWS data who already have a good understanding of the first two sections. As you are learning about the data, there is also a website available with more information on how to download and use the GEOGLOWS data: https://data.geoglows.org/. This is a great resource once you have a basic understanding of the data. Here is a brief overview of what you can expect to learn:
12-
13-
1. **Available Data** - This section details the available datasets through GEOGLOWS. It is divided into 3 sections:
14-
- **a. GIS Data** - Learn about the hydrography data used in the GEOGLOWS model, including stream centerlines, catchment boundaries, and their unique identifiers, derived from high-resolution elevation products.
15-
- **b. Retrospective River Discharge** - Explore over 85 years of daily average streamflow data, derived from meteorological reanalysis and updated weekly, offering insights into historical river discharge.
16-
- **c. Forecast River Discharge** - Understand daily river flow forecasts with a 51-member ensemble providing detailed predictions at 3-hour intervals, including uncertainty ranges for better planning.
17-
18-
2. **Accessing Data** - This section explains how the previously described data can be accessed and downloaded using 4 different techniques. Each section will detail a different technique:
19-
- **a. A Data Catalog** - This section explains the data catalog available through AWS buckets.
20-
- **b. A Data Service** - This section describes how to use our REST API to access GEOGLOWS data.
21-
- **c. A Web Map** - This section explains the Esri Living Atlas map layer that can be loaded into any GIS software (ArcGIS or QGIS).
22-
- **d. A Web App** - This section introduces you to the HydroViewer, which is our web application that allows for easy visualization and download of data globally.
23-
24-
3. **Skills and Examples** - This section explains more advanced techniques that can be used when using the data for specific purposes.
25-
- **a. Accessing and Interpreting Data** - This section includes Google Colab notebooks that show you how to use the GEOGLOWS Python package to make and customize your streamflow plots.
26-
- **b. Bias Correction and SABER Overview** - This section gives a brief overview of bias correction and a technique called SABER that applies bias correction to other areas.
27-
- **c. Bias Correction for Forecast Data** - This section provides a notebook that goes through examples of bias-correcting the forecast data.
28-
29-
30-

docs/overview copy.md

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# What is GEOGLOWS?
2+
3+
![image](image3.png)
4+
5+
## Overview
6+
The GEOGLOWS (Global Earth Observations Global Water Sustainability)
7+
initiative is a collaborative effort aimed at improving global
8+
water sustainability through advanced hydrological forecasting
9+
and data analysis. Leveraging the power of Earth observations,
10+
numerical weather predictions, and supercomputing, GEOGLOWS
11+
provides actionable information through our hydrologic model, the River Forecast System (RFS). RFS provides streamflow status and
12+
outlook for every river worldwide. By making decades of
13+
historical climatological flow data and future forecasts
14+
easily accessible, RFS supports informed decision-making
15+
in water resource management, disaster risk reduction, and
16+
climate adaptation. This global service enables countries
17+
and organizations to enhance their understanding of
18+
water-related challenges and implement effective solutions,
19+
ultimately contributing to a more sustainable and
20+
resilient future.
21+
22+
## History
23+
The GEOGLOWS initiative, established under the framework
24+
of the Group on Earth Observations (GEO), has its roots
25+
in a commitment to integrate Earth observation data to
26+
enhance global water sustainability. The journey began
27+
in 2014 at the GEO Plenary in Geneva, where the need for
28+
coordinated water data management became evident. With
29+
support from partners such as NASA, ECMWF, and regional
30+
organizations, GEOGLOWS evolved from early efforts in the
31+
Dominican Republic to a broader application of global
32+
hydrological modeling. By leveraging advanced technologies,
33+
including the ECMWF’s global weather forecasts and cutting-edge
34+
cloud computing, GEOGLOWS pioneered global streamflow
35+
forecasting services in the creation of the model that is now known as RFS. These services provide critical
36+
information to support decision-making in water management,
37+
helping to mitigate the impacts of floods, droughts, and
38+
other water-related challenges. Over time, the initiative
39+
has expanded its reach, integrating local and regional
40+
hydrological insights, and fostering collaborations
41+
across continents to address the complex issues of
42+
water scarcity and disaster preparedness.
43+
44+
## Model Formulation
45+
The GEOGLOWS model leverages the Hydrology Tiled ECMWF Scheme for Surface Exchanges over Land (HTESSEL) alongside the ECMWF Integrated Forecast System (IFS) to conduct detailed calculations of water and energy balances within grid cells. HTESSEL simulates how land surfaces respond to atmospheric conditions, estimating critical variables such as surface and sub-surface runoff for both operational ensemble forecasts and retrospective simulations. The model employs varying spatial resolutions for its runoff files, including approximately 25 km for historical ERA-5 data, 16 km for low-resolution ensemble members, and 8 km for high-resolution forecasts. By intersecting grid lines with specific basins and applying runoff depth values, the model calculates water volumes over different time periods, which are then routed through the stream network using the Muskingum method with the RAPID algorithm. This approach provides valuable discharge data for hydrological analysis and decision-making.
46+
47+
## River Forecast System Training
48+
To learn more about our model, RFS, continue with out training under the River Forecast System portion of this website. This training is broken down into 3 main sections, each having different sub sections within them. We recommend you start with the first section (Available Data) before progressing to the second section (Accessing Data). The third section (Skills and Examples) is a more advanced section designed for people looking to complete specific tasks using the RFS data who already have a good understanding of the first two sections. As you are learning about the data, there is also a website available with more information on how to download and use the RFS data: https://data.geoglows.org/. This is a great resource once you have a basic understanding of the data. Here is a brief overview of what you can expect to learn:
49+
50+
1. **Available Data** - This section details the available datasets from RFS. It is divided into 3 sections:
51+
- **a. GIS Data** - Learn about the hydrography data used in the RFS, including stream centerlines, catchment boundaries, and their unique identifiers, derived from high-resolution elevation products.
52+
- **b. Retrospective River Discharge** - Explore over 85 years of daily average streamflow data, derived from meteorological reanalysis and updated weekly, offering insights into historical river discharge.
53+
- **c. Forecast River Discharge** - Understand daily river flow forecasts with a 51-member ensemble providing detailed predictions at 3-hour intervals, including uncertainty ranges for better planning.
54+
55+
2. **Accessing Data** - This section explains how the previously described data can be accessed and downloaded using 4 different techniques. Each section will detail a different technique:
56+
- **a. A Data Catalog** - This section explains the data catalog available through AWS buckets.
57+
- **b. A Data Service** - This section describes how to use our REST API to access GEOGLOWS data.
58+
- **c. A Web Map** - This section explains the Esri Living Atlas map layer that can be loaded into any GIS software (ArcGIS or QGIS).
59+
- **d. A Web App** - This section introduces you to the HydroViewer, which is our web application that allows for easy visualization and download of data globally.
60+
61+
3. **Skills and Examples** - This section explains more advanced techniques that can be used when using the data for specific purposes.
62+
- **a. Accessing and Interpreting Data** - This section includes Google Colab notebooks that show you how to use the GEOGLOWS Python package to make and customize your streamflow plots.
63+
- **b. Bias Correction and SABER Overview** - This section gives a brief overview of bias correction and a technique called SABER that applies bias correction to other areas.
64+
- **c. Bias Correction for Forecast Data** - This section provides a notebook that goes through examples of bias-correcting the forecast data.
65+
66+
67+
## Stories of Application
68+
69+
GEOGLOWS has been instrumental in transforming water management
70+
and disaster response across the globe. From helping predict
71+
floods and droughts in Nepal, to improving transboundary flow
72+
forecasts in Bangladesh, GEOGLOWS empowers local agencies with
73+
the tools to make life-saving decisions. In the Dominican Republic,
74+
GEOGLOWS enhances capacity for hydrological challenges, including
75+
flood risk and irrigation management. The service has extended
76+
early warning lead times in Malawi and has been crucial in
77+
managing reservoir releases during hurricanes in Honduras.
78+
These real-world applications demonstrate the global impact
79+
of GEOGLOWS in addressing critical water-related challenges.
80+
For more in-depth stories of how GEOGLOWS is making a difference
81+
worldwide, visit [GEOGLOWS Stories](https://stories.geoglows.org/home).
82+
83+
## Joining GEOGLOWS
84+
Are you interested in being part of the global GEOGLOWS community?
85+
By joining, you can stay updated with the latest developments, collaborate
86+
with experts, and access valuable resources related to hydrological forecasting
87+
and water sustainability.
88+
89+
To join the GEOGLOWS network, simply sign up for our Google Group:
90+
[Join the group!](https://groups.google.com/g/geoglows)
91+
92+
By becoming a member, you will be part of a growing community
93+
focused on advancing global water sustainability and streamflow forecasting.
94+

0 commit comments

Comments
 (0)