https://github.com/opengeos/maxar-open-data
The Maxar Open Data STAC Catalog in CSV, GeoJSON, and MosaicJSON formats
https://github.com/opengeos/maxar-open-data
cog geospatial geotiff maxar satellite-imagery stac-catalog
Last synced: 6 months ago
JSON representation
The Maxar Open Data STAC Catalog in CSV, GeoJSON, and MosaicJSON formats
- Host: GitHub
- URL: https://github.com/opengeos/maxar-open-data
- Owner: opengeos
- License: mit
- Created: 2023-02-17T04:23:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T03:46:01.000Z (6 months ago)
- Last Synced: 2025-04-10T01:15:44.155Z (6 months ago)
- Topics: cog, geospatial, geotiff, maxar, satellite-imagery, stac-catalog
- Language: Python
- Homepage:
- Size: 27.5 MB
- Stars: 246
- Watchers: 7
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maxar-open-data
## Introduction
[](https://studiolab.sagemaker.aws/import/github/opengeos/maxar-open-data/blob/master/examples/turkey_earthquake.ipynb)
[](https://pccompute.westeurope.cloudapp.azure.com/compute/hub/user-redirect/git-pull?repo=https://github.com/opengeos/maxar-open-data&urlpath=lab/tree/maxar-open-data/examples/turkey_earthquake&branch=master)
[](https://colab.research.google.com/github/opengeos/maxar-open-data/blob/master/examples/turkey_earthquake.ipynb)
[](https://mybinder.org/v2/gh/opengeos/maxar-open-data/master?urlpath=lab%2Ftree%2Fexamples)
[](https://huggingface.co/spaces/giswqs/solara-maxar)The [Maxar Open Data Program](https://www.maxar.com/open-data) 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](https://www.maxar.com/open-data)
- [Maxar Open Data on AWS](https://registry.opendata.aws/maxar-open-data/)
- [Maxar Open Data on STAC Index](https://stacindex.org/catalogs/maxar-open-data-catalog-ard-format#/)
- [Maxar Open Data on STAC Browser](https://radiantearth.github.io/stac-browser/#/external/maxar-opendata.s3.amazonaws.com/events/catalog.json?.language=en)
- [Maxar Open Data on Hugging Face](https://huggingface.co/spaces/giswqs/solara-maxar)The Maxar Open Data STAC catalog URL is: https://maxar-opendata.s3.amazonaws.com/events/catalog.json. The repo contains the catalog in various formats, including GeoJSON, CSV, and MosaicJSON. This makes it easier to use the datasets with Python and other programming languages.
## Examples
### Visualizing image footprints
```python
import leafmap
m = leafmap.Map(center=[36.844461, 37.386475], zoom=8)
url = 'https://github.com/opengeos/maxar-open-data/raw/master/datasets/Kahramanmaras-turkey-earthquake-23.geojson'
m.add_geojson(url, layer_name="Footprints")
m
```
### Visualizing COG mosaic
```python
m = leafmap.Map()
url = 'https://open.gishub.org/maxar-open-data/datasets/Kahramanmaras-turkey-earthquake-23/1050050044DE7E00.json'
m.add_stac_layer(url, name="Mosaic")
m
```
## Relevant Projects
- A list of open datasets on AWS: [aws-open-data](https://github.com/opengeos/aws-open-data)
- A list of open geospatial datasets on AWS: [aws-open-data-geo](https://github.com/opengeos/aws-open-data-geo)
- A list of open geospatial datasets on AWS with a STAC endpoint: [aws-open-data-stac](https://github.com/opengeos/aws-open-data-stac)
- A list of STAC endpoints from stacindex.org: [stac-index-catalogs](https://github.com/opengeos/stac-index-catalogs)
- A list of geospatial datasets on Microsoft Planetary Computer: [Planetary-Computer-Catalog](https://github.com/opengeos/Planetary-Computer-Catalog)
- A list of geospatial datasets on Google Earth Engine: [Earth-Engine-Catalog](https://github.com/opengeos/Earth-Engine-Catalog)
- A list of geospatial datasets on NASA's Common Metadata Repository (CMR): [NASA-CMR-STAC](https://github.com/opengeos/NASA-CMR-STAC)
- A list of geospatial data catalogs: [geospatial-data-catalogs](https://github.com/opengeos/geospatial-data-catalogs)
- The Maxar Open Data STAC Catalog: [maxar-open-data](https://github.com/opengeos/maxar-open-data)
- A Solara web app for visualizing Maxar Open Data: [solara-maxar](https://github.com/opengeos/solara-maxar)## Demo
[](https://www.youtube.com/watch?v=RBjZ5Ju09iU)
## Tutorial
[](https://www.youtube.com/watch?v=8t5M-EGR0sA)