Skip to content

Instantly share code, notes, and snippets.

@paregorios
Created March 5, 2014 12:35
Show Gist options
  • Save paregorios/9366347 to your computer and use it in GitHub Desktop.
Save paregorios/9366347 to your computer and use it in GitHub Desktop.
Example of new Pleiades Entity "issue3" JSON output in which pleiades.geographer seems to have been successful creating the reprPoint and bbox
{
"connectsWith":[
],
"recent_changes":[
{
"comment":"DARE feature tag fix.",
"username":"sgillies",
"fullname":"Sean Gillies",
"modified":"2012-10-23T19:32:01Z"
},
{
"comment":"Location updates and tags from Johan Ahlfeldt's (jahlfeldt) Digital Atlas of the Roman Empire in October 2012",
"username":"sgillies",
"fullname":"Sean Gillies",
"modified":"2012-10-23T17:26:21Z"
},
{
"comment":"Global migration and reindexing of citations and provenance, February 2012",
"username":"admin",
"fullname":"admin",
"modified":"2012-02-15T07:30:50Z"
},
{
"comment":"Global migration and reindexing of citations and provenance, February 2012",
"username":"admin",
"fullname":"admin",
"modified":"2012-02-15T07:30:50Z"
},
{
"comment":"Global migration and reindexing of citations and provenance, February 2012",
"username":"admin",
"fullname":"admin",
"modified":"2012-02-15T07:30:50Z"
}
],
"description":"An ancient place, cited: BAtlas 65 E4 Phaselis",
"title":"Phaselis",
"reprPoint":[
30.549049,
36.522806333333335
],
"precision":"precise",
"features":[
{
"geometry":{
"type":"Point",
"coordinates":[
30.552665999999999,
36.522824
]
},
"type":"Feature",
"properties":{
"snippet":"Unknown; 550 BC - AD 640",
"link":"plone/places/639051/darmc-location-1398",
"description":"TIB point location",
"location_precision":"precise",
"title":"DARMC location 1398"
},
"id":"darmc-location-1398"
},
{
"geometry":{
"type":"Point",
"coordinates":[
30.542908000000001,
36.521016000000003
]
},
"type":"Feature",
"properties":{
"snippet":"Unknown; 550 BC - AD 640",
"link":"plone/places/639051/darmc-location-5500",
"description":"500K scale point location",
"location_precision":"precise",
"title":"DARMC location 5500"
},
"id":"darmc-location-5500"
},
{
"geometry":{
"type":"Point",
"coordinates":[
30.551573000000001,
36.524579000000003
]
},
"type":"Feature",
"properties":{
"snippet":"Settlement; 550 BC - AD 640",
"link":"plone/places/639051/dare-location",
"description":"Representative point location, site precision",
"location_precision":"precise",
"title":"DARE Location"
},
"id":"dare-location"
}
],
"bbox":[
30.542908000000001,
36.521016000000003,
30.552665999999999,
36.524579000000003
],
"@context":{
"features":"_:n3",
"Polygon":"http://geovocab.org/geometry#Polygon",
"Feature":"http://geovocab.org/spatial#Feature",
"location_precision":"_:n7",
"names":"_:n9",
"MultiLineString":"http://geovocab.org/geometry#MultiLineString",
"id":"@id",
"MultiPolygon":"http://geovocab.org/geometry#MultiPolygon",
"recent_changes":"_:n10",
"title":"http://purl.org/dc/terms/title",
"coordinates":"_:n5",
"snippet":"http://purl.org/dc/terms/abstract",
"type":"@type",
"description":"http://purl.org/dc/terms/description",
"connectsWith":"_:n8",
"reprPoint":"_:n11",
"link":"_:n6",
"bbox":"http://geovocab.org/geometry#bbox",
"properties":"_:n4",
"MultiPoint":"http://geovocab.org/geometry#MultiPoint",
"Point":"http://geovocab.org/geometry#Point",
"geometry":"http://geovocab.org/geometry#geometry",
"FeatureCollection":"_:n1",
"GeometryCollection":"http://geovocab.org/geometry#GeometryCollection",
"LineString":"http://geovocab.org/geometry#LineString"
},
"type":"FeatureCollection",
"id":"639051",
"names":[
"Phaselis"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment