ParkenDD / park-api-v3

MIT License
1 stars 1 forks source link

fix calculating geo distance, output it at cli client and csv #162

Closed the-infinity closed 2 months ago

the-infinity commented 2 months ago

1) simple, fast Geo-searches are not very precise 2) using libraries for Geo-stuff is better then trying to make simple faster approaches, because db takes most time anyway 3) Python has NaN support (WHY?! -.- )