ee: Main Earth Engine module

eeR Documentation

Main Earth Engine module

Description

Interface to main Earth Engine module. Provides access to the top level classes and functions as well as sub-modules (e.g. ee$Image, ee$FeatureCollection$first, etc.).

Usage

ee

Format

Earth Engine module

Examples

## Not run: 
library(rgee)

ee_Initialize()

ee_img <- ee$Image(0)
ee_ic <- ee$ImageCollection(ee_img)

print(ee_img$getInfo())
print(ee_ic$getInfo())

## End(Not run)

r-spatial/rgee documentation built on July 4, 2024, 9:33 a.m.