Google Earth Engine REST · JSON-LD Context

Earth Engine Context

JSON-LD context defining the semantic vocabulary for Earth Engine from Google Earth Engine REST.

12 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gee: https://earthengine.googleapis.com/v1/

Classes

EarthEngineAsset ImageCollection name id title description type geometry sizeBytes bands crsCode properties

Properties

Property Type Container
updateTime schema:DateTime
startTime schema:DateTime
endTime schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gee": "https://earthengine.googleapis.com/v1/",
    "EarthEngineAsset": "schema:Dataset",
    "ImageCollection": "schema:DataCatalog",
    "name": "schema:name",
    "id": "schema:identifier",
    "title": "schema:headline",
    "description": "schema:description",
    "type": "schema:additionalType",
    "updateTime": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "startTime": {
      "@id": "schema:temporalCoverage",
      "@type": "schema:DateTime"
    },
    "endTime": {
      "@id": "schema:expires",
      "@type": "schema:DateTime"
    },
    "geometry": "schema:spatialCoverage",
    "sizeBytes": "schema:contentSize",
    "bands": "schema:variableMeasured",
    "crsCode": "schema:variableMeasured",
    "properties": "schema:additionalProperty"
  }
}