flipside-org / incendios

The main repo for the IncĂȘndios project.
http://www.incendios.pt
0 stars 0 forks source link

If deailed data #80

Open danielfdsilva opened 11 years ago

danielfdsilva commented 11 years ago

Right now the .json file has the following structure.

{
"type": "FeatureCollection",
  "features": [
    {"occurrence_object" : "..."},
    {"occurrence_object" : "..."}
  ]
}

It's not possible to import this to mongo, The only thing on the file should be the occurrence object, one per line without separating comma.

{"occurrence_object" : "..."}
{"occurrence_object" : "..."}