Managing Assets

To upload and manage geospatial datasets, use the Asset Manager in the Code Editor. The Asset Manager is on the Assets tab at the left side of the Code Editor (Figure 1). See Importing Raster Data for instructions on uploading raster (image) data and Importing Table Data for instructions on uploading table data. Your assets are initially private, but may be shared with others. See the Sharing Assets section for details.

Datasets uploaded through the Asset Manager become private assets in a folder owned by your user account. The space allocated to each user account for storing assets is limited by a quota. Quota usage is measured by the total number and the compressed size of stored assets. To see how much of your asset quota is in use, hover over users/username and click the icon.

assets
Figure 1. The asset manager.

Importing assets to your script

You can import an asset to your script by hovering over the asset name in the Asset Manager and clicking the icon.

If you click on the asset name, a dialog box with the asset description appears. From the asset description dialog, click the Import button to add the asset to the imports section of your script. Alternatively, copy the asset ID into the Image, ImageCollection or FeatureCollection constructor. For example:

var image = ee.Image('users/yourfolder/yourimage');

Managing assets

Manage assets in your user folder by clicking on the asset name. A dialog will present information about the asset, including a preview thumbnail, an editable list of metadata properties, and buttons to import, share, or delete your asset (Figure 3). The asset dialog also supports markdown editing for its description. Note that properties with names prefixed by system: are read-only (except for the standard time properties), and that properties cannot be edited.

Add a new folder or ImageCollection by clicking on the red “NEW” button and then selecting either “Image collection” or “Folder" at the bottom of the dialog box. Move images and collections into folders with drag and drop. Copy images into an image collection by dragging them to the collection. Click on the image collection to open a dialog that will let you add and remove images from the collection.

Asset_manager_information
Figure 3. Asset information dialog.

You can click the Delete button to delete the asset. It will ask you to confirm whether you really want to delete the asset. Use the delete button with caution. If you unintentionally delete an asset, you will have to create it again.

Sharing assets

Click the Share button to configure access to your private assets. You can also share by hovering over the asset and clicking the icon. The sharing dialog (Figure 4) lets you configure read or write access for individuals, members of a specified Google Group (learn more about Google Groups) and Earth Engine Apps. To make an asset public, check the 'Anyone can read' box. To allow an Earth Engine App to view an asset, select the App name from the drop-down list.

assets
Figure 4. Asset sharing dialog.