Retrieve acquisition date of satellite image from Azure Maps API

Christian Gutiérrez Lancho 20 Reputation points
2024-03-21T09:47:45.8066667+00:00

Hello,

I have successfully used the Render - Get Map Imagery Tile feature of Azure Maps API to obtain RGB satellite images. However, I would like to know how to retrieve the acquisition date for the image instead.

Is there a dedicated service in Azure Maps API that I can use to fetch the metadata for the satellite image and obtain the acquisition date?

Thank you.

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
592 questions
{count} votes

Accepted answer
  1. rbrundritt 15,311 Reputation points Microsoft Employee
    2024-03-21T14:50:04.5+00:00

    Well, you are 90% of the way there if you are getting the image. There is a header in the response Data-Capture-Date-Range that provides a range when the image was captured. For example: 7/31/2022-9/1/2023. Note that satellite imagery rarely has a single date and is usually tagged with a date range due to imagery being captured and processed in batches and some map tiles containing multiple images from different dates, stitched together to create a seamless map.

    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful