-
Notifications
You must be signed in to change notification settings - Fork 0
/
points_sample.json
94 lines (94 loc) · 3.02 KB
/
points_sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"@context": [
"https://geojson.org/geojson-ld/geojson-context.jsonld",
{
"@version": "1.1",
"wx": "https://api.weather.gov/ontology#",
"s": "https://schema.org/",
"geo": "http://www.opengis.net/ont/geosparql#",
"unit": "http://codes.wmo.int/common/unit/",
"@vocab": "https://api.weather.gov/ontology#",
"geometry": {
"@id": "s:GeoCoordinates",
"@type": "geo:wktLiteral"
},
"city": "s:addressLocality",
"state": "s:addressRegion",
"distance": {
"@id": "s:Distance",
"@type": "s:QuantitativeValue"
},
"bearing": {
"@type": "s:QuantitativeValue"
},
"value": {
"@id": "s:value"
},
"unitCode": {
"@id": "s:unitCode",
"@type": "@id"
},
"forecastOffice": {
"@type": "@id"
},
"forecastGridData": {
"@type": "@id"
},
"publicZone": {
"@type": "@id"
},
"county": {
"@type": "@id"
}
}
],
"id": "https://api.weather.gov/points/36.1677,-115.2679",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-115.2679,
36.167700000000004
]
},
"properties": {
"@id": "https://api.weather.gov/points/36.1677,-115.2679",
"@type": "wx:Point",
"cwa": "VEF",
"forecastOffice": "https://api.weather.gov/offices/VEF",
"gridId": "VEF",
"gridX": 118,
"gridY": 99,
"forecast": "https://api.weather.gov/gridpoints/VEF/118,99/forecast",
"forecastHourly": "https://api.weather.gov/gridpoints/VEF/118,99/forecast/hourly",
"forecastGridData": "https://api.weather.gov/gridpoints/VEF/118,99",
"observationStations": "https://api.weather.gov/gridpoints/VEF/118,99/stations",
"relativeLocation": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-115.260082,
36.229213999999999
]
},
"properties": {
"city": "Las Vegas",
"state": "NV",
"distance": {
"unitCode": "wmoUnit:m",
"value": 6875.9347355044001
},
"bearing": {
"unitCode": "wmoUnit:degree_(angle)",
"value": 185
}
}
},
"forecastZone": "https://api.weather.gov/zones/forecast/NVZ020",
"county": "https://api.weather.gov/zones/county/NVC003",
"fireWeatherZone": "https://api.weather.gov/zones/fire/NVZ465",
"timeZone": "America/Los_Angeles",
"radarStation": "KESX"
}
}