🌐
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

Was this helpful?

  1. How to Use Google Earth Engine
  2. Using the Code Editor
  3. Objects and Methods

ee.Geometry

Previousee.ImageCollectionNextee.Feature and FeatureCollection

Last updated 3 years ago

Was this helpful?

Geometries such as Points, Lines and Polygons (vector data) can be manually drawn on the map view and automatically imported to the Code Editor:

Geometries can also be constructed in the CodeEditor, using the following notation:

ee.Geometry(geoJson, geodesic, evenOdd)

The GEE Reference guide has more information:

https://developers.google.com/earth-engine/apidocs/ee-geometry
Adding a point to the map - here I've placed a pin at Rothera, and it has imported the data as a geometry.