CRAN Release 0.2.0
rgeedim 0.2.0
-
Updates to support new image export to asset functionality in geedim 1.6+
-
Added
gd_export()
, a helper method for exporting images to Google Drive, Google Cloud Storage Bucket, or Earth Engine Project assets. -
Added
gd_export_types()
"ExportType"
enum helper function -
Added
gd_asset_id()
, a helper method for creating asset IDs from a file/asset name and (optional) project name. -
Added
gd_get_asset()
,gd_update_asset()
, andgd_delete_asset()
, helper functions for accessing, updating and deleting assets created in a Google Cloud project (i.e. those created viagd_export(..., type="asset")
)
-
rgeedim 0.1.1
- Fix for R <4.1 compatibility (replaced lambda
\(x)
function syntax, replacedapply(..., simplify=FALSE)
usage)