dbetchkal / NMSIM-Python

A Python-based wrapper for Noise Model Simulation (NMSIM). Eases the creation of input files and joining data from GIS databases.
GNU General Public License v2.0
10 stars 3 forks source link

Generic GPS point to Flight Trajectory Function #6

Open dbetchkal opened 4 years ago

dbetchkal commented 4 years ago

It would be convenient to have a tool to convert generic aviation-related (x, y, z) GPS points to NMSIM trajectory (.trj) files. Right now tracks_within() has a specific solution when provided with a geopandas.GeoDataFrame.

Shapefiles are no problem to convert using geopandas.read_file(), but feature classes would have to be saved as shapefiles, first. An important part of this work would be assessing whether the incoming points have all/partial/none of these fields:

Other changes for a general function include:

dbetchkal commented 3 years ago

Most of these features were added with 0e2332f42e9e27bd909ba77f7fabcd8a46f25a86 and I've converted the rest to checkboxes.