Skip to content

Commit

Permalink
Updated gap input table and attribute table (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketankartoza authored Oct 19, 2024
1 parent 13a7901 commit 4447c2e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/src/developer/api/guide/measurment.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ TomorrowNow provides access to the data through a RESTful API, available at http
| Climate Reanalysis | Tomorrow.io | 4km² | Tomorrow.io CBAM 1F enhanced bias-corrected reanalysis | 2012-2023 | historical_reanalysis |
| Tahmo Ground Observation Data | TAHMO weather stations | 300+ stations across East Africa | TAHMO Gap Filled Data (csv) | 2018-2024 | tahmo_ground_observation |
| Arable Ground Observation Data | Arable weather stations | 300+ stations across East Africa | Arable (API) | | arable_ground_observation |
| Tahmo Disdrometer Observation Data | Tahmo disdrometers | | Tahmo (API) | | tahmo_disdrometer_observation |
| Disdrometer Observation Data | disdrometers | | Tahmo (API) | | tahmo_disdrometer_observation |
Airborne Observation Data | WindBorne Systems | 100 weather balloons| Windborne Systems | | airborne_observation |
| **Weather Forecasts** |
| Short-term Deterministic Weather Forecast | Tomorrow.io | 4km² | Tomorrow.io CBAM satellite enhanced short-term weather forecasts | | shortterm_forecast |
| Seasonal Probabilistic Weather Forecast | Salient | 9km² | Salient (API) | v9 | seasonal_forecast |
Expand Down Expand Up @@ -137,9 +138,13 @@ TomorrowNow provides access to the data through a RESTful API, available at http
| Observation | Precipitation | | mm/day | precipitation |
| Observation | Relative Humidity | | % | relative_humidity |
| Observation | Wind Heading | | degree | wind_heading |
| **Windborne** |
| Windborne | Temperature | | °C | temperature |
| Windborne | Atmospheric Pressure | | hPa | atmospheric_pressure |
| Windborne | Specific Humidity | | mg/kg | specific_humidity |
| Windborne | Relative Humidity | | % | relative_humidity |
| |


In order to use the API, the user must be authenticated and must have authorisation to access the data.

Let's see how to use the API and what sequence of API calls can lead us to get data for analysis.
Expand Down

0 comments on commit 4447c2e

Please sign in to comment.