SCEDC / ground-motion-packet

Description of GMP —A GeoJSON Specification for Ground Motion Metrics
3 stars 6 forks source link

Add top-level key self defining this format #43

Open emthompson-usgs opened 1 year ago

emthompson-usgs commented 1 year ago

@ellenyu @cbworden @mhearne-usgs It occurred to us that we should have added a key that lets the parser know what format this is, more specifically than geojson.

First idea would be:

{
    "type": "FeatureCollection",
    "format": "gmp",
    "version": "1.0",
    ...
}

Thoughts? Alternatives?