Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Tom Hughes
On 14/02/2019 14:42, Wolfgang Fahl wrote: Indeed I intend to create my own website with a database that "synchronizes" with other sites. So the bulk operations will be limited to initially filling the database and synchronize changes that might arise e.g. from checking records against user

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Wolfgang Fahl
Tom Hughes wrote: Am 14.02.19 um 15:37 schrieb Tom Hughes: > On 14/02/2019 11:41, Wolfgang Fahl wrote: > >> For the "where" part I need access to a list of vehicle charging >> stations. I tried the following options: > > ... > >> For integration openstreetmap I'd need some input and advice. >> >>

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Tom Hughes
On 14/02/2019 11:41, Wolfgang Fahl wrote: For the "where" part I need access to a list of vehicle charging stations. I tried the following options: ... For integration openstreetmap I'd need some input and advice. Currently I am looking for a java library to be useable and I found:

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Sebastian Kürten
Hi Wolfgang, concerning Java integration, you can also have a look at osm4j[1]. It's a library I maintain for processing OSM data in Java. Here's a tutorial[2]. You can use it to retrieve and process data from various sources and file formats, including Overpass API, which might be the most

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Nick Whitelegg
... that is westnordost/osmapi. Nick From: Nick Whitelegg Sent: 14 February 2019 14:05:06 To: Wolfgang Fahl; dev@openstreetmap.org Subject: Re: [OSM-dev] Synchronizing Charge Station Data Hello Wolfgang, I can tell you osmapi is very good - I've used it in

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Nick Whitelegg
Hello Wolfgang, I can tell you osmapi is very good - I've used it in my own editing project. Let me know if you need any help with it. Nick From: Wolfgang Fahl Sent: 14 February 2019 11:41:09 To: dev@openstreetmap.org Subject: [OSM-dev] Synchronizing

[OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Wolfgang Fahl
Dear openstreetmap developers, a few days ago I started making a software project open source that I created about a year ago. The goal is to be able to track the charging of electrical vehicles with info like - where - when - with how much energy the EV was charged. For the "where" part I