Google Earth Engine – How to Get Google Earth Images Using Google Earth Engine

google earthgoogle-earth-engine

Using Google Earth Engine, I'm attempting to save historical Google Earth images. But I can't seem to find it in either "ee.Image" or "ee.ImageCollection". However, there is Landsat, Sentinel, etc. data available. Can anyone tell me how I can get high-resolution Google Earth images using the Google Earth Engine?

Best Answer

I'm sorry, but historical Google Earth images are not publicly available. There is some imagery in Earth Engine that is higher resolution than Sentinel2. You might want to take a look at these datasets to start:

https://developers.google.com/earth-engine/datasets/tags/skysat?hl=en

You may want to save out your results from Earth Engine and then load them into Google Earth. If so, this may help - https://developers.google.com/earth-engine/guides/exporting#exporting-maps

Related Question