Unmanned Aircraft System (UAS)

Contents

Map

Here is a map to find safe flight locations for drones, model airplanes
and other unmanned aerial vehicles (UAVs) in Austria:

Model Flying Fields in Austria

GeoJSON

This map loads the data from the following GeoJSON files:

OeAeC_MOD_001-i16a_modellflugplaetze.geojson
Data source: OeAeC_MOD_001-i16a_modellflugplaetze.pdf
austrocontrol_zones.geojson
Data source: https://utm.dronespace.at/avm/
dji_geozones_at.geojson
Data source: https://fly-safe.dji.com/nfz/nfz-query

DJI FPV

SRT files

The DJI FPV drone records SRT files to track GPS coordinates and other
information during a flight.

dji_fpv_srt_telemetry.py

This Python script reads the recorded SRT file and calculates height,
vertical speed, horizontal speed and direction. The output is written as
a subtitle file (WebVTT, SRT) that can be used as an overlay for videos:

DJI FPV SRT Telemetry

dji_fpv_srt_geojson.py

This Python script reads the SRT file and writes the recorded flight track
as GeoJSON LineString that can be used as an overlay for maps:

DJI FPV SRT GeoJSON

Tello

SDK

The Tello drone provides an API to control the drone, to receive the stream
from the camera, and to receive status information.

tello_rc.py

This Python script shows the video stream of the drone's camera on screen
and allows you to control the drone via keyboard and/or gamepad:

Tello RC