Export Maps in GEE

Exporting vector data in GEE

This blog shows how to export images from the Google Earth Engine (GEE). This is blog is a continuation of the blog at supervised classification. We will be exporting the classified image to Google Drive as shown below.

The code for exporting the image is as follows:

<!-- wp:code -->
<pre class="wp-block-code"><code>Export.image.toDrive({
  image:classified ,
  description: 'imageToDriveExample',
  scale: 30,
  region: roi
});
</code></pre>
<!-- /wp:code -->
  • Once the code is run, the exportation process is visible on the taskbar as shown below:
GEE interface
  • Clicking the run icon on the taskbar prompts one to enter the details as follows before the file is exported to Google Drive. The exported file can be accessed from Google Drive.
Export options in GEE

See more of what you can do with GEE by Creating Charts

Leave a Reply

Your email address will not be published. Required fields are marked *

More Reading

Post navigation