Skip to main content

Deprecation: Vivid Premium and Vivid Advanced 30 CM

With the launch of Maxar's new Vivid Advanced 15 cm HD Basemap, we are deprecating the Vivid Premium and Vivid Advanced 30 cm Basemaps. These two Vivid products will be retired on Monday September 2, 2024.

The supported Vivid Basemap products are now:

  • Vivid Advanced 15 cm HD

  • Vivid Standard 30 cm

Streaming Vivid Basemaps and seamlines

Vivid Basemaps

To stream Vivid Basemap imagery, use the Streaming -Basemap API to make a request to the /basemaps/v1/ogc endpoint and include a cql filter for product name.

Example WMS Basemap request for Vivid Standard 30 cm:

https://api.maxar.com/basemaps/v1/ogc/wms?service=WMS&version=1.3.0&request=GetMap&bbox=36.985003,-109.028320,40.996484,-102.041016&crs=EPSG:4326&format=image/png&transparent=true&layers=Maxar:Imagery&tiled=true&width=512&height=512&cql_Filter=productName='VIVID_STANDARD_30'&Maxar_API_Key

This is the CQL filter for product name:

cql_Filter=productName='VIVID_STANDARD_30'

This table shows the product name to use in your request:

Vivid Basemap ProductproductName
Vivid Advanced 15 cmVIVID_ADVANCED_15
Vivid Standard 30 cmVIVID_STANDARD_30

Vivid Seamlines

To find seamlines for one of the supported Vivid products, make a call to the /basemaps/v1/seamlines endpoint. Example WFS Seamlines URL:

https://api.maxar.com/basemaps/v1/seamlines/wfs?service=WFS&request=GetFeature&version=2.0.0&typename=seamline&outputFormat=json&cql_filter=product_name='VIVID_STANDARD_30' AND BBOX(seamline_geometry,39.906477,-105.010843,39.918031,-104.991939)

Resources

Streaming -Basemap API Guide