Skip to the content.

Google Earth Engine (GEE) has become an extremely popular option for cloud geocomputation. It has been around much longer than most other options, and it is the computational infrastructure that sits beneath a number of groundbreaking studies and datasets (e.g., the Hansen global forest change dataset). It is a really powerful cloud environment with a really nice, high-level Javascript (and Python) API that abstracts away nearly all considerations of data management and parallelization, allowing a researcher to write simple, expressive code the jumps directly into the analytical computational steps. This comes with a few trade-offs, IMHO, including:

Beyond that, GEE’s own documentation and the many other tutorials, discussion boards, and StackExchange posts that are available on the web are a much better resource than I could ever hope to recreate.