Skip to main content

Module maxar_platform.ogc.imagery

OGC access to imagery

Provides

OGC access to imagery - as well as metadata search.

Importing web_feature_service returns a configured OWSLib instance ready for use.

Similarly, wfs_cql_client is also a configured instance configured for searching without having to look up TypeNames and other layer specific settings.

See the ogc parent module for more information about the classes returned here.

Notes

This image layer contains ALL the imagery available - to access an individual image in WMS, use a CQL filter like "legacyId=1040010096284D00". The imagery layer can evaluate filters on the image metadata in the same manner as WFS queries on the image footprints.

The source layer uses EPSG:4326 so beware that coordinate order should be lat,lon.

References

https://developers.maxar.com/docs/streaming-imagery/guides/wms

Functions

WebCoverageService(version='2.0.1') :

WebFeatureService(version='1.1.0') :

WebMapService(version='1.1.1') :