How to Find All Quads Inside a Particular Area of Interest Using the Mosaics API?

1. In Postman, set your HTTP request to GET.

2. In the URL field insert (Mosaics API): 

https://api.planet.com/basemaps/v1/mosaics/{mosaic_id}/quads

Replace {mosaic_id} for the Mosaic identifier.

3. Click on the Params tab and type in the query parameters as key/value pairs.

KEY VALUE
bbox -57.28136,-15.79969,-47.97374,-4.28086

bbox: Comma separated bounding box in degrees as min Longitude , min Latitude , max Longitude , max Latitude.

4. Switch to the Authorization tab and select

  • Type:  Basic Auth
  • Username: API_KEY

Note: Leave the Password field empty.

5. Click Send button

Screen_Shot_2022-07-16_at_7.40.11_PM.png

How to get the contributing source scenes for a Quad id using the Mosaics API?

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.