Cloud

class caris.coverage.Cloud([filename = ''[, uri = ''[, options = None]]])

CSAR Point Cloud

band_info

The dictionary of (key=band_name, value= BandInfo)

extents

The geographic extents of the point cloud

Type:((x1, y1, z1),(x2, y2, z2)) of double
iso19139_xml

The iso xml metadata.

Type:str
point_count

The total number of points in the point cloud

Type:int
position_band_name

The position band name.

Type:str
query([(vector_string)bands=()[, (object)box=()]]) → BlockIterator

Query values in the Cloud

Parameters:
  • bands ([str]) – Optional list of band names to query. If None all bands will be available.
  • box (((x1, y1), (x2, y2)) of double) – Optional box to query
uri

The uri of the opened csar file

Type:str
wkt_cosys

The coordinate system in WKT format.

Type:str