gee-community/geemap

tif_to_ee?

RGIS-Y opened this issue · 2 comments

RGIS-Y commented

Is there any good way to convert tif/tiff files locally or in the cloud to ee.Image() format in GEE? Please give me the code or suggestions that can be solved, thank you very much.

You'll need to upload GeoTIFF as an Earth Engine asset. You can do this:

The geeup CLI is a nice option too.

giswqs commented

@RGIS-Y As @jdbcode suggested, the recommended way is to ingest your data into Earth Engine. It does not support converting GeoTIFFs to ee.Image on the fly.