Re: [OSM-talk-nl] conversion AND data

2007-07-28 Berichten over hetzelfde onderwerp Marc Kessels
I have updated the source, since it was experiencing a stack overflow,
due to too many nodes with similar names. as a side effect, it is now
also much faster (only 7 minutes to convert the compete dataset of The
Netherlands). 

see http://wiki.openstreetmap.org/index.php/AND_Data/Import_Marc

greetz,
Marc

new source can be found here:

On Fri, 2007-07-27 at 14:50 +0200, Marc Kessels wrote:
 I wrote a conversion tool (in c-code) based on shapelib. it is now
 reading all data, and converts most of it to an osm(-xml)-file. More
 info can be found on
 http://wiki.openstreetmap.org/index.php/AND_Data/Import_Marc
 please feel free to comment!
 
 
 greetz,
 Marc
 
 
 ___
 Talk-nl mailing list
 Talk-nl@openstreetmap.org
 http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk-nl


___
Talk-nl mailing list
Talk-nl@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk-nl


Re: [OSM-talk-nl] [Leiden] Mapping Party Leiden 11 Augustus 2007

2007-07-28 Berichten over hetzelfde onderwerp Peter Poeliejoe
Wat zoek je voor ruimte? Hoeveel mensen moeten erin passen? En over welke
tijd in de dag praat je dan?
Misschien is er best iets te regelen natuurlijk.

Peter


Op 27-07-07 heeft Myckel Habets [EMAIL PROTECTED] het volgende
geschreven:

 Beste mensen,

 Over 2 weken zou er een mapping party in Leiden zijn. Tot mijn spijt
 moet ik deze helaas annuleren. De reden hiervoor is dat ik tot nog toe
 geen toezegging heb kunnen krijgen voor een lokatie.

 Ik had 3 lokaties klaarliggen. De eerste was bij een burgerinitiatieven
 organisatie hier in Leiden. Deze zijn een maand geleden uit hun pand
 gezet door de gemeente (gemeente heeft het pand verkocht). De 2 andere
 lokaties zouden bij een andere organisatie of een opensource bedrijf
 hier in Leiden zijn, van beide heb ik tot nog toe niets vernomen.

 Cafe's vallen ook af, omdat de meeste cafe's hier in Leiden pas om
 15:00 uur open gaan en ik het momenteel heel druk heb op m'n werk om
 tijd te kunnen vinden om een geschikt cafe te vinden die mee wilt
 werken.

 Mochten er naar aanleiding van deze mail, of de 2 andere lokaties,
 reacties voor een lokatie volgen dan wil ik het natuurlijk overwegen om
 op een later tijdstip (ergens in het najaar) alsnog een mapping party
 te organiseren.

 Ik hoop bij deze voldoende informatie verstrekt te hebben. Ik zal
 morgen wel op de mapping party in A'dam aanwezig zijn, dus
 vragen/opmerkingen kunnen dan gesteld worden.

 M.v.g.

 Myckel Habets
 LOSC Leiden

 ___
 Leiden mailing list
 [EMAIL PROTECTED]
 http://lists.losc.nl/mailman/listinfo/leiden


___
Talk-nl mailing list
Talk-nl@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk-nl


Re: [OSM-talk-nl] [OSM-dev] conversion AND data

2007-07-28 Berichten over hetzelfde onderwerp Jon Burgess
On Sat, 2007-07-28 at 12:06 +0200, Marc Kessels wrote:
 I have updated the source, since it was experiencing a stack overflow,
 due to too many nodes with similar names. as a side effect, it is now
 also much faster (only 7 minutes to convert the compete dataset of The
 Netherlands). 
 
 see http://wiki.openstreetmap.org/index.php/AND_Data/Import_Marc
 
 greetz,
 Marc

I had a go at converting the data using your tool and then loading it
into my local Mapnik renderer to generate some maps. At low zooms the
data looks great however getting in close shows up several flaws. See
the screenshot http://www.jburgess.uklinux.net/osm-and-water2.png

* It looks like the aggregation of a road either side of a junction into
a single way is not working properly. 

Below is the OSM data for part of Tweede Helmersstraat near the bottom
left of my screenshot where the two ways should be joined at AND NODE
215559 but for some reason they appear as 2 distinct ways.

The problem may be with nodes -748116 and -748858 which appear at the
same location. Shouldn't the code detect this and re-use the node?

way id=-247934 
tag k=AND_FROM_NODE v=215559 /
tag k=AND_TO_NODE v=215358 /
tag k=external-ID v=AND=15216313 /
tag k=oneway v=+1 /
tag k=highway v=unclassified /
tag k=name v=Tweede Helmersstraat /
seg id=-500511 /
seg id=-500512 /
/way

way id=-248207 
tag k=AND_FROM_NODE v=215795 /
tag k=AND_TO_NODE v=215559 /
tag k=external-ID v=AND=15216586 /
tag k=oneway v=+1 /
tag k=highway v=unclassified /
tag k=name v=Tweede Helmersstraat /
seg id=-500979 /
/way

segment id=-500511 from=-748116 to=-748117 /
segment id=-500512 from=-748117 to=-748118 /
segment id=-500979 from=-748857 to=-748858 /

node id=-748116 lat=52.36465 lon=4.87714 
node id=-748117 lat=52.36499 lon=4.87851 
node id=-748118 lat=52.36504 lon=4.87863 
node id=-748857 lat=52.36426 lon=4.87596 
node id=-748858 lat=52.36465 lon=4.87714 


* Some of the water areas look like they are not correct and often have
a triangular section where two distant points connect. I think similar
artifacts are in the osmarender output on the web page so I think this
is a genuine problem. This could be triggered by the previous problem if
areas are not being output as a single complete way.

Jon




___
Talk-nl mailing list
Talk-nl@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk-nl