RasterProduct.__init__

RasterProduct.__init__(file: Path | str, vrt_outputdir: Path | str | None = None)[source]

Constructor

Parameters:
  • file (Path or str) – Path to the raster product

  • vrt_outputdir (Path or str, optional, default=None) – Dir where to store the generated VRT image(s). If None, output is in memory.