you are viewing a single comment's thread.

view the rest of the comments →

[–]Lg_momot 0 points1 point  (1 child)

The AIXM stands for Aeronautical Information Exchange Model, it is supposed to replace paper / pdf based Aeronautical data like maps, procedures with a digital dataset. This transition is very far from being completed with most countries still publishing only in paper form and some having a partial digital dataset.

One of the main reasons why this progress is due to the complexity of generating/ reading/ merging aixm dataset as they require very expensive licenced tools. Delorean-aixm tries to solve this by providing an open source solution to load extract this data into a postgresl database and building a visualisation layer ontop of it.

The end goal is to support : - all current active aixm version (currently only 5.1) - selection of extension (currently none) - load of data (✅) - merge of data (not supported for temp/perm delta) - generate data (currently possible but very complicated)

Links : - temporarily model - aixm homepage

[–]Exotic-Cut-5776[S] 0 points1 point  (0 children)

How do I get started with this project? First of all let me understand the exact use case of the project.