Re: [OSM-dev] API project idea

2017-03-18 Thread Paul Norman
On 3/18/2017 2:23 AM, Subhani Munasinghe wrote: Hi everyone, Can someone please tell me how to get contacted with a mentor of the project idea "Make the website use the API". I would like to know more about that project idea, because I would love to work with Java since I am skilled with

Re: [OSM-dev] Read osmChange files with Pyosmium

2017-03-18 Thread G. Allegri
Hi Sarah, thanks a lot for your replies and for clearing the terms. I was misusing those concepts, now everything is clear and works fine ;) Regards, Giovanni PS: sorry for the late reply but your responses were considered spam by Gmail. Il 18 mar 2017 10:52, "Sarah Hoffmann"

[OSM-dev] [OSM-GSoC] Introduction and doubts about idea

2017-03-18 Thread Isma Rodríguez
Dear OSM dev community. I am Ismael Rodriguez , a Spanish Software Engineer Master student that is very interested in the Google Summer of Code "*Web editor for public transport routes*" idea. I have experience with Leaflet, Web Development, GIS and multiple frontend

[OSM-dev] Spatial data sets for Asymmetric road network

2017-03-18 Thread Debajyoti Ghosh
Sir I got stuck since last 4 months to implement my algorithm on real ASYMMETRIC road network datasets to get results. I have started research work to address LBS queries like NN, k-NN,ANN, . I'm very much confused that I can't interpret data sets as it is given in various uncommon/unknown

[OSM-dev] Setting up local OSM database

2017-03-18 Thread Subhani Munasinghe
Hi, As I was advised, I tried to set up a local copy of the OSM database. There I installed Postgresql and tried to add a new server registration. But it gave an error about the connection. I changed the "listen_addresses" to '*' (all), in "postgresql.conf" and tried again but it gave the

Re: [OSM-dev] Read osmChange files with Pyosmium

2017-03-18 Thread Sarah Hoffmann
Hi again, looking at the code again, it turns out changesets are actually implemented. I suspect that you are mixing up terminology here. A changeset in osmium, is the collection of metadata about a particular set of data that was uploaded. Changeset information is available in a separate file

[OSM-dev] API project idea

2017-03-18 Thread Subhani Munasinghe
Hi everyone, Can someone please tell me how to get contacted with a mentor of the project idea "Make the website use the API". I would like to know more about that project idea, because I would love to work with Java since I am skilled with it. Thanks in advance !

Re: [OSM-dev] collector.hpp instance creation

2017-03-18 Thread Jochen Topf
On Wed, Mar 15, 2017 at 09:42:37PM +0100, Mohamed Abou-Hussein wrote: > I have a technical problem. I am trying to create a collector > collector.hpp. > The typename TCollector vairable, is a class derived from Collector.hpp. So > I know I have to define a new class that inherits from

Re: [OSM-dev] Read osmChange files with Pyosmium

2017-03-18 Thread Sarah Hoffmann
Hi Giovanni, the ChangeSet type is currently not exported into a python type but it's really easy to do. Could you open a feature request at https://github.com/osmcode/pyosmium/issues and I'll see to it to add support for it. Kind regards Sarah On Fri, Mar 17, 2017 at 12:33:01PM +0100, G.