
Image Visualization
2020/01/05
Adapted from Google Earth Engine Documentation. You can visualize an image using Map$addLayer(). If you add a layer to the map without any additional parameters, by default the rgee assigns the first …

Image Overview
2020/01/04
Adapted from Google Earth Engine Documentation. raster data are represented as Image objects in Earth Engine. Images are composed of one or more bands and each band has its own name, data type, scale, …

basic rgee - Best practices
2020/01/03
Adapted from Google Earth Engine Documentation. This doc describes coding practices that are intended to maximize the chance of success for complex or expensive Earth Engine computations. […] …

basic rgee - Consideration
2020/01/02
Thanks to reticulate embedding a Python session within an R session, rgee and the Earth Engine Python API share the same modules, classes, functions, and methods. In other words, the logic of the …

basic rgee - First steps
2020/01/01
Google Earth Engine is a computing platform that allows users to run geospatial analysis on Google’s infrastructure. There are several ways to interact with the platform: […] This website is …