<div class="gmail_quote">2009/1/22 Upliner Mikhalych <span dir="ltr"><<a href="mailto:upliner@gmail.com">upliner@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">2009/1/21 20:48 Hakan Tandogan wrote:<br>
> Maybe you could do a comparision to <a href="http://geonames.org" target="_blank">geonames.org</a>, and add only places that<br>
> have a similiar spelling in their russian name?<br>
</div>Geonames is rejected datasource for OSM according to wiki. So I'm not<br>
sure that it is good idea to use their data for import.<br>
</blockquote><div><br>GNS however is a valid source... <a href="http://earth-info.nga.mil/gns/html/index.html">http://earth-info.nga.mil/gns/html/index.html</a><br><br>The country file for russia is 28MB zipped (83MB unzipped) with 547909 records...<br>
<br>It's supposed to include a PC field for importance level, but, it doesn't seem to be populated in the Russia data, also, supposed to include population, but, that's also missing...<br><br>I modified my GNS extract script to interpret the data and merge the russian cyrillic and local latin names into a single record... about 99% of records have a latin format name, about 50% have cyrillic (judged by eye)... <br>
<br>I'm just looking at mapping the correct feature types and looking at the possibility of matching administrative records to populated place records in an attempt to calculate place size...<br><br>e.g.<br>Place with no indication of type of place<br>
4       -3003991        6879674 56.851944       41.362222       565107  412144  37VFD4405303392 NO37-12 P       PPL             RS      21                                      NS rus                      ШУЯ     Шуя     Шуя     2007-02-12<br>
4       -3003991        -4209549        56.851944       41.362222       565107  412144  37VFD4405303392 NO37-12 P       PPL             RS      21                                 NSHUYA   Shuya   Shuya   2007-02-12<br><br>
and<br>Admin level 2 object mentioning it's a city...<br>4       210856  263607  56.85   41.366667       565100  412200  37VFD4433103185 NO37-12 A       ADM2            RS      21                                      N                  Gorod    GORODSHUYA      Gorod Shuya     Gorod Shuya     2007-02-12<br>
4       210856  6678714 56.85   41.366667       565100  412200  37VFD4433103185 NO37-12 A       ADM2            RS      21                                      NS      rus        Город    ГОРОДШУЯ        Город Шуя       Город Шуя       2007-02-12<br>
4       210856  6877547 56.85   41.366667       565100  412200  37VFD4433103185 NO37-12 A       ADM2            RS      21                                      NS      rus        Город    ГОРОДШУЯ        Город Шуя       Город Шуя       2007-02-12<br>
<br>Perhaps it might be best to just use the ADM objects rather than the PPL objects, but, you can't get smaller places then and the ADM objects tend to be placed further from the center of a place than the PPL objects...<br>
<br>d<br><br></div></div>