jlmcgraw / processFaaData

Process free 28 day FAA NASR (National Airspace System Resources) data to create an sqlite database. Also creates the spatialite databases for the aviation map
GNU General Public License v3.0
26 stars 11 forks source link

Tips for anyone having issues #15

Open ExaltedStudios opened 1 year ago

ExaltedStudios commented 1 year ago

Thank you very much for making this. Saved me a lot of time on a 'for fun' project.

The docker version does not seem to work. Tried working through each error, but ultimately gave up.

However, got it working fine on Unbuntu using a VM. At first it gives an error: "FSS-FSS does not contain column "latitude"" and it exits without finishing.

To work around this, you can go into parse_nasr.pl and uncomment lines 158, 159, 160, and 161. Then removing "FSS" from the list of keys on line 160.

Re-run the scripts and it will then build the DB. I don't personally need FSS so should be fine from here. Still felt worth mentioning.