-
Notifications
You must be signed in to change notification settings - Fork 293
Description
Integrating https://api.openaerialmap.org/meta was previously discussed in #509 and the OpenAerialMap Mosaic was added in #1649.
I've been thinking about providing a middle ground between "include all individual image sets in ELI" and "only include the mosaic in ELI" for imagery providers that allow it.
For example with OpenAerialMap we could include a single entry pointing to the endpoint https://api.openaerialmap.org/meta and specifying the protocol eg OAM_META used to query the index.
Another protocol would add is STAC https://stacspec.org/en/about/stac-spec/ used by LINZ.
ELI could even be implemented as a STAC service or OAM /meta service for clients who don't wish to download the whole ELI index and instead want to query and endpoint for imagery at the given location.
The benefits of including these in the index rather than in each editor means we keep the index central to all editors who choose to use it, continue to validate licensing and OSM compatibility for inclusion.