Earth Engine module |
|
---|---|
Main Earth Engine module |
|
rgee: An R package for interacting with Google Earth Engine |
|
Install |
|
Create an isolated Python virtual environment with all rgee dependencies. |
|
Specify a Python environment for rgee |
|
Upgrade the Earth Engine Python API |
|
Checking |
|
|
Interface to check Python and non-R dependencies |
Monitoring Earth Engine task progress |
|
Clean |
|
Delete files from either a Folder (Google Drive) or a Bucket (GCS) |
|
Remove rgee system variables from .Renviron |
|
Clean credentials for a specific user |
|
Session management |
|
Authenticate and Initialize Earth Engine |
|
Prompts the user to authorize access to Earth Engine via OAuth2. |
|
Earth Engine API version |
|
Display the credentials and general info of the initialized user |
|
Display the credentials of all users as a table |
|
Get the Asset home name |
|
Get the path where the credentials are stored |
|
Date |
|
Pass an Earth Engine date object to R |
|
Pass an R date object to Earth Engine |
|
Get the date of a EE Image |
|
Get the date of a EE ImageCollection |
|
Visualization |
|
R6 object (Map) to display Earth Engine (EE) spatial objects |
|
R6 class to display Earth Engine (EE) spatial objects |
|
EarthEngineMap + EarthEngineMap; adds data from the second map to the first |
|
Image download |
|
Convert an Earth Engine (EE) image in a raster object |
|
Convert an Earth Engine (EE) image in a SpatRaster object |
|
Convert an Earth Engine (EE) image in a stars object |
|
Create an R spatial gridded object from an EE thumbnail image |
|
Creates a task to export an EE Image to their EE Assets. |
|
Creates a task to export an EE Image to Drive. |
|
Creates a task to export an EE Image to Google Cloud Storage. |
|
Approximate size of an EE Image object |
|
Save an EE ImageCollection to the local system. |
|
Vector download |
|
Convert an Earth Engine table into a sf object |
|
Creates a task to export a FeatureCollection to an EE table asset. |
|
Creates a task to export a FeatureCollection to Google Drive. |
|
Creates a task to export a FeatureCollection to Google Cloud Storage. |
|
Generic download |
|
Move results from Google Drive to a local directory |
|
Move results from Google Cloud Storage to a local directory |
|
Assets management |
|
|
Interface to manage the Earth Engine Asset |
Upload raster |
|
Convert a stars or stars-proxy object into an EE Image object |
|
Convert a Raster* object into an EE Image object |
|
Move a GeoTIFF image from GCS to their EE assets |
|
Upload vector |
|
Move a zipped shapefile from GCS to their EE Assets |
|
Convert an sf object to an EE object |
|
Upload generic |
|
Upload local files to Google Cloud Storage |
|
Extract values |
|
Extract values from EE Images or ImageCollections objects |
|
Helper functions |
|
Documentation for Earth Engine Objects |
|
Print and return metadata about Spatial Earth Engine Objects |
|
print Earth Engine object |
|
Monitoring Earth Engine task progress |
|
Utils |
|
Convert between Python and R objects |
|
Wrap an R function in a Python function with the same signature. |
|
Create a zip file from an sf object |
|
Convert an R list into a JSON file in the temp() file |
|
Create a manifest to upload an image |
|
Create a manifest to upload a table |
|
Convert EPSG, ESRI or SR-ORG code into a OGC WKT |
|
The value of a future or the values of all elements in a container |
|
Search into the Earth Engine Data Catalog |
|
Return metadata of a COG tile server |
|
Stores a Service account key (SaK) inside the EE folder |
|
Validate a Service account key (SaK) |