publiclab/mapknitter

provide Open Imagery Network metadata for each map

Open

#178 opened on May 29, 2015

 (3 comments) (0 reactions) (0 assignees)Ruby (203 forks)auto 404
help wantedmore-details-please

Repository metrics

Stars
 (274 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/openimagerynetwork/metadata-spec/blob/master/sample.json

https://github.com/openimagerynetwork/metadata-spec


{
  "uuid" : "path/to/example.tif",
  "projection" : "PROJCS["NAD83 / Massachusetts Mainland", ...",
  "bbox" : [-180,-90,180,90],
  "footprint" : "POLYGON((-180 -90, -180 90, 180 90, 180 -90, -180 -90))",
  "gsd" : 0.35,
  "file_size" : 1024,
  "acquisition_start" : "2015-05-03T13:00:00.000",
  "acquisition_end" : "2015-05-04T13:00:00.000",
  "title" : "An scene from some satellite",
  "platform" : "satellite",
  "provider" : "Digital Globe",
  "contact" : "someone@nasa.gov",
  "properties" : {}
}

Contributor guide