geospatial-data-catalogs
A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Keywords
Repository
A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index
Basic Info
Statistics
- Stars: 589
- Watchers: 24
- Forks: 53
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
geospatial-data-catalogs
Introduction
Some of the popular cloud-computing platforms (e.g., AWS, Google Earth Engine, Microsoft Planetary Computer, NASA's Common Metadata Repository (CMR)) 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: awsopendatasets.tsv
- AWS Open Geospatial Data: awsgeodatasets.tsv
- AWS Open Geospatial Data with STAC endpoint: awsstaccatalogs.tsv
- STAC Index Catalogs: stac_catalogs.tsv
- Earth Engine Catalog: gee_catalog.tsv
- Planetary Computer Catalog: pc_catalog.tsv
- NASA CMR STAC Catalog: nasacmrcatalog.tsv
JSON format
- AWS Open Data: awsopendatasets.json
- AWS Open Geospatial Data: awsgeodatasets.json
- AWS Open Geospatial Data with STAC endpoint: awsstaccatalogs.json
- STAC Index Catalogs: stac_catalogs.json
- Earth Engine Catalog: gee_catalog.json
- Planetary Computer Catalog: pc_catalog.json
- NASA CMR STAC Catalog: nasacmrcatalog.json
Examples
The TSV file can be easily read into a Pandas DataFrame using the following code:
```python import pandas as pd
url = 'https://github.com/opengeos/geospatial-data-catalogs/raw/master/awsgeodatasets.tsv' df = pd.read_csv(url, sep='\t') df.head() ```
Relevant Projects
- A list of open datasets on AWS: aws-open-data
- A list of open geospatial datasets on AWS: aws-open-data-geo
- A list of open geospatial datasets on AWS with a STAC endpoint: aws-open-data-stac
- A list of STAC endpoints from stacindex.org: stac-index-catalogs
- A list of geospatial datasets on Microsoft Planetary Computer: Planetary-Computer-Catalog
- A list of geospatial datasets on Google Earth Engine: Earth-Engine-Catalog
- A list of geospatial datasets on NASA's Common Metadata Repository (CMR): NASA-CMR-STAC
- A list of geospatial data catalogs: geospatial-data-catalogs
- The Maxar Open Data STAC Catalog: maxar-open-data
Owner
- Name: Open Geospatial Solutions
- Login: opengeos
- Kind: organization
- Email: opengeos@outlook.com
- Website: https://opengeos.github.io
- Repositories: 1
- Profile: https://github.com/opengeos
A collection of open-source software packages for the geospatial community
GitHub Events
Total
- Watch event: 53
- Push event: 293
- Pull request event: 3
- Fork event: 10
Last Year
- Watch event: 53
- Push event: 293
- Pull request event: 3
- Fork event: 10
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| GitHub Action | a****n@g****m | 994 |
| Qiusheng Wu | g****s@g****m | 9 |
| pre-commit-ci[bot] | 6****]@u****m | 2 |
| Rambaud Pierrick | 1****u@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- pre-commit-ci[bot] (3)
- 12rambau (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite
- ad-m/github-push-action master composite
- leafmap *