/Earth-Engine-Datasets-List

List of all datasets included in Google Earth Engine (generated from https://code.earthengine.google.com/datasets/)

MIT LicenseMIT

Updated Dataset List (Included in Google Earth Engine)

The idea is to make this list machine readable so you can programmatically call assets based on filters and to have a list for users who are not yet registered but want to look at the dataset list within earth engine. Register for a free Google Earth Engine account. The table is in the form a csv file with the following setup

id provider title start_date end_date startyear endyear type tags asset_url thumbnail_url
AAFC/ACI Agriculture and Agri-Food Canada Canada AAFC Annual Crop Inventory 2009-01-01 2021-02-15 2009 2020 image_collection aafc, canada, crop, landcover https://developers.google.com/earth-engine/datasets/catalog/AAFC_ACI https://mw1.google.com/ges/dd/images/AAFC_ACI_sample.png

The list allows for datasets to be built into a parser and we can pull these as though a dictionary for making selections before applying any other tool.

Earth Engine Tools

  • geeadd: This tool has had many iterations being developed to intergate additional features to google earthengine's own command line tool. Create an asset report, print your used and remaining quota, give permission to all assets in a folder to users and so on. You can read the first Medium article here. The most updated version lies in the readme and this tool is regularly updated.

  • geeup: As the name suggests this tool was designed to upload both images and tables to Google Earth Engine. This tool functions as a batch uploader while adding additional features to generate metadata, to parse any metadata into manifest and then allowing for you to upload these files into your assets. This tool is constantly updated and the most updated ReadMe should be the best source on usage

  • gee2driveThis tool which allows you to run a terminal environment where your personal and general catalog images are part of a autosuggest feature. This tool allows you to look for images based on names for example " you can search for Sentinel and it will show you full path of images which have the word sentinel in the title". It also creates a report for your image collections and images so apart from the public datasets this can also find your own datasets as well. You can then generate bandlist to make sure all bands you are exporting are of the same type and then export all images that intersect you aoi. This tool was currently updated and updated based on issues ReadMe should be the best source on usage

  • ft2gee: This is a lesser know tool but I wrote this tool so you can convert all your fusion tables into Google Earth Engine assets for continued use after December 2019 when fusion tables are discontinued. If you are interested in using this tool find the Medium article with the complete tutorial here. This tool is not regularly updated but updates are based on GitHub issues.

  • gee-takeout: This was born out of need to migrate all your earthengine assets and codes from one account to the other. This tool basically clones your Google Earth Engine account and is named after Google's beloved tool, Google Take Out. You can read the Medium article and tutorial here. The tool was designed around those migrating between short lived accounts like university accounts and personal google accounts you get to keep. This tool is not regularly updated but updates are based on GitHub issues.

Changelog

  • Now uses STAC 1.0.0-beta.2
  • Now inclues asset url and thumbnail_url
  • Now uses STAC
  • Now includes dataset tags

Last Updated : 2021-02-15 and planned update is every week