look_for_prod_band_file#
- look_for_prod_band_file(prod: Product, band: str | SpectralBandNames | SarBandNames | CloudsBandNames | DemBandNames | BandNames, pixel_size: float, **kwargs)[source]#
Look for a product’s band file
- Parameters:
prod (Product) – Product to look in
band (BandType) – Band to look for
pixel_size (float) – Pixel size in meters (if needed)
**kwargs – Other args
- Returns:
Band file path
- Return type:
AnyPathType