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:
- 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.
See more of what you can do with GEE by Creating Charts
Exporting vector data in GEE