Skip to content

Instantly share code, notes, and snippets.

@mhogeweg
Created September 1, 2016 20:42
Show Gist options
  • Save mhogeweg/4ccff6a825174b0f6cdd1cb4878f6657 to your computer and use it in GitHub Desktop.
Save mhogeweg/4ccff6a825174b0f6cdd1cb4878f6657 to your computer and use it in GitHub Desktop.
{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"properties": {
"icaoId": "KWBC",
"obsTime": "2016-09-01T19:13:00Z",
"airepType": "PIREP",
"acType": "MU2",
"temp": "-1",
"fltlvl": "175",
"icgInt1": "LGT",
"icgType1": "RIME",
"rawOb": "MJX UA /OV CYN110025/TM 1913/FL175/TP MU2/TA M01/IC LGT RIME"
},
"geometry": {
"type": "Point",
"coordinates": [-73.895,39.764]
}
},
{ "type": "Feature",
"properties": {
"icaoId": "KMSC",
"obsTime": "2016-09-01T19:25:00Z",
"airepType": "PIREP",
"acType": "MD90",
"temp": "-18",
"fltlvl": "240",
"icgInt1": "TRC",
"icgType1": "MIXED",
"rawOb": "ADW UA /OV OTT/TM 1925/FL240/TP MD90/TA M18/IC TRACE MX"
},
"geometry": {
"type": "Point",
"coordinates": [-76.745,38.706]
}
},
{ "type": "Feature",
"properties": {
"icaoId": "KWBC",
"obsTime": "2016-09-01T20:00:00Z",
"airepType": "PIREP",
"acType": "CRJ2",
"temp": "-8",
"fltlvl": "200",
"icgInt1": "MOD",
"icgType1": "RIME",
"rawOb": "JFK UA /OV JFK180030/TM 2000/FL200/TP CRJ2/TA M08/IC LGT- MOD RIME"
},
"geometry": {
"type": "Point",
"coordinates": [-73.627,40.146]
}
},
{ "type": "Feature",
"properties": {
"icaoId": "KAWN",
"obsTime": "2016-09-01T20:08:00Z",
"airepType": "PIREP",
"acType": "CRJ9",
"temp": "4",
"fltlvl": "220",
"icgInt1": "LGT",
"icgType1": "RIME",
"rawOb": "FVX UA /OV LYH090020/TM 2008/FL220/TP CRJ9/TA 04/IC LGT RIME"
},
"geometry": {
"type": "Point",
"coordinates": [-78.823,37.304]
}
}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment