Skip to content

generate geo.json #2

Description

@ladevis

replace:

  • ObjectName = Emotion

  • remove values without latitude or longitude

  • add"Date":"9/26/17",

  • "Time":"9:47:44",

  • "GMT":"-4:00:00",

Structure:

{
   "type": "FeatureCollection",
   "features": [
  {
    "type": "Feature",
    "geometry": {
       "type": "Point",
       "coordinates":  [ 5.45,51.48 ]
    },
    "properties": {
    "SourceFile":"https://"website"/uploads/IPTC5ab186116aa4c3.89976374.jpg",
    "Emotion":"sad",
     "Date":"9/26/17",
     "Time":"9:47:44",
     "GMT":"-4:00:00",
    }
  },
....
]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions