skytracker.services.state.get_area#

async skytracker.services.state.get_area(storage: Storage, south: float, north: float, west: float, east: float, limit: int) list[MapState]#

Get the latest batch of aircraft states within a specific area

Parameters:
  • storage (Storage) – backend storage manager

  • south (float) – minimum latitude [deg]

  • north (float) – maximum latitude [deg]

  • west (float) – minimum longitude [deg]

  • east (float) – maximum longitude [deg]

  • limit (int) – maximum number of states to return (0=all)

Returns:

list of aircraft map states

Return type:

list[MapState]