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

Line # 1 - Bad parse for OBSTACLE: Expected 122 characters but read 128 #3

Closed geospatialmapmashup closed 6 years ago

geospatialmapmashup commented 6 years ago

was trying to process 28DaySubscription_Effective_2017-12-07.zip and I got the following error: Loading NAV: 9000...

Line # 1 - Bad parse for OBSTACLE: Expected 122 characters but read 128

jlmcgraw commented 6 years ago

The FAA updated the obstacle data format (see https://www.faa.gov/air_traffic/flight_info/aeronav/obst_data/)

I updated code to handle this back in June, are you using a recent version?