Functions

caris.coverage.identify()

Identify a csar file as a Cloud, Raster, or VRS.

Only use one of filename or uri (use named parameters for uri)

Keyword Arguments:
 
  • filename (str) – The filename of the csar file
  • uri (str) – The uri of the csar file
Returns:

DatasetType

caris.coverage.generate_polygon()

generate a bounding polygon around a coverage

Parameters:coverage – A Raster, Cloud, or VRS instance
Returns:WKT representing the generated polygon