Surface

class caris.bathy.db.Surface((object)arg1, (int)id, (Database)database, (bool)isProduct)

Bases: Object

download_bathymetry((str)file_name) → None

Download the bathymetry file associated with the surface.

Parameters:file_name (str) – The location, including file name, of the file to create.
is_product

Flag that indicates if the surface is a product of a combine.

Type:boolean
is_raster

Flag that indicates if the surface is a raster.

Type:boolean
iso_metadata

The ISO 19115 xml metadata associated with the surface.

Type:str
upload_bathymetry((str)file_name) → None

Upload a new bathymetry file to the surface.

Parameters:file_name (str) – The full path of the file to upload.
uri

The Uniform Resource Identifier (URI) of the surface.

Type:str