Skip to content

Instantly share code, notes, and snippets.

@timilsinabishal
Created March 17, 2020 12:58
Show Gist options
  • Save timilsinabishal/8dd4e3d8bde74723b3aaa561273aa2f9 to your computer and use it in GitHub Desktop.
Save timilsinabishal/8dd4e3d8bde74723b3aaa561273aa2f9 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{"type": "FeatureCollection", "features": [{"id": 3, "type": "Feature", "geometry": {"type": "Point", "coordinates": [77.2090212, 28.6139391]}, "properties": {"travelled_places": [], "label": "Sample Patient 1", "gender": "female", "age": 56, "occupation": "Test", "date_of_report": "2020-03-17", "native_state": null, "native_district": null, "quarantined": false, "current_state": "unknown", "source": "https://example.org", "country": "IN", "native_country": "IN", "physical_contact_to": []}}, {"id": 2, "type": "Feature", "geometry": {"type": "Point", "coordinates": [85.3420486, 27.6915196]}, "properties": {"travelled_places": [{"id": 1, "place": "Kathmandu", "point": {"type": "Point", "coordinates": [85.3118101, 27.7033255]}, "country": "NP"}, {"id": 2, "place": "Lalitpur", "point": {"type": "Point", "coordinates": [85.3420486, 27.6564024]}, "country": "NP"}], "label": "Patient 2", "gender": null, "age": 34, "occupation": "Student", "date_of_report": "2020-03-17", "native_state": "Bagmati", "native_district": "Lalipur", "quarantined": true, "current_state": "serious", "source": "https://example.com", "country": "NP", "native_country": "NP", "physical_contact_to": [1]}}, {"id": 1, "type": "Feature", "geometry": {"type": "Point", "coordinates": [85.3128947, 27.7014202]}, "properties": {"travelled_places": [{"id": 1, "place": "Kathmandu", "point": {"type": "Point", "coordinates": [85.3118101, 27.7033255]}, "country": "NP"}], "label": "Patient 1", "gender": "female", "age": 41, "occupation": "Labour", "date_of_report": "2020-03-17", "native_state": null, "native_district": null, "quarantined": true, "current_state": "stable", "source": "https://example.com", "country": "NP", "native_country": "NP", "physical_contact_to": [2]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment