Converters¶
aeronet.converters.split module¶
-
aeronet.converters.split.split(src_fp, dst_fp, channels, exist_ok=True)[source]¶ Split multi-band tiff to separate bands
This is necessary to prepare the source multi-band data for use with the BandCollection
Parameters: - src_fp – file path to multi-band tiff
- dst_fp – destination path to band collections
- channels – names for bands
- exist_ok –
Returns: BandCollection