MosaicImport

MosaicImport is an object representing attributes to create a Mosaic.

Input Fields

acres (Float)

The number of acres the mosaic contains (Minimum is 0 and Maximum is 999,999,999,999).

additional_files ([FileImport!])

An array of FileImport objects specifying additional files to attach to the mosaic. Note that for each object, file_key and file_type are required, filename is optional, and all other arguments are ignored.

analytic_sentera_id (ID)

The ID of the analytic that is fulfilled through this mosaic. If not the result of an analytic then do not provide.

area (AreaInput)

Area covered by the mosaic. Value in area will be used if both acres and area are provided.

bands ([MosaicBandInput!])

Information about the bands in this mosaic GeoTIFF.

calculated_index (CalculatedIndex)

An index such as NDVI or NDRE calculated for this mosaic.

camera_profile (String)

Camera profile used to create the scheme of the images that are used to generate this mosaic (Maximum of 1,000 characters).

captured_at (ISO8601DateTime)

(Required to Create) The date and time when this mosaic was captured.

color_applied (ColorApplied)

The type of color applied to the mosaic.

deliverable_key (DeliverableKey)

The identifier for this type of mosaic when it is the deliverable on an order. Used by Sentera, not expected to be used by customers.

file_keys ([FileKey!])

File keys obtained via the create_file_upload or create_file_uploads mutations which represent the .tif file and optional .prj and .tfw files.

image_status (MosaicImageStatus)

The status of this mosaic.

is_from_sentera_sensor (Boolean)

Indicator stating if the images for this mosaic were collected by a Sentera sensor.

message (String)

A general message associated with this mosaic (Maximum of 1,000 characters).

mosaic_type (MosaicImportType)

The type of the mosaic.

name (String)

Name of the mosaic. Default name will be generated using quality information e.g. Full Mosaic Custom (Maximum of 255 characters).

quality (MosaicQuality)

The quality indicator for this mosaic. Default value is FULL.

released (Boolean)

Indicator of whether or not to release the mosaic. Default value is true when creating.

sentera_id (ID)

(Required on Update) The ID of an existing mosaic. Will cause the existing mosaic to be updated.

spatial_resolution (Int)

Physical dimension that represents a pixel of the images used to generate this mosaic.

style_properties (MosaicStylePropertiesInput)

Style properties to be used when rendering a mosaic layer by a FieldAgent client.