From 4447c2e07adfa119de7408a91e6f72c55a8ce97e Mon Sep 17 00:00:00 2001 From: ketankartoza <138113337+ketankartoza@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:23:56 +0530 Subject: [PATCH] Updated gap input table and attribute table (#192) --- docs/src/developer/api/guide/measurment.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/src/developer/api/guide/measurment.md b/docs/src/developer/api/guide/measurment.md index f88f6076..b1e43877 100644 --- a/docs/src/developer/api/guide/measurment.md +++ b/docs/src/developer/api/guide/measurment.md @@ -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 | @@ -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.