biopython v1.71.0 Bio.Phylo.PhyloXML.Point
Geographic coordinates of a point, with an optional altitude.
Used by element ‘Distribution’.
:Parameters:
geodetic_datum : string, required
the geodetic datum (also called 'map datum'). For example, Google's
KML uses 'WGS84'.
lat : numeric
latitude
long : numeric
longitude
alt : numeric
altitude
alt_unit : string
unit for the altitude (e.g. 'meter')
Link to this section Summary
Functions
Initialize value for the Point object
Link to this section Functions
Link to this function
__init__()
Initialize value for the Point object.