Skip to content

Instantly share code, notes, and snippets.

@joeyoun9
Last active September 24, 2015 13:53
Show Gist options
  • Save joeyoun9/aeb69cbf7ddb2b790c0f to your computer and use it in GitHub Desktop.
Save joeyoun9/aeb69cbf7ddb2b790c0f to your computer and use it in GitHub Desktop.
Alaska Fire & Fuels API Output Examples
{
"STATION":[
{
"WXZONE":"AKZ224",
"code":"GDPA2",
"hourly":{
"relativeHumidityPercent":[
87,
94,
95,
91,
94
],
"HDSR":[
0.0,
0.0,
0.0,
0.0,
0.0
],
"windSpeedMpH":[
10,
1,
3,
3,
2
],
"HFWI":[
0.0,
0.0,
0.0,
0.0,
0.0
],
"HFFMC":[
1.6,
0.4,
0.5,
0.8,
0.5
],
"datetime":[
"2014-09-02T16:00:00Z",
"2014-09-02T15:00:00Z",
"2014-09-02T14:00:00Z",
"2014-09-02T13:00:00Z",
"2014-09-02T12:00:00Z"
],
"HISI":[
0.0,
0.0,
0.0,
0.0,
0.0
],
"precipitationInches":[
0.43,
0.4,
0.39,
0.33,
0.28
],
"temperatureDegreesF":[
44,
43,
42,
42,
42
],
"windDirectionDegrees":[
278,
321,
74,
29,
333
],
"solarRadiationWM2":[
27,
10,
1,
0,
0
]
},
"REGION":"DELTA",
"PSA":"AK01W",
"mesowestWebURL":"http://mesowest.org/akff/tabular/stnHour/?stid=GDPA2&stdt=201409021200&enddt=201409021600",
"state":"AK",
"STOPPED":"0",
"location":{
"latitude":"64.2381",
"elevationFt":"1520",
"longitude":"-145.2669"
},
"GOES":"N/A",
"WIMS_ID":"500743",
"ACTIVE":"A",
"AK_FULL_NAME":"GOODPASTURE"
}
],
"SUMMARY":{
"TOTAL_TIME":"771.766901016 ms",
"DATA_QUERY_TIME":"332.762002945 ms",
"RESPONSE_CODE":1,
"RESPONSE_MESSAGE":"OK",
"DATA_PARSING_TIME":"0.0920295715332 ms",
"TOTAL_DATA_TIME":"332.855939865 ms",
"NUMBER_OF_OBJECTS":1,
"RESPONSE_TIME":"409.913063049 ms"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment