Aws Open Data Geo Save

A list of open geospatial datasets on AWS

Project README

aws-open-data-geo

Colab Binder License

Introduction

The AWS Open Data program hosts a lot of publicly available geospatial datasets. This repo compiles the list of all geospatial datasets on AWS as a CSV file and as a JSON file, making it easier to find and use them programmatically. The list is updated daily.

A complete list of AWS open datasets as individual YAML files is available here.

Usage

This repo provides the list of AWS open geospatial datasets in two formats:

The TSV file can be easily read into a Pandas DataFrame using the following code:

import pandas as pd

url = 'https://github.com/giswqs/aws-open-data-geo/raw/master/aws_geo_datasets.tsv'
df = pd.read_csv(url, sep='\t')
df.head()
Open Source Agenda is not affiliated with "Aws Open Data Geo" Project. README Source: opengeos/aws-open-data-geo
Stars
270
Open Issues
1
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating