GSTPy.KmlWriterOptions

class GSTPy.KmlWriterOptions

Options for the KML format.

property alternative_global_srs

Set the geoid source srs information as PROJ4 string.

property earth_equatorial_radius

Set the earth equatorial radius of the earth’s ellipsoid.

Only set this if the alternative global Srs does not use the WGS84 ellipsoid. Negative values are “not set” i.e. use WGS84 parameter

property earth_polar_radius

Overwrite the earth polar radius of the earth’s ellipsoid.

Only set this if the alternative global Srs does not use the WGS84 ellipsoid. Negative values are “not set” i.e. use WGS84 parameter

static egm69_geoid_correction()KmlWriterOptions :

Construct with parameters for egm69 geoid correction

Returns

Options with egm69 geoid correction setup.n

Return type

KmlWriterOptions

property geoid_source_srs

Set the geoid source srs information as PROJ4 string.

If set, also set geoid_target_srs.

property geoid_target_srs

Set the geoid target srs information as PROJ4 string.

If set, also set geoid_source_srs.