leirn / navdata

REST API to get information about airports and navaids
0 stars 0 forks source link

Add "nearest" function #11

Closed leirn closed 9 months ago

leirn commented 9 months ago

Offer a way to request the nth airports or navaids that are the closest to specific lat/lon coordinates

leirn commented 9 months ago

SQLite does not offer spatial requests, especially nearest or distance like methods.

First the app need to evolve to support multiple data backend, according to #12