Johan von Forstner

Results 283 comments of Johan von Forstner
trafficstars

Thanks a lot! 👍 For development purposes I've set up your script on a temporary server that makes it available (served gzip-compressed) at https://evmap-dev.vonforst.net/charging-stations-osm.json (please only use this URL for...

> No, there is no validation or schema. Both keys and values are always strings. Okay, then we should keep it that way and handle the conversion within the app...

Thanks for the progress update, and sorry for the late reply! I think it is possible to process a large JSON array in a streaming-based fashion without changing to a...

I've added a proposal for restructuring the DB in #157 - with this change we'll be able to use the `ChargeLocation` table for local data storage.

Nice! Yes, it makes sense to make the power information nullable as it's not always available on OSM. Only regarding the [conversion for the Chargeprice API](https://github.com/dbrgn/EVMap/commit/2598e69aafc051f851ad3b1d9cfe68984bba9558#diff-973bf91c823960e6e16acbd0a7efba7d896785fde2c50c448e4df059008c0ef7R55) I would rather have...

Thanks! I hope I can continue to work on this soon, the last few days have been pretty stressful at work. I started a (not yet functional) implementation for offline...

Hmm, it seems that while DB queries like ``` SELECT * FROM chargelocation WHERE dataSource == :dataSource AND lat >= :lat1 AND lat = :lng1 AND lng

Today I spent a couple of hours again to try and get [spatia-room](https://github.com/anboralabs/spatia-room) to work. Unfortunately it seems to only be a part of the solution: It does make it...

@dalgarins Hey, thanks for your help! Creating an initial DB and loading that is not a good option in this case, as we need to migrate the data from the...

Yes, it seems that most car manufacturers are very restrictive about what data their cars provide to Android Auto and thus to EVMap (see also https://issuetracker.google.com/issues/201790851). My Zoe also only...