{"id":19553557,"url":"https://github.com/opengeos/aws-open-data-stac","last_synced_at":"2025-04-26T20:32:08.549Z","repository":{"id":64939947,"uuid":"579464216","full_name":"opengeos/aws-open-data-stac","owner":"opengeos","description":"A list of STAC endpoints for the AWS Open Data Program","archived":false,"fork":false,"pushed_at":"2024-05-09T03:27:58.000Z","size":175,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-09T04:31:37.880Z","etag":null,"topics":["aws","cog","geospatial","geotiff","open-data","satellite-imagery","stac-catalog"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengeos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-17T19:31:18.000Z","updated_at":"2024-05-30T06:13:20.893Z","dependencies_parsed_at":"2023-09-22T07:08:29.073Z","dependency_job_id":"d8855c72-0375-408f-afb4-fdd85d2aa475","html_url":"https://github.com/opengeos/aws-open-data-stac","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":"0.23809523809523814","last_synced_commit":"9167293f327c6f018a95308f0ba8a6d8f10a3231"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeos%2Faws-open-data-stac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeos%2Faws-open-data-stac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeos%2Faws-open-data-stac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeos%2Faws-open-data-stac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeos","download_url":"https://codeload.github.com/opengeos/aws-open-data-stac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251051535,"owners_count":21528787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cog","geospatial","geotiff","open-data","satellite-imagery","stac-catalog"],"created_at":"2024-11-11T04:23:46.105Z","updated_at":"2025-04-26T20:32:04.956Z","avatar_url":"https://github.com/opengeos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-open-data-stac\n\n[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/aws-open-data-stac/blob/master/aws_stac_catalogs.ipynb)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/aws-open-data-stac/HEAD?labpath=aws_stac_catalogs.ipynb)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Introduction\n\nThe [AWS Open Data](https://registry.opendata.aws/) program hosts a lot of publicly available geospatial datasets. Some of these datasets are available as [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) endpoints. This repo compiles the list of all AWS Open geospatial datasets with a STAC endpoint as a CSV file and as a JSON file, making it easier to find and use them programmatically. The list is updated daily.\n\nA complete list of AWS open datasets as individual YAML files is available [here](https://github.com/awslabs/open-data-registry).\n\n## Usage\n\nThis repo provides the list of AWS open geospatial datasets with a STAC endpoint in two formats:\n\n- Tab separated values (TSV) file: [aws_stac_catalogs.tsv](https://github.com/giswqs/aws-open-data-stac/blob/master/aws_stac_catalogs.tsv)\n- JSON file: [aws_stac_catalogs.json](https://github.com/giswqs/aws-open-data-stac/blob/master/aws_stac_catalogs.json)\n\nThe TSV file can be easily read into a Pandas DataFrame using the following code:\n\n```python\nimport pandas as pd\n\nurl = 'https://github.com/giswqs/aws-open-data-stac/raw/master/aws_stac_catalogs.tsv'\ndf = pd.read_csv(url, sep='\\t')\ndf.head()\n```\n\n## Related Projects\n\n- A list of open datasets on AWS: [aws-open-data](https://github.com/giswqs/aws-open-data)\n- A list of open geospatial datasets on AWS: [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo)\n- A list of open geospatial datasets on AWS with a STAC endpoint: [aws-open-data-stac](https://github.com/giswqs/aws-open-data-stac)\n- A list of STAC endpoints from stacindex.org: [stac-index-catalogs](https://github.com/giswqs/stac-index-catalogs)\n- A list of geospatial datasets on Microsoft Planetary Computer: [Planetary-Computer-Catalog](https://github.com/giswqs/Planetary-Computer-Catalog)\n- A list of geospatial datasets on Google Earth Engine: [Earth-Engine-Catalog](https://github.com/giswqs/Earth-Engine-Catalog)\n- A list of geospatial datasets on NASA's Common Metadata Repository (CMR): [NASA-CMR-STAC](https://github.com/giswqs/NASA-CMR-STAC)\n- A list of geospatial data catalogs: [geospatial-data-catalogs](https://github.com/giswqs/geospatial-data-catalogs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeos%2Faws-open-data-stac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeos%2Faws-open-data-stac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeos%2Faws-open-data-stac/lists"}