Last active
August 29, 2015 14:25
-
-
Save tomasholderness/e477e673f63a8ecb78ea to your computer and use it in GitHub Desktop.
Sample flood report from CogniCity (PetaJakarta.org)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 106.823032, | |
| -6.18738 | |
| ] | |
| }, | |
| "properties": { | |
| "pkey": 818, | |
| "created_at": "2014-11-20 10:34:10", | |
| "text": "Mock #banjir tweet from @petajkt in Jakarta" | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 106.823032, | |
| -6.19 | |
| ] | |
| }, | |
| "properties": { | |
| "pkey": 819, | |
| "created_at": "2014-11-20 10:35:10", | |
| "text": "Sample #flood report from PetaJakarta.org" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment