Skip to main content

open_datasource

Function open_datasource 

Source
pub fn open_datasource(uri: &str) -> Result<Box<dyn DataSource>>
Expand description

Opens a data source for the given URI or file path.

Supports:

  • Bare file paths: /path/to/file.tif
  • file:///path/to/file.tif
  • s3://bucket/key
  • gs://bucket/object
  • az://container/blob