Re: [OSM-talk] upload error using bulk_upload.py

2009-07-08 Thread Simone Cortesi
On Wed, Jul 1, 2009 at 17:36, maning sambaleemmanuel.samb...@gmail.com wrote: I get this error using bulk_upload.py: $ python bulk_upload.py --input=pas_osm.osm --user= --password= --comment=* bulk_upload.py:42: DeprecationWarning: the sets module is deprecated  import sets

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread Iván Sánchez Ortega
El Miércoles, 1 de Julio de 2009, maning sambale escribió: I get this error using bulk_upload.py: [...] Any advice? Try the PHP bulk uploader :-D -- -- Iván Sánchez Ortega i...@sanchezortega.es Lo he comprobado con mucho cuidado y ésa es exactamente la

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread Alice Kaerast
On Wed, 1 Jul 2009 17:49:48 +0200 Iván Sánchez Ortega i...@sanchezortega.es wrote: El Miércoles, 1 de Julio de 2009, maning sambale escribió: I get this error using bulk_upload.py: [...] Any advice? Try the PHP bulk uploader :-D The PHP bulk uploader does indeed fine if all you want

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread Steve Singer
On Wed, 1 Jul 2009, maning sambale wrote: Hi, I get this error using bulk_upload.py: $ python bulk_upload.py --input=pas_osm.osm --user= --password= --comment=* bulk_upload.py:42: DeprecationWarning: the sets module is deprecated import sets Uploading change set:1701375

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread andrzej zaborowski
2009/7/1 maning sambale emmanuel.samb...@gmail.com: Hi, I get this error using bulk_upload.py: $ python bulk_upload.py --input=pas_osm.osm --user= --password= --comment=* bulk_upload.py:42: DeprecationWarning: the sets module is deprecated  import sets Uploading change

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread maning sambale
Hi, These are all new nodes and ways (protected area boundaries) converted from a shapefile using polyshp2osm.py. I did manual modifications using josm but since josm has limits for each changeset, I tried th bulk_upload script. Another weird thing is: ?xml version='1.0' encoding='UTF-8'? osm

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread Tom Hughes
On 01/07/09 16:58, Alice Kaerast wrote: The PHP bulk uploader does indeed fine if all you want to do is upload *new* nodes. It causes duplicates if you try uploading existing data. The PHP uploader may need modifying slightly to handle curl not liking the OSM API, ie. curl_setopt($ch,

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread maning sambale
After a bit of sleep, I was able to do it with the http://www.openstreetmap.pl/balrog/bulkupload/ utilities. The data was not uploaded because it has a way with 4000 ++ nodes. The upload.py reported this error so I was able to edit the data in JOSM. Personally, I prefer to upload everything via

Re: [OSM-talk] upload error using bulk_upload.py

2009-07-01 Thread Steve Singer
On Thu, 2 Jul 2009, maning sambale wrote: Hi, These are all new nodes and ways (protected area boundaries) converted from a shapefile using polyshp2osm.py. I did manual modifications using josm but since josm has limits for each changeset, I tried th bulk_upload script. Another weird