Skip to main content

geo_tiff

Creates, updates, deletes, gets or lists a geo_tiff resource.

Overview

Namegeo_tiff
TypeResource
Idgoogle.solar.geo_tiff

Fields

NameDatatypeDescription
contentTypestringThe HTTP Content-Type header value specifying the content type of the body.
datastringThe HTTP request/response body as raw binary.
extensionsarrayApplication specific response metadata. Must be set in the first response for streaming APIs.

Methods

NameAccessible byRequired ParamsDescription
getSELECTReturns an image by its ID.

SELECT examples

Returns an image by its ID.

SELECT
contentType,
data,
extensions
FROM google.solar.geo_tiff
;