Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opengeos/geospatial-data-catalogs
A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index
https://github.com/opengeos/geospatial-data-catalogs
amazon aws cloud-computing earth-engine geospatial geospatial-data nasa-data opan-data open-access satellite-imagery
Last synced: 3 months ago
JSON representation
A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index
- Host: GitHub
- URL: https://github.com/opengeos/geospatial-data-catalogs
- Owner: opengeos
- License: mit
- Created: 2022-12-22T19:54:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T04:56:25.000Z (6 months ago)
- Last Synced: 2024-05-01T15:41:05.623Z (6 months ago)
- Topics: amazon, aws, cloud-computing, earth-engine, geospatial, geospatial-data, nasa-data, opan-data, open-access, satellite-imagery
- Language: Jupyter Notebook
- Homepage:
- Size: 21 MB
- Stars: 482
- Watchers: 22
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - Data Catalogs
- jimsghstars - opengeos/geospatial-data-catalogs - A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index (Jupyter Notebook)
README
# geospatial-data-catalogs
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/geospatial-data-catalogs/blob/master/examples.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/geospatial-data-catalogs/HEAD?labpath=examples.ipynb)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Introduction
Some of the popular cloud-computing platforms (e.g., [AWS](https://aws.amazon.com/earth/), [Google Earth Engine](https://earthengine.google.com/), [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/), NASA's Common Metadata Repository ([CMR](https://wiki.earthdata.nasa.gov/display/ED/CMR+SpatioTemporal+Asset+Catalog+%28CMR-STAC%29+Documentation))) host a lot of publicly available geospatial datasets. This repo compiles the list of all geospatial datasets on these platforms as a CSV file and as a JSON file, making it easier to find and use them programmatically. The list is updated daily.
## Usage
This repo provides the list of geospatial datasets in two formats:
### Tab separated values (TSV) format
- AWS Open Data: [aws_open_datasets.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_open_datasets.tsv)
- AWS Open Geospatial Data: [aws_geo_datasets.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_geo_datasets.tsv)
- AWS Open Geospatial Data with STAC endpoint: [aws_stac_catalogs.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_stac_catalogs.tsv)
- STAC Index Catalogs: [stac_catalogs.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/stac_catalogs.tsv)
- Earth Engine Catalog: [gee_catalog.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/gee_catalog.tsv)
- Planetary Computer Catalog: [pc_catalog.tsv](https://github.com/giswqs/geospatial-data-catalogs/blob/master/pc_catalog.tsv)
- NASA CMR STAC Catalog: [nasa_cmr_catalog.tsv](https://github.com/giswqs/NASA-CMR-STAC/blob/master/nasa_cmr_catalog.tsv)### JSON format
- AWS Open Data: [aws_open_datasets.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_open_datasets.json)
- AWS Open Geospatial Data: [aws_geo_datasets.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_geo_datasets.json)
- AWS Open Geospatial Data with STAC endpoint: [aws_stac_catalogs.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/aws_stac_catalogs.json)
- STAC Index Catalogs: [stac_catalogs.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/stac_catalogs.json)
- Earth Engine Catalog: [gee_catalog.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/gee_catalog.json)
- Planetary Computer Catalog: [pc_catalog.json](https://github.com/giswqs/geospatial-data-catalogs/blob/master/pc_catalog.json)
- NASA CMR STAC Catalog: [nasa_cmr_catalog.json](https://github.com/giswqs/NASA-CMR-STAC/blob/master/nasa_cmr_catalog.json)### Examples
The TSV file can be easily read into a Pandas DataFrame using the following code:
```python
import pandas as pdurl = 'https://github.com/giswqs/geospatial-data-catalogs/raw/master/aws_geo_datasets.tsv'
df = pd.read_csv(url, sep='\t')
df.head()
```## Relevant Projects
- A list of open datasets on AWS: [aws-open-data](https://github.com/giswqs/aws-open-data)
- A list of open geospatial datasets on AWS: [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo)
- A list of open geospatial datasets on AWS with a STAC endpoint: [aws-open-data-stac](https://github.com/giswqs/aws-open-data-stac)
- A list of STAC endpoints from stacindex.org: [stac-index-catalogs](https://github.com/giswqs/stac-index-catalogs)
- A list of geospatial datasets on Microsoft Planetary Computer: [Planetary-Computer-Catalog](https://github.com/giswqs/Planetary-Computer-Catalog)
- A list of geospatial datasets on Google Earth Engine: [Earth-Engine-Catalog](https://github.com/giswqs/Earth-Engine-Catalog)
- A list of geospatial datasets on NASA's Common Metadata Repository (CMR): [NASA-CMR-STAC](https://github.com/giswqs/NASA-CMR-STAC)
- A list of geospatial data catalogs: [geospatial-data-catalogs](https://github.com/giswqs/geospatial-data-catalogs)
- The Maxar Open Data STAC Catalog: [maxar-open-data](https://github.com/giswqs/maxar-open-data)