You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 years ago | |
---|---|---|
airspace | 12 years ago | |
grammar | 13 years ago | |
src | 12 years ago | |
.gitignore | 13 years ago | |
COPYING | 13 years ago | |
README.rst | 13 years ago | |
build-parser.sh | 13 years ago | |
ideas | 13 years ago | |
oair2shp.py | 13 years ago | |
setup.py | 12 years ago | |
test-intersection-from-oair.py | 13 years ago | |
test-parser.py | 13 years ago |
README.rst
airspace checker
================
airspace-checker aims at being able to check that a given flight did respect the
different airspaces.
Its development is focused on French airspaces + paragliding/hanggliding.
URL:
http://wiki.kataplop.net/wiki/doku.php?id=geek:integrated_paragliding_portal
DOWNLOAD: http://github.com/dkm/airspace-checker
usage
=====
Currently, only the converter from OpenAir format to ESRI Shapefile is (partly)
working:
$ ./oair2shp.py france.txt france.shp
converts the OpenAir file 'france.txt' to 'franche.shp' shapefile.
This shapefile can be converted to KML using ogr2ogr tool:
$ ogr2ogr -f KML france.kml france.shp france
dependencies
============
The GDAL/OGR bindings for python ('python-gdal' package in Debian based distros).
The 'gdal-bin' package can be useful (it contains the 'ogr2ogr' tool).