sgrieve / GeoMeta

Collaborations workshop hackday 2018 project
MIT License
2 stars 2 forks source link

Decide on output file format #1

Closed sgrieve closed 6 years ago

sgrieve commented 6 years ago

We need a structured text format, so json or yaml would work.

Json has the advantage that we can build on geojson.

ageorgou commented 6 years ago

I would suggest supporting both (perhaps JSON being default?) and having a command line option to choose. Converting between the two should be straightforward.

sgrieve commented 6 years ago

We are going to use JSON in the first instance and then look at yaml as a future feature.