🌐
Introduction to Google Earth Engine
  • Google Earth Engine
  • What is Google Earth Engine?
  • How to Use Google Earth Engine
    • GEE Interface Platforms
    • Data Catalog
    • Using the Code Editor
      • Adding Data
      • Objects and Methods
        • ee.Image
        • ee.ImageCollection
        • ee.Geometry
        • ee.Feature and FeatureCollection
      • Image Classification
      • Data Visualisation
  • Useful Resources
Powered by GitBook
On this page
  • From the Data Catalog
  • Adding Local Datasets

Was this helpful?

  1. How to Use Google Earth Engine
  2. Using the Code Editor

Adding Data

PreviousUsing the Code EditorNextObjects and Methods

Last updated 3 years ago

Was this helpful?

There are a number of ways to add raster data to the Code Editor GUI.

From the Data Catalog

From the Code Editor GUI, users can add data using the Search tool or from the Data Catalog, copying the code snippet at the end of the dataset information panel.

Searching for "LIMA" below results in a range of options. In this case, the dataset we're looking for is the Landsat Image Mosaic of Antarctica (LIMA) Pan-sharpened Mosaic.

Clicking "Import" adds the dataset to the Editor as an Image:

Adding Local Datasets

Users can add their own datasets to their Code Editor instance via the Assets tab: