alus-it / AirspaceConverter

Tool to convert airspace files between different formats: OpenAir, openAIP, KML/KMZ, Polish and Garmin
https://www.alus.it/AirspaceConverter
GNU General Public License v3.0
37 stars 10 forks source link

kml output -- SchemaData w/o schemaUrl? #96

Closed think-nice-things closed 4 years ago

think-nice-things commented 4 years ago

Hi,

when converting aip airport data to kml airspaceconverter generates kml with SchemaData w/o a schemaUrl attribute. Is this conformant with the the kml specification? As far as I understand the specification, SchemaData has to relate to a schemaUrl.

I discovered this while trying to read the generated kml with python's fastkml module. There fastkml.kml.KML.etree_elements generates errors when working on kml data generated by airspaceconverter.

alus- commented 4 years ago

Hi! first of all: thank you for your interest in this project and thank for reporting this issue.

So if I understand correctly the generated KML is not properly conformant to the used KML schema especially concerning waypoints.

Can you tell me a little more about those errors you get?

alus- commented 4 years ago

Predefined Schema's for airspace and waypoint SchemaData elements has been defined so now every SchemaData will be related to a schema url within the same KML file.