yupee!!!<div><br></div><div>That's so cool :-)</div><div>I got it to work, i was able to grab the NID (as well as the rest of the CanVec ID's) which are so desperately needed. and so i can customize and add whatever tags that are needed.</div>
<div>I still need to do a little more testing to see if it detects shp files with multiple ID's... but i think it will. </div><div>(my little eee pc over heats and needs to cool down... and my head hurts and also needs to cool down) :-)</div>
<div><br></div><div>I should have the BAT file im using ready to share soon,  I will be following the wiki chart, and watching for changes. .. and what's cool is that i'll be also updating the wiki as i go along.</div>
<div><br></div><div>There is only 300 map features, so it will probably take a week or less,   to get the rules.txt all in line.</div><div><br></div><div>Although it doesn't do any AutoMatching, selecting & deleting 4 times around the region your working on isn't that bad.</div>
<div><br></div><div>Cheers,</div><div>And thanks SOO much :)</div><div>P.S. I'll be sure to note your names on the readme.txt for it.</div><div><br></div><div>Sam Vekemans</div><div>Across Canada Trails<br><div class="gmail_quote">
On Fri, Feb 20, 2009 at 10:08 AM, Dale Puch <span dir="ltr"><<a href="mailto:dale.puch@gmail.com">dale.puch@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I managed to download and compile the latest code Ian has in the repository.  It throws up a warning or two about not finding extra libraries, but seems to be working fine.<br>just change the run.bat to referance this file (0.3 instead of 0.2) and let me (and Ian) know how it works for you.<br>


<br>Dale<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Feb 19, 2009 at 6:25 PM, Dale Puch <span dir="ltr"><<a href="mailto:dale.puch@gmail.com" target="_blank">dale.puch@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

I guess we are going to need some feedback from Ian to get it working, or to go digging in the java.<br><br>For your ready made GIS needs...<br>Try <a href="http://www.gisvm.com/" target="_blank">http://www.gisvm.com/</a> It should be a ready made GIS OS.  No OSM specific stuff though, but it still makes it a little easier if you don't already have everything installed.<br>



Or if you prefer windows, <a href="http://www.archaeogeek.com/blog/portable-gis/" target="_blank">http://www.archaeogeek.com/blog/portable-gis/</a> gives a lot of the same stuff setup for a USB thumbdrive.<br><br>Dale<div>


<div></div><div><br><br><div class="gmail_quote">
On Wed, Feb 18, 2009 at 11:02 AM, Sam Vekemans <span dir="ltr"><<a href="mailto:acrosscanadatrails@gmail.com" target="_blank">acrosscanadatrails@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">



Thanks,<br>
good to know that you got the same result from the java script.<br>
<br>
For this effort, I'm not to concerned about roads (its not part of the<br>
canvec data import)<br>
<br>
i probably might have to get ibuntu installed, and start learning that.<br>
<br>
-though i dont want to give up the effort to make this java script work.<br>
Is there a technical reason why it wont work?<br>
Does it HAVE to get processed in postGIS? (i have to learn what that means :-)<br>
<br>
thanks for the help,<br>
Sam<br>
<div><br>
On 2/18/09, Dale Puch <<a href="mailto:dale.puch@gmail.com" target="_blank">dale.puch@gmail.com</a>> wrote:<br>
> Ian's java app seems to fit, but playing with it I have not gotten any tags<br>
> applied to the resulting OSM files.  Just blank ways or polys without tags.<br>
> My changes to the rules.txt match my shp data...<br>
><br>
> It seems to simplify what the scripts did with few disadvantages for basic<br>
> data like rivers, lakes, buildings ect.  Roads may still need to be done<br>
> with scripts (added logic) to get the most out of some of the shape files<br>
> but will work either way.<br>
><br>
> And yes java is MUCH easier to get started with for finished programs...<br>
> but perl and python isn't out of reach.  Not as simple as it should be<br>
> though.  There is a GIS on a stick (windows USB based GIS apps) as well as<br>
> a<br>
> GIS linux virtual machine that can make working with a lot of scripts a lot<br>
> easier to get started.<br>
><br>
> Dale<br>
><br>
> On Wed, Feb 18, 2009 at 9:12 AM, Sam Vekemans<br>
> <<a href="mailto:acrosscanadatrails@gmail.com" target="_blank">acrosscanadatrails@gmail.com</a>>wrote:<br>
><br>
</div>>> <a href="http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Featurehere%27s" target="_blank">http://wiki.openstreetmap.org/wiki/Geobase_NRN_-_OSM_Map_Featurehere's</a><br>
<div><div></div><div>>> the<br>
>> link... for the shp2osm wiki<br>
>> <a href="http://wiki.openstreetmap.org/wiki/Shp2osm" target="_blank">http://wiki.openstreetmap.org/wiki/Shp2osm</a><br>
>><br>
>> Basically, im looking at making a simple script that will simply take the<br>
>> shape file from whatever source, and convert it to OSM... not even<br>
>> looking<br>
>> at what the current OSM file looks like.<br>
>><br>
>> The script would be used for importing shape files that the users knows<br>
>> FOR<br>
>> SURE that there wont be any duplicates... ie. importing buildings in an<br>
>> area, where no buildings currently exist.  .. or importing<br>
>> property boundaries..<br>
>> ....  so i need a script that DOES NOT look for duplicates.  ...<br>
>><br>
>> I prefer making it Java Friendly, as it's simple and i don't need to<br>
>> know<br>
>> how to do perl or python.  I want to be able to open up the file in<br>
>> notepad<br>
>> and change the values.<br>
>><br>
>> I'll look at those other links you sent.<br>
>> Thanks,<br>
>> Sam<br>
>><br>
>> On Wed, Feb 18, 2009 at 12:33 AM, Dale Puch <<a href="mailto:dale.puch@gmail.com" target="_blank">dale.puch@gmail.com</a>> wrote:<br>
>><br>
>>> Ahh, I remember Ian talking about the java version he wanted to work on,<br>
>>> but never saw it before.<br>
>>> Now I have two things to play with. :)<br>
>>><br>
>>> FYI List of shp 2 osm files I have found, lots of versions of each<br>
>>> other.<br>
>>> also the ones already listed in the wiki.  We need a genealogy for<br>
>>> these.<br>
>>><br>
>>> <a href="http://svn.yellowbkpk.com/geo/trunk/shp_to_osm.py" target="_blank">http://svn.yellowbkpk.com/geo/trunk/shp_to_osm.py</a><br>
>>> <a href="http://boston.freemap.in/osm/files/mgis_to_osm.py" target="_blank">http://boston.freemap.in/osm/files/mgis_to_osm.py</a><br>
>>> <a href="http://raumplanung.tobwen.de/OSM/scripts/shp2osm_080814.pls" target="_blank">http://raumplanung.tobwen.de/OSM/scripts/shp2osm_080814.pls</a><br>
>>><br>
>>> <a href="http://svn.openstreetmap.org/applications/utils/import/shp2osm/polyshp2osm.py" target="_blank">http://svn.openstreetmap.org/applications/utils/import/shp2osm/polyshp2osm.py</a><br>
>>> <a href="http://svn.openstreetmap.org/applications/utils/import/shp2osm/shp2osm.pl" target="_blank">http://svn.openstreetmap.org/applications/utils/import/shp2osm/shp2osm.pl</a><br>
>>> I have a version for Japanese trains somewhere too.<br>
>>> there are also some versions by Dave Hansen for the tiger imports.<br>
>>> And of course a few modified/butchered versions I made...<br>
>>><br>
>>> The biggest issue with these is matching up the shp data to good OSM<br>
>>> tags.  Otherwise it is pretty easy to modify them.<br>
>>><br>
>>> Dale<br>
>>><br>
>>><br>
>>> On Wed, Feb 18, 2009 at 7:05 AM, Sam Vekemans <<br>
>>> <a href="mailto:acrosscanadatrails@gmail.com" target="_blank">acrosscanadatrails@gmail.com</a>> wrote:<br>
>>><br>
>>>> Its search "geobase import" an its under NRN<br>
>>>> (on my cell, i dont have acess to full internet)<br>
>>>> -part of the geobase2osm routeen<br>
>>>><br>
>>>> Actually, its "shp-to-osm" Ian Dees' script, but im trying to figure<br>
>>>> it out, using java.<br>
>>>> I found another version from Italy (i think), i'm collecting all the<br>
>>>> versions of shp 2/to osm to try to make sence of it. Wiki - shp2osm<br>
>>>><br>
>>>> On 2/17/09, Dale Puch <<a href="mailto:dale.puch@gmail.com" target="_blank">dale.puch@gmail.com</a>> wrote:<br>
>>>> > ohh automatch sounds interesting, available from...  where? :)<br>
>>>> ><br>
>>>> > Problems where to find the shp2osm script, or get it working?<br>
>>>> > See <a href="http://wiki.openstreetmap.org/wiki/User:Dalep" target="_blank">http://wiki.openstreetmap.org/wiki/User:Dalep</a> for my dabbling in<br>
>>>> > shp2osm<br>
>>>> > conversion and importing.<br>
>>>> ><br>
>>>> > Dale<br>
>>>> ><br>
>>>> ><br>
>>>> > On Mon, Feb 16, 2009 at 9:18 PM, Sam Vekemans<br>
>>>> > <<a href="mailto:acrosscanadatrails@gmail.com" target="_blank">acrosscanadatrails@gmail.com</a>>wrote:<br>
>>>> ><br>
>>>> >> Hi,<br>
>>>> >> fyi, the automatch script for importing canada's NRN datasets is<br>
>>>> >> available to copy from - hopefully it can help. (to deal with<br>
>>>> >> duplicates)<br>
>>>> >><br>
>>>> >> I still havent figured out how to get the .txt file that converts<br>
>>>> >> the<br>
>>>> >> database file to osm tags. -the shp2osm script.<br>
>>>> >><br>
>>>> >> Thanks,<br>
>>>> >> Sam<br>
>>>> >><br>
>>>> >> ps hopefully the talk-ca can learn from the talk-us list.<br>
>>>> >><br>
>>>> >> _______________________________________________<br>
>>>> >> Talk-us mailing list<br>
>>>> >> <a href="mailto:Talk-us@openstreetmap.org" target="_blank">Talk-us@openstreetmap.org</a><br>
>>>> >> <a href="http://lists.openstreetmap.org/listinfo/talk-us" target="_blank">http://lists.openstreetmap.org/listinfo/talk-us</a><br>
>>>> >><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> > --<br>
>>>> > Dale Puch<br>
>>>> ><br>
>>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Dale Puch<br>
>>><br>
>><br>
>><br>
><br>
><br>
> --<br>
> Dale Puch<br>
><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">Dale Puch<br>
</font></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">Dale Puch<br>
</font></blockquote></div><br></div>