Load into Google Earth Engine from Google Cloud Storage
gcs_to_gee(
gcs_name,
gee_name = fs::path_ext_remove(gcs_name),
properties = "",
gcs_bucket = "offhab_lyrs",
gee_asset = "projects/ee-offhab/assets/lyrs_aphia_web",
pyramiding_policy = "MEAN",
missing_data = 255
)
Google Cloud Storage (GCS) file name
Google Earth Engine (GEE) file name (cannot have .
);
defaults to gcs_name
without the file extension
a list of properties or blank (default: ""
)
GCS bucket (like a folder) for containing gcs_name
; default: "offhab_lyrs"
GEE asset (like a folder) for containing gee_name
; default: "projects/ee-offhab/assets/lyrs_aphia_web"
GEE pyramiding; default: "MEAN" (but if categorical data want something else here)
GEE missing data; default: 255 (but need something esle if not INT1U)
string of {gee_asset}/{gee_name}
to reference image in GEE