All Projects → samapriya → Earth-Engine-Datasets-List

samapriya / Earth-Engine-Datasets-List

Licence: MIT license
List of all datasets included in Google Earth Engine (generated from https://developers.google.com/earth-engine/datasets/catalog/)

Projects that are alternatives of or similar to Earth-Engine-Datasets-List

wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+94.83%)
Mutual labels:  earth-engine
restee
Python package to call processed EE objects via the REST API to local data
Stars: ✭ 26 (-55.17%)
Mutual labels:  earth-engine
CRC4Docker
Python scripts for the textbook "Image Analysis, Classification and Change Detection in Remote Sensing, Fourth Revised Edition"
Stars: ✭ 84 (+44.83%)
Mutual labels:  earth-engine
spectral
Awesome Spectral Indices for the Google Earth Engine JavaScript API (Code Editor).
Stars: ✭ 68 (+17.24%)
Mutual labels:  earth-engine
cartoee
Publication quality maps using Earth Engine and Cartopy
Stars: ✭ 38 (-34.48%)
Mutual labels:  earth-engine
earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (+31.03%)
Mutual labels:  earth-engine
spyndex
Awesome Spectral Indices in Python.
Stars: ✭ 56 (-3.45%)
Mutual labels:  earth-engine
awesome-earth-engine-apps
A collection of all public Google Earth Engine Apps.
Stars: ✭ 78 (+34.48%)
Mutual labels:  earth-engine
ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (-27.59%)
Mutual labels:  earth-engine
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+515.52%)
Mutual labels:  earth-engine
CoastSat.slope
Beach-face slope estimation from satellite-derived shorelines, extension of the CoastSat toolbox.
Stars: ✭ 42 (-27.59%)
Mutual labels:  earth-engine
geeSharp.js
Pan-sharpening in the Earth Engine code editor
Stars: ✭ 25 (-56.9%)
Mutual labels:  earth-engine
eemont
A python package that extends Google Earth Engine.
Stars: ✭ 290 (+400%)
Mutual labels:  earth-engine
geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (-58.62%)
Mutual labels:  earth-engine
gis-snippets
Some code snippets for GIS tasks
Stars: ✭ 45 (-22.41%)
Mutual labels:  earth-engine
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-65.52%)
Mutual labels:  earth-engine

gee_catalog GEE STAC Catalog Donate

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 datasets are generated as an always updated JSON file as well as 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-03-08 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.

Also check out the awesome-gee-community-datasets project that provides additional datasets to the ones listed here.

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

  • earthengine standalone toolsStandalone tools for Google Earth Engine operations. To get all the tools clone the repo and install requirements. Tools are added adhoc not set frequency but the idea is to be able to bring them to a single place of reference.

  • 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 Github workflow to generate parsed catalog
  • Find most updated version here
  • Now uses STAC 1.0.0-beta.2
  • Now inclues asset url and thumbnail_url
  • Now uses STAC
  • Now includes dataset tags

Now updated every day

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].