Converters

aeronet.converters.dg module

class aeronet.converters.dg.DGImage(image_id)[source]

Bases: object

fetch(*args, **kwargs)[source]
load(*args, **kwargs)[source]
transform(dst_path, channels)[source]
aeronet.converters.dg.get_meta(gbdx_image)[source]

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