Marc
f08381b5f7
fix AGL/AMSL token handling
11 years ago
Marc
4a824ca845
bug fix: bad handling of Flight levels, bad handling of boolean field
11 years ago
Marc Poulhies
0cd98fb160
change date format to please django import script
11 years ago
Marc Poulhies
a616ded60e
change Date to String (no support for DateTime in shp...)
11 years ago
Marc
7791bcd8e2
change SHP field org to comply with format constraints
11 years ago
Marc Poulhies
dda89dc050
change shp field org
11 years ago
Marc Poulhies
96a4c0d680
floor/ceiling are not list, this was wrong understanding of bad openair use
11 years ago
Marc Poulhies
f9020691e2
remove "axe"s from DB
11 years ago
Marc Poulhies
8f2be0414b
parser not sensible to case in coords (N vs n, W/w, S/s, ...)
11 years ago
Marc Poulhies
5f6b837dd6
fix grammar: generate python.
11 years ago
Marc Poulhies
7925096706
fix arc direction syntax, move the zone name at the top (kind of how it's always done)
11 years ago
Marc Poulhies
7b7171e911
antlr is happy now
11 years ago
Marc Poulhies
17b4b948f6
remove style info, switch to utf-8
11 years ago
Marc Poulhies
d293716ebc
grammar change:
- ASFC == AGL => keep only AGL in AST
- ASL == AMSL => keep only AMSL in AST
- SFC == GND => keep only SFC in AST
Do not convert feet in meters, keep unit in AST. Avoid later rounding.
SFC can't be used in place of 'ASFC' or 'AGL' anymore.
11 years ago
Marc Poulhies
b8ef36740c
fix R164C Epinal ( http://admi.net/jo/20080313/DEFL0801887A.html )
11 years ago
Marc Poulhies
59275fa1d8
fix R5 A1 Chaumont ( http://www.ourairports.com/airports/LFJA/pilot-info.html )
11 years ago
Marc Poulhies
5b46ba6eb4
fix R5 B1 Chaumont ( https://pilotweb.nas.faa.gov/PilotWeb/notamRetrievalByICAOAction.do?method=displayByICAOs&reportType=RAW&formatType=DOMESTIC&retrieveLocId=LFQX&actionType=notamRetrievalByICAOs )
11 years ago
Marc Poulhies
0ff44e2bd1
fix R164B Epinal ( http://admi.net/jo/20080313/DEFL0801887A.html )
11 years ago
Marc Poulhies
e1d2f66236
fix LF-R5 A2 ( https://pilotweb.nas.faa.gov/PilotWeb/notamRetrievalByICAOAction.do?method=displayByICAOs&formatType=ICAO&retrieveLocId=LFJA&reportType=RAW&actionType=notamRetrievalByICAOs )
11 years ago
Marc Poulhies
06c8bb3b71
add latest france airspace, before customization
11 years ago
Marc
bf9f7aae4e
Merge branch 'master' of github.com:dkm/airspace-checker
11 years ago
Marc
2582d61f17
bug fix : radius for circle is in Nautical Mile, not meters !
First convert to meters (1nm = 1852m)
11 years ago
Marc
fa0038a2ba
fix indentation !
11 years ago
Marc Poulhiès
6a1c8bdcac
web interface knows how to load intersection results from JSON.
11 years ago
Marc Poulhiès
2f1227a80c
dumps a JSON array containing GeoJSON objects (1 per intersected zone)
11 years ago
Marc Poulhiès
eb23cac9ee
an intersection has a multilinestring, no need for a GeometryCollection.
11 years ago
Marc Poulhiès
ba3628a472
move jquery in js
11 years ago
Marc Poulhiès
7158b7d0ec
handle new GeoJSON repr:
intersections is an array of GeoJSON object. It is NOT a GeoJSON object by itself.
11 years ago
Marc Poulhiès
d084b45578
a geometrycollection can contain only geometries (zone is a feature).
Change the geojson repr for intersection to a FeatureCollection.
Drawback: no GeoJSON can contain a list of featurecollections, thus nothing can contain the list of intersections.
11 years ago
Marc Poulhiès
d612398b73
fix bug: geojson does not like alti
+ indentation in comments
11 years ago
Marc
8d11da56ea
add few comments/doc
11 years ago
Marc
5321646b6b
intersector now creates Intersection object.
Exports to GeoJSON if needed (Intersection obj has geointerface)
11 years ago
Marc
850259862d
altitude resolver change:
- random for debug
- move altiresolver creation in intersector
11 years ago
Marc
f432c5925f
fix intersector to use new zone obj
11 years ago
Marc
34b352f8ef
utf8 in parser
11 years ago
Marc
c2ffcc5cc6
regular change to airspace : remove axe, fix case prob
11 years ago
Marc
cb8ce624d6
few fix on latest zones
11 years ago
Marc
abd839f72a
original France2011-03a.txt file
11 years ago
Marc
cb1cac0d8a
move data
11 years ago
Marc
c50b3c67a6
example use of airspace.js
11 years ago
Marc
9497e51722
split airspace in different layers
11 years ago
Marc
02318f4842
airspace javascript, relies on dumpjson script
11 years ago
Marc
a06efe56b0
styles from openlayers examples
11 years ago
Marc
be500665bd
add jquery and openlayers libraries
11 years ago
Marc Poulhiès
358570be52
split space wrt. class [wip]
11 years ago
Marc Poulhiès
9163ec5601
fix typo in openair data
11 years ago
Marc Poulhiès
c8b656858e
converts file to utf8 to avoid charset problems => everything utf8 everywhere.
11 years ago
Marc Poulhiès
6bf586ba43
zone obj provides geo interface for easy interfacing with geojson
11 years ago
Marc
7a8bffb7bb
try an export of airspace to json in order to use openlayers
11 years ago
Marc
72304815d7
keep output of intersector simple.
11 years ago