67 maxar open data
Visualizing Maxar Open Data with Leafmap
The Maxar Open Data Program provides pre- and post-event high-resolution satellite imagery in support of emergency planning, risk assessment, monitoring of staging areas and emergency response, damage assessment, and recovery. Check out the links below for more information. - Maxar Open Data Program - Maxar Open Data on AWS - Maxar Open Data on STAC Index - Maxar Open Data on STAC Browser
The Maxar Open Data STAC catalog URL is: https://maxar-opendata.s3.amazonaws.com/events/catalog.json
1 | |
1 | |
Retrieve all collections from the Maxar Open Data STAC catalog. Each collection represents a single event.
1 | |
Retrieve all collections for a specific event:
1 2 | |
1 | |
Retrieve all items (tiles) for a specific collection and generate the footprints:
1 2 3 4 5 6 7 | |
Add the footprints to the map:
1 2 3 | |
Retrieve the COG URLs for all tiles in a collection:
1 2 | |
Create a mosaic json file for the collection. You need to install cogeo-mosaic first using pip install cogeo-mosaic. Creating a mosaic json file might take a few minutes. Please be patient.
1 | |
Make the mosaic json file available on the web, then you can add the mosaic to the map:
1 2 3 4 5 | |
Retrieve the footprint of all tiles for a specific event. This might take 15+ minutes. Please be patient.
1 2 3 4 5 6 7 | |
Add the footprints to the map:
1 2 3 4 5 | |