You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/e-forecast-data/e4-local-forecast-data.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_position: 4
4
4
5
5
# Local forecast data
6
6
7
-
MeteoSwiss produces point forecasts for about 6'000 locations, which are displayed on our [MeteoSwiss App](https://www.meteoswiss.admin.ch/services-and-publications/service/weather-and-climate-products/meteoswiss-app.html) and [website](https://www.meteoswiss.admin.ch/local-forecasts/geneva/1201.html#forecast-tab=detail-view). These forecasts are produced by optimally combining the best sources of information available to generate seamless forecasts for nine full days (including the current day). Further information can be found in [Generation of high-quality localised forecasts](https://www.meteoswiss.admin.ch/weather/warning-and-forecasting-systems/generation-of-high-quality-localised-forecasts.html).
7
+
MeteoSwiss produces point forecasts for about 6'000 points, which are displayed on our [MeteoSwiss App](https://www.meteoswiss.admin.ch/services-and-publications/service/weather-and-climate-products/meteoswiss-app.html) and [website](https://www.meteoswiss.admin.ch/local-forecasts/geneva/1201.html#forecast-tab=detail-view). These forecasts are produced by optimally combining the best sources of information available to generate seamless forecasts for nine full days (including the current day). Further information can be found in [Generation of high-quality localised forecasts](https://www.meteoswiss.admin.ch/weather/warning-and-forecasting-systems/generation-of-high-quality-localised-forecasts.html).
8
8
9
9
New forecasts for temperature, precipitation, wind, clouds, sunshine, radiation and [weather symbols*](https://www.meteoswiss.admin.ch/weather/weather-and-climate-from-a-to-z/weather-symbols.html) are available every hour. Please note that these forecasts are updated more frequently on our app.
10
10
@@ -27,7 +27,7 @@ The STAC Browser can be a useful tool to facilitate the use of the API: [`https:
27
27
28
28
## Data structure
29
29
30
-
The data is split by parameter. A file for a parameter contains all available locations in one file. Locations consist of postal codes, points of interest in the mountains (e.g peaks, mountain huts) as well as weather stations. There are files with hourly, 3-hourly and daily values. Each parameter is updated every hour.
30
+
The data is split by parameter. A file for a parameter contains all available points in one file. Points consist of postal codes, points of interest in the mountains (e.g peaks, mountain huts) as well as weather stations. There are files with hourly, 3-hourly and daily values. Each parameter is updated every hour.
31
31
32
32
import Tabs from '@theme/Tabs';
33
33
import TabItem from '@theme/TabItem';
@@ -109,15 +109,15 @@ Date/Time is expressed as `YYYYMMDDHHMM` and represents time in UTC.
109
109
110
110
[`ogd-local-forecasting_meta_parameters.csv`](https://data.geo.admin.ch/ch.meteoschweiz.ogd-local-forecasting/ogd-local-forecasting_meta_parameters.csv) provides a list of all parameter identifiers available for the local forecast data collection with description, time interval, decimal places, data type and units.
111
111
</TabItem>
112
-
<TabItemvalue="locations"label="Locations">
113
-
All locations should be considered as point locations. There are three types of locations:
112
+
<TabItemvalue="points"label="Points">
113
+
There are three types of points:
114
114
- weather stations (`point_type_id`=1)
115
115
- postal codes (`point_type_id`=2)
116
116
- points of interest in the mountains such as peaks, passes and huts (`point_type_id`=3)
117
117
118
118
:::note
119
119
120
-
Each location has an identifier (`point_id`) which is unique only within its point type. Only the combination of `point_type_id` and `point_id` is unique accross all locations, so both labels should be used to identify a specific point in the data CSV files.
120
+
Each point has an identifier (`point_id`) which is unique only within its point type. Only the combination of `point_type_id` and `point_id` is unique accross all points, so both labels should be used to identify a specific point in the data CSV files.
121
121
122
122
:::
123
123
@@ -131,3 +131,4 @@ Date/Time is expressed as `YYYYMMDDHHMM` and represents time in UTC.
131
131
See e.g. MeteoSwiss [website homepage](https://www.meteoswiss.admin.ch/#tab=forecast-map) or [local forecasts](https://www.meteoswiss.admin.ch/local-forecasts/geneva/1201.html#forecast-tab=detail-view).
0 commit comments