SE.OF Oceanografiska observationer - Salthalt: Visningstjänst
Visningstjänsten är en WMS-tjänst som visar oceanografiska stationer som mäter salthalt. Tjänsten visar alla stationer som någonsin levererat data för denna parametrar. Insamlade från fartyg (FERRYBOX) eller havsbojar.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (10 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| point_idPoint id | int | Unique numeric identifier for the observation point.Unique numeric identifier for the observation point. |
| wiski_idWiski id | string | Identifier of the station in the WISKI database system.Identifier of the station in the WISKI database system. |
| parameter_nameParameter name | string | Name of the measured parameter, here salinity.Name of the measured parameter, here salinity. |
| station_nameStation name | string | Name of the oceanographic measuring station or vessel.Name of the oceanographic measuring station or vessel. |
| latitudeLatitude | string | Latitude coordinate of the station's location.Latitude coordinate of the station's location. |
| longitudeLongitude | string | Longitude coordinate of the station's location.Longitude coordinate of the station's location. |
| period | string | Date range during which the station delivered data.Date range during which the station delivered data. |
| is_activeIs active | boolean | Indicates whether the station is currently active.Indicates whether the station is currently active. |
| is_ferryboxIs ferrybox | boolean | Indicates whether the data was collected via a FerryBox system on a ship.Indicates whether the data was collected via a FerryBox system on a ship. |
| point | geometry | Geographic point geometry representing the station's location.Geographic point geometry representing the station's location. |
Schema captured from wfs 1 month ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (3 records)
Record 1period: 20091031-20190604 · latitude: 65.4177
{
"period": "20091031-20190604",
"latitude": "65.4177",
"point_id": 1,
"wiski_id": "38003",
"is_active": false,
"longitude": "24.1611",
"is_ferrybox": true,
"station_name": "TRANSPAPER FERRYBOX",
"parameter_name": "Salthalt"
}Record 2period: 20000117-20110116 · latitude: 57.6656
{
"period": "20000117-20110116",
"latitude": "57.6656",
"point_id": 2,
"wiski_id": "38004",
"is_active": false,
"longitude": "11.7836",
"is_ferrybox": true,
"station_name": "ARGOS_UWS FERRYBOX",
"parameter_name": "Salthalt"
}Record 3period: 20241112-20260725 · latitude: 57.6723
{
"period": "20241112-20260725",
"latitude": "57.6723",
"point_id": 3,
"wiski_id": "35171",
"is_active": true,
"longitude": "11.7075",
"is_ferrybox": false,
"station_name": "MÅVHOLMSBÅDAN SJÖV",
"parameter_name": "Salthalt"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://opendata-view.smhi.se/oc-obs-salinity/OF.PointObservation/wms?service=wms&request=getcapabilities
Query examples
curl -s 'https://opendata-view.smhi.se/oc-obs-salinity/OF.PointObservation/wfs?service=WFS&version=2.0.0&request=GetCapabilities' -H 'Accept: application/json'List the feature types (layers) and supported operations.
Dataset
Volume & freshness
License
No license declared upstream.
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.