Position

class bandicoot.Position(antenna=None, location=None)

Data structure storing a generic location. Can be instantiated with either an antenna or a gps location. Printing out the position will show which was used to instantiate it.

Attributes:
antenna : str or int

A unique identifier of the antenna

position : tuple

A tuple (lat, lon) with the latitude and longitude of the antenna, encoded as floating point numbers.

Methods

type