Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
Created September 27, 2012 19:40
Show Gist options
  • Save jhaubrich/3796003 to your computer and use it in GitHub Desktop.
Save jhaubrich/3796003 to your computer and use it in GitHub Desktop.
notam effected routes yaml
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[
{'notam_id': '2012-07-24_BTY',
'type': 'FeatureCollection'
'features': [
{'type': 'Feature',
'properties': {'name': 'route66', 'type': 'Q_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
},
{'type': 'Feature',
'properties': {'name': 'route63', 'type': 'Q_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
},
{'type': 'Feature',
'properties': {'name': 'route68', 'type': 'T_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
}
]
},
},
{'notam_id': '2012-07-12_MVA',
'type': 'FeatureCollection'
'features': [
{'type': 'Feature',
'properties': {'name': 'route66', 'type': 'Q_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
},
{'type': 'Feature',
'properties': {'name': 'route63', 'type': 'Q_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
},
{'type': 'Feature',
'properties': {'name': 'route68', 'type': 'T_Route'},
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]},
}
]
},
]
---
notam_id: 2012-07-24_BTY
type: FeatureCollection
features:
- type: Feature
properties:
type: Q_Route
name: route66
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
- type: Feature
properties:
type: Q_Route
name: route63
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
- type: Feature
properties:
type: T_Route
name: route68
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
---
notam_id: 2012-07-12_MVA
type: FeatureCollection
features:
- type: Feature
properties:
type: Q_Route
name: route66
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
- type: Feature
properties:
type: Q_Route
name: route63
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
- type: Feature
properties:
type: T_Route
name: route68
geometry:
type: LineString
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ]
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment