Skip to content

waypoint

Waypoint(lat, long, cellbox_indx=-1, name=None)

Class representing a waypoint in terms of its latitude, longitude and name

Attributes:

Name Type Description
lat float

the waypoint latitude

long float

the waypoint longitude

name string) (optional

the waypoint name (ex. Falklands, Rothera)

cellbox_indx int

the index of the cellbox that contains this waypoint

Note: All geospatial boundaries are given in a 'EPSG:4326' projection

get_cellbox_indx()

Returns the cellbox id that contains this waypoint

get_latitude()

Returns waypoint latitude

get_longitude()

Returns waypoint longitude

get_name()

Returns waypoint name

set_cellbox_indx(i)

Sets the cellbox id that contains this waypoint