Geometry types

Learn about AOIs and POIs.


Overview

To order geospatial collections, you need to specify a geometry that you want to get. Different collections accept different geometry types.

Comparison

Area of interest (AOI)

A polygon, that is, a two-dimensional closed shape, defined by geographical coordinates. The first and last coordinate pairs of a polygon are identical. A single polygon or an upload file with multipart polygons should contain no more than 999 vertices.

Depending on the collection, you will get one of the following when ordering an AOI:

  • Full scenes intersecting the AOI
  • The exact area you defined

Point of interest (POI)

A point, that is, a specific location, defined by longitude and latitude. A file with multipart points should contain no more than 999 vertices.

When ordering a POI, you will get a full scene centered on the defined POI.

Geometry support

Geometry typeSupported for taskingSupported in catalog
Single AOIFunctionality supported inline-icon-largeFunctionality supported inline-icon-large
Multipart AOIFunctionality supported inline-icon-largeFunctionality not supported inline-icon-large
Single POIFunctionality supported inline-icon-largeFunctionality not supported inline-icon-large
Multipart POIFunctionality supported inline-icon-largeFunctionality not supported inline-icon-large

Allowed feature types

Geometry typeAllowed on the platform
Point Functionality supported inline-icon-large
Polygon Functionality supported inline-icon-large
LineString Functionality not supported inline-icon-large
MultiPoint Functionality not supported inline-icon-large
MultiLineString Functionality not supported inline-icon-large
MultiPolygon Functionality not supported inline-icon-large