[OSM-dev] Detect editions in an area

2017-02-23 Thread toni hernández

Hello guys,

The town hall where I live has decided to upload all the information 
they have referring to streets, streets numbers and buildings. Good news!!


Once they have uploaded all this information, they need to keep this 
information up-to-date. That's why they want some tool that allows them 
to detect any new edition in the municipality.


In your expert opinion, what is the best tool/approach to achieve that?

thanks all.


--
*Toni Hernández Vallès*
Servei de Sistemes d'Informació Geogràfica i Teledetecció
-
Universitat de Girona
*SIGTE*
-
Pl. Ferrater Mora 1
17071 Girona
Tel +34 972 418 039 (7026 intern)
t...@sigte.udg.edu 

http://www.sigte.udg.edu
Twitter http://twitter.com/SIGTE_UDG

___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Detect editions in an area

2017-02-23 Thread Imre Samu
>The town hall where I live has decided to upload all the information they
have referring to streets, streets numbers and buildings. Good news!!


check the New York City’s GIS department solution:
*
https://www.mapbox.com/blog/nyc-and-openstreetmap-cooperating-through-open-data/
  (Change detection)   https://github.com/osmlab/changewithin
*  http://www.openstreetmap.org/user/lxbarth/diary/23588
double check the licensing issue *"OpenStreetMap's share alike license
means that OpenStreetMap data can't be taken over directly*
*  into New York City public domain datasets but we can use
OpenStreetMap to find out where changes happened. "*

or you can use:
* the overpass api/turbo :
**  see:  "newer:3day in girona"http://overpass-turbo.eu/s/mXm  (
https://wiki.openstreetmap.org/wiki/Overpass_turbo/Wizard )
**  see:  “(amenity=* or shop=* ) and newer:30day in girona”
http://overpass-turbo.eu/s/mXu
* or you can use the osmium tool to detect changes  (
http://osmcode.org/osmium-tool/manual.html )

And you can use some specialized tools like :
*  https://osm.expandable.dk/ (
https://github.com/MichaelVL/osm-analytic-tracker )( you can install
for your area )
*  https://wiki.openstreetmap.org/wiki/Detect_Vandalism#Tools
*  https://wiki.openstreetmap.org/wiki/Quality_assurance#Monitoring_Tools

or other tools for detecting errors:
*  OSM inspector for addresses :
https://tools.geofabrik.de/osmi/?view=addresses&lon=2.82247&lat=41.96773&zoom=12
 ( Select  view: "Addresses" )
   ( see https://wiki.openstreetmap.org/wiki/OSM_Inspector )
* ...

This is not a full list, ...

if you want, I can help creating   "Taginfo for Girona"  instance ( docker
image )

regards,
Imre



2017-02-23 9:03 GMT+01:00 toni hernández :

> Hello guys,
>
> The town hall where I live has decided to upload all the information they
> have referring to streets, streets numbers and buildings. Good news!!
>
> Once they have uploaded all this information, they need to keep this
> information up-to-date. That's why they want some tool that allows them to
> detect any new edition in the municipality.
>
> In your expert opinion, what is the best tool/approach to achieve that?
>
> thanks all.
>
> --
> *Toni Hernández Vallès*
> Servei de Sistemes d'Informació Geogràfica i Teledetecció
> -
> Universitat de Girona
> *SIGTE*
> -
> Pl. Ferrater Mora 1
> 17071 Girona
> Tel +34 972 418 039 <+34%20972%2041%2080%2039> (7026 intern)
> t...@sigte.udg.edu 
>
> http://www.sigte.udg.edu
> Twitter http://twitter.com/SIGTE_UDG
>
>
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev
>
>
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Getting tirex-batch to run on Ubuntu 16.04.

2017-02-23 Thread Emil Tin
Hi,
I have installed Tirex on Ubuntu 16.04, but are having problems getting 
tirex-batch to run.

  osm@worker3:~$ tirex-batch
  Cannot open connection to master: No such file or directory

  osm@worker3:~$ tirex-master
  Cannot open master UNIX domain socket: No such file or directory



I found out that this is because the folder /var/run/tirex where the PID file 
is stored is missing. I can create the folder manually:

  root@worker3:~# mkdir /var/run/tirex
  root@worker3:~# chown osm:osm /var/run/tirex

Now tires-master and tirex-batch can run, and I see these processes:

  root@worker3:~# ps aux | grep tirex
  osm   1895  0.0  0.1  64160 18056 ?Ss   14:08   0:00 
/usr/bin/perl /usr/bin/tirex-master
  root  1901  0.0  0.0  14224  1008 pts/2S+   14:09   0:00 grep 
--color=auto tirex

But after a reboot the folder /var/run/tirex/ disappears.What’s supposed to 
create the folder after reboot?


As can be seen above, I created a user called ‘osm’ which is supposed to be the 
user that runs tirex. Not sure this is correct, and where I set the user for 
tirex?

I’m also wondering whether tirex is running (or supposed to run) as a systemd 
service?




I would be grateful for any help.

Thanks,
Emil
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Getting tirex-batch to run on Ubuntu 16.04.

2017-02-23 Thread Jochen Topf
The ubuntu package should have installed init scripts for you. If you
have installed yourself without using the package, look in the "debian"
directory for the *.init files. They should start everything in the
right way. Note that these are for the old init system, since tirex was
created way back when systemd didn't exist.

Jochen

On Thu, Feb 23, 2017 at 02:15:55PM +0100, Emil Tin wrote:
> Date: Thu, 23 Feb 2017 14:15:55 +0100
> From: Emil Tin 
> To: dev@openstreetmap.org
> Subject: [OSM-dev] Getting tirex-batch to run on Ubuntu 16.04.
> 
> Hi,
> I have installed Tirex on Ubuntu 16.04, but are having problems getting 
> tirex-batch to run.
> 
>   osm@worker3:~$ tirex-batch
>   Cannot open connection to master: No such file or directory
> 
>   osm@worker3:~$ tirex-master
>   Cannot open master UNIX domain socket: No such file or directory
> 
> 
> 
> I found out that this is because the folder /var/run/tirex where the PID file 
> is stored is missing. I can create the folder manually:
> 
>   root@worker3:~# mkdir /var/run/tirex
>   root@worker3:~# chown osm:osm /var/run/tirex
> 
> Now tires-master and tirex-batch can run, and I see these processes:
> 
>   root@worker3:~# ps aux | grep tirex
>   osm   1895  0.0  0.1  64160 18056 ?Ss   14:08   0:00 
> /usr/bin/perl /usr/bin/tirex-master
>   root  1901  0.0  0.0  14224  1008 pts/2S+   14:09   0:00 grep 
> --color=auto tirex
> 
> But after a reboot the folder /var/run/tirex/ disappears.What’s supposed to 
> create the folder after reboot?
> 
> 
> As can be seen above, I created a user called ‘osm’ which is supposed to be 
> the user that runs tirex. Not sure this is correct, and where I set the user 
> for tirex?
> 
> I’m also wondering whether tirex is running (or supposed to run) as a systemd 
> service?
> 
> 
> 
> 
> I would be grateful for any help.
> 
> Thanks,
> Emil
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev

-- 
Jochen Topf  joc...@remote.org  https://www.jochentopf.com/  +49-351-31778688

___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev