Drone content extension
(This is mostly a placeholder, but I'd like to capture metadata items that are common to drone imagery.)
Imagery captured using drones has some different characteristics than satellite imagery, in part because it is typically produced by stitching together multiple images taken at varying headings, angles, exposures, and times.
startDateTime- time at which the first item contributing to the image was capturedendDateTime- time at which the last item contributing to the image was captured- ...
@mojodna as you and I talked about, start_datetime and end_datetime (no mixing camelcase in!) applies to a lot of data, even the EO profile and maybe deserves being made either optional core fields or it's own extension. Will start new ticket
Does STAC contain an elegant structure to reference several source images that may have been used to generate one single mosaic?
Hi @threewordphrase, we are still thinking about mosaics in STAC, see https://github.com/radiantearth/stac-spec/issues/150
Currently, you can add several derived_from links to the Item, which link to the source imagery.
Some related extensions have been proposed:
- https://github.com/linz/stac/tree/master/extensions/aerial-photo
- https://github.com/linz/stac/tree/master/extensions/camera
Existing extensions cover this well, closing.