Advertisement
adamekberg

WeatherStation

Mar 9th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.06 KB | None | 0 0
  1. {
  2.     "RESPONSE": {
  3.         "RESULT": [
  4.             {
  5.                 "WeatherStation": [
  6.                     {
  7.                         "Active": true,
  8.                         "CountyNo": [
  9.                             2,
  10.                             1
  11.                         ],
  12.                         "Geometry": {
  13.                             "SWEREF99TM": "POINT (640353.86 6548534.7)",
  14.                             "WGS84": "POINT (17.447080612182617 59.0530891418457)"
  15.                         },
  16.                         "IconId": "weatherStation",
  17.                         "Id": "SE_STA_VVIS202",
  18.                         "Measurement": {
  19.                             "MeasureTime": "2019-03-09T12:40:01",
  20.                             "Precipitation": {
  21.                                 "AmountName": "Ingen nederbörd",
  22.                                 "Type": "Ingen nederbörd",
  23.                                 "TypeIconId": "precipitationNoPrecipitation"
  24.                             },
  25.                             "Road": {
  26.                                 "Temp": 1.1,
  27.                                 "TempIconId": "tempAirRoad"
  28.                             },
  29.                             "Air": {
  30.                                 "Temp": 2.4,
  31.                                 "TempIconId": "tempAirRoad",
  32.                                 "RelativeHumidity": 93.8
  33.                             }
  34.                         },
  35.                         "MeasurementHistory": [
  36.                             {
  37.                                 "MeasureTime": "2019-03-09T12:40:01",
  38.                                 "Precipitation": {
  39.                                     "AmountName": "Ingen nederbörd",
  40.                                     "Type": "Ingen nederbörd",
  41.                                     "TypeIconId": "precipitationNoPrecipitation"
  42.                                 },
  43.                                 "Road": {
  44.                                     "Temp": 1.1,
  45.                                     "TempIconId": "tempAirRoad"
  46.                                 },
  47.                                 "Air": {
  48.                                     "Temp": 2.4,
  49.                                     "TempIconId": "tempAirRoad",
  50.                                     "RelativeHumidity": 93.8
  51.                                 }
  52.                             },
  53.                             {
  54.                                 "MeasureTime": "2019-03-09T12:30:02",
  55.                                 "Precipitation": {
  56.                                     "AmountName": "Ingen nederbörd",
  57.                                     "Type": "Ingen nederbörd",
  58.                                     "TypeIconId": "precipitationNoPrecipitation"
  59.                                 },
  60.                                 "Road": {
  61.                                     "Temp": 0.9,
  62.                                     "TempIconId": "tempAirRoad"
  63.                                 },
  64.                                 "Air": {
  65.                                     "Temp": 2.1,
  66.                                     "TempIconId": "tempAirRoad",
  67.                                     "RelativeHumidity": 93.5
  68.                                 }
  69.                             },
  70.                             {
  71.                                 "MeasureTime": "2019-03-09T12:20:02",
  72.                                 "Precipitation": {
  73.                                     "AmountName": "Ingen nederbörd",
  74.                                     "Type": "Ingen nederbörd",
  75.                                     "TypeIconId": "precipitationNoPrecipitation"
  76.                                 },
  77.                                 "Road": {
  78.                                     "Temp": 0.6,
  79.                                     "TempIconId": "tempAirRoad"
  80.                                 },
  81.                                 "Air": {
  82.                                     "Temp": 2.3,
  83.                                     "TempIconId": "tempAirRoad",
  84.                                     "RelativeHumidity": 94.1
  85.                                 }
  86.                             },
  87.                             {
  88.                                 "MeasureTime": "2019-03-09T12:10:02",
  89.                                 "Precipitation": {
  90.                                     "AmountName": "Ingen nederbörd",
  91.                                     "Type": "Ingen nederbörd",
  92.                                     "TypeIconId": "precipitationNoPrecipitation"
  93.                                 },
  94.                                 "Road": {
  95.                                     "Temp": 0.1,
  96.                                     "TempIconId": "tempAirRoad"
  97.                                 },
  98.                                 "Air": {
  99.                                     "Temp": 2.1,
  100.                                     "TempIconId": "tempAirRoad",
  101.                                     "RelativeHumidity": 94.6
  102.                                 }
  103.                             },
  104.                             {
  105.                                 "MeasureTime": "2019-03-09T12:00:02",
  106.                                 "Precipitation": {
  107.                                     "AmountName": "Ingen nederbörd",
  108.                                     "Type": "Ingen nederbörd",
  109.                                     "TypeIconId": "precipitationNoPrecipitation"
  110.                                 },
  111.                                 "Road": {
  112.                                     "Temp": -0.3,
  113.                                     "TempIconId": "tempAirRoad"
  114.                                 },
  115.                                 "Air": {
  116.                                     "Temp": 1.9,
  117.                                     "TempIconId": "tempAirRoad",
  118.                                     "RelativeHumidity": 94
  119.                                 }
  120.                             }
  121.                         ],
  122.                         "ModifiedTime": "2019-03-09T11:45:16.861Z",
  123.                         "Name": "Mölnbo",
  124.                         "RoadNumberNumeric": 57
  125.                     }
  126.                 ]
  127.             }
  128.         ]
  129.     }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement