A browser-based 3D map to explore UK government defined no-fly zones:
- https://www.dji.com/uk/flysafe/geo-map
DJI’s GEO System delineates where it is safe to fly, where flight may raise concerns, and where flight is restricted. GEO zones that prohibit flight are implemented around locations such as airports, power plants, and prisons. They are also implemented temporarily around major stadium events, forest fires, or other emergency situations. Certain GEO zones don’t prohibit flight, but do trigger warnings that inform users of potential risks. - Civil Aviation Authority (CAA):
- NATS: UAS Restriction Zones
- Unofficial webisites with 2D representations:
- Clone this repository
- Open a terminal window (Start button followed by typing
cmd
and hitting return) - Make sure you are in this local directory (the one with the
index.htm
file) - Type:
This runs a Web Server on your local PC (using port 80) that serves up the files from this directory
python -m http.server 80
- Open a web browser on the same PC (such as Chrome or Edge)
- In the URL window, type:
This should bring up the 3D view of the world. You can pan and zoom, and select the red no-fly zones for details of each.
http://localhost
- When you are finished, go back to the terminal window and hit
CTRL-C
to terminate the Web Server.