Time Series Generator
To generate a time series for a specific location, click on the Marker Icon on left side of the map. Then place the marker at the location for which you wish to extract a time series from the current map layer.
Subsetting of the regions is made possible through SHBAAM (Satellite Hydrology Bits Analysis And Mapping)
Click the "Select a Region" dropdown and select an option
Or simply select the Global Map tab from the navigation pane
You have four options to choose from:
You have four options to choose from:
You have two options to choose from:
The Grace application allows the user to generate a time series plot for a specific location. To generate a time series:
Note: You can also click anywhere on the time series graph to change the layer shown on the map to a specific time. The time series can be exported in a number of formats by clicking the menu button on the chart(top-right).
External Resources and Links:
A Developers API is provided for those who wish to incorporate the GRACE Tethys APP data into their own separate application or script.
All API methods must be called using the following pattern:
/apps/[parent-app]/api/[MethodName]/?param1=value1¶m2=value2&...paramN=valueN
See documentation and specific examples for all available methods below.
Parent App | grace | ||||
Supported Methods | GET | ||||
---|---|---|---|---|---|
Returns | A JSON object with a timeseries for a given point. | ||||
Params | Name | Description | Valid Values | Required | |
latitude | Latitude in WGS 84 projection | Any value on land within the GRACE Explorer Domain (-60,90) | Yes | ||
longitude | Longitude in the WGS 84 projection | Any value within the GRACE Explorer Domain (-180,180) | Yes | ||
signal_solution | GRACE signal processing method | Use one of the following: (jpl, csr, gfz, avg) | Yes | ||
storage_type | Storage type you wish to access | Use one of the following: (tot, sw, soil, gw) | Yes | ||
start_date | Start Date for the forecast | Any date after 2002 April 4 | No | ||
end_date | End Date of the Forecast | Any date after the start date | No |
/apps/ggst/api/GetPointValues/?latitude=20.7&longitude=80.2&signal_solution=csr&storage_type=gw
Since the satellite mission began, the JPL, CSR, and GFZ solutions have been provided by the official GRACE Science Data System. The differences between these solutions are often small and fall within the error bounds of the raw GRACE data. Several papers have been written regarding the benefits of using different solutions in different parts of the world. For your reference, these papers are cited below:
One paper in particular suggested that the ensemble average of the three signal solutions proved to be most acurate. This solution is the reccomendation given to users on the grace.jpl.nasa.gov website where the grace data is distributed.
See below:
NASA ReccomendationExplain Grid Resolution and Total Water Storage
Explain Leakage Errors, Measurement Errors, and Scale Factors Layers
Explain GLDAS data and calculating proper mean
Explain how Groundwater was derived
Link to shell script for reference