Danilo Bargen

Results 602 comments of Danilo Bargen

Other ideas: Cross-country, Acro, Proximity Flying, Night flying, etc. Since some of these might be individual, I wonder if having a tagging system would be the better approach... We could...

This is about flights, not locations 🙂 I personally want to be able to see/filter flights that were made as part of a hike&fly competition, for example. Or full-moon flights....

Do you have a good idea on how to solve this? Probably we'll have to implement more elaborate log separator detection.

@johan12345 the initial fix was very easy, see https://github.com/ev-map/evmap-osm/pull/1. This does not yet include any details on chargepoints, etc. I looked at the options for querying, and it seems like...

> Right. brand would be the equivalent of what EVMap calls network, right? I would assume so, but it's a bit tricky. The OSM wiki writes: _The verifiable brand displayed...

Updated data preprocessor is WIP here: https://github.com/dbrgn/evmap-osm/pull/2

@johan12345 yes, that's the missing part. When working on it more, I realized that doing this in-memory will not be efficient for a large number of elements without an index....

> [@dbrgn](https://github.com/dbrgn) With "loading all OSM data", do you mean all the chargepoint data from the Overpass API, or the whole Planet.osm file? The latter would probably be quite resource-intensive...

Ah, I just checked https://wiki.openstreetmap.org/wiki/Planet.osm, and found some interesting information: - Planet files are generated weekly, so more frequent updates won't help anyways - There is a torrent available that...

> I understand Overpass can't easily do the query to find out which nodes are within which area - but couldn't it be used to just export all the charging...