s1etad.kmz module

Support for Google KMZ preview generation.

class s1etad.kmz.Sentinel1EtadKmlWriter(etad, corrections=None, timespan=30, selection=None, decimation_factor=1, colorizing=True, open_folders=False)[source]

Bases: object

Writer for ETAD KML/KMZ files.

add_burst_footprints()[source]

Add the footprint of a burst to the KML file.

add_ground_overlays(outpath)[source]

Add the ground overlay to the KML file.

add_overall_footprint()[source]

Add the overall footprint to the KML file.

save(outpath='preview.kmz')[source]

Save the KMZ file for the ETAD product.

set_timespan(duration=30, range_=1500000)[source]

Set the time span in the KML file.

DEFAULT_CORRECTIONS = (ECorrectionType.SUM, ECorrectionType.TROPOSPHERIC)
DEFAULT_LOOKAT_RANGE = 1500000
DEFAULT_OPEN_FOLDER = False
DEFAULT_TIMESPAN = 30
s1etad.kmz.etad_to_kmz(etad, outpath=None, *args, **kargs)[source]

Generate a KMZ file from an ETAD product.