<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thank you Gints! <div><br></div><div> JOSM plugin would be much better than separate scripts. Can you explain a bit how does it work and how can it be extended? </div><div><br></div><div> For Estonia we have two original official data sources :</div><div>  - "X-tee" (Estonian official central API for state registers) XML requests via pretty heavy infrastructure. We don't use this, but this is the ultimate official info</div><div>  - monthly updated ADS (address registry) database extracts as bunch of .csv files in FTP site of Maaamet. We use this.</div><div><br></div><div>I have two-step processing of the DB extracts:</div><div>1) Importing them to Postgres database (no transoformation, so it is easy to update). </div><div>2) PHP script to request data from postgres and output .OSM as point nodes: </div><div><br></div><div>Both my scripts are in: </div><div> <a href="https://code.google.com/p/maakaart-ee/source/browse/#svn/trunk/server/adb/ads2osm%253Fstate%253Dclosed">https://code.google.com/p/maakaart-ee/source/browse/#svn%2Ftrunk%2Fserver%2Fadb%2Fads2osm</a></div><div><br></div><div>So there are several options from to get data for the plugin:</div><div>1) maaamet .csv files . Original ones, but these are in password-protected FTP site, and are pretty big (some 700 MB uncompressed) and we use only some specific fields from it.</div><div>2) give direct SQL access to the postgres database API.</div><div>3) use generated .OSM files with nodes</div><div>4) create some new better light API between postgres and plugin (some pbf-based)</div><div><br></div><div>How to you feed data for LT and CZ?</div><div><br></div><div><div>Jaak<br><div><br><div><div>On 19.05.2011, at 9:28, Gints Polis wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">May be this is useful. We with czech address plugin developers started new project for JOSM address plugin. <div><br></div><div><a href="http://sourceforge.net/projects/addressmanager/">http://sourceforge.net/projects/addressmanager/</a></div>
<div><br></div><div>Idea is:<div><br></div><div>* Plugin will be able to get address information from different sources depending on country settings.</div><div>* It will use downladed information to check/correct/enter address tags for downloaded region</div>
<div><div>* Each country can make they own implementations on numbering system and house nummber assignement using plugin code as core</div></div><div><br></div><div>As I understund you think about somthing like this. If it is, I purpose work on this problem together.</div>
<div><br></div><div>Gints<br><br><div class="gmail_quote">2011/5/18 Joosep-Georg Järvemaa <span dir="ltr"><<a href="mailto:joosep-georg.jarvemaa@eesti.ee">joosep-georg.jarvemaa@eesti.ee</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Failis dva_37_651_6694.osm.gz on mingi andmeviga, proovisin mitu korda<br>
erinevate programmidega alla laadida.<br>
<br>
<br>
--<br>
<font color="#888888">Joosep-Georg<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Talk-ee mailing list<br>
<a href="mailto:Talk-ee@openstreetmap.org">Talk-ee@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk-ee" target="_blank">http://lists.openstreetmap.org/listinfo/talk-ee</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Ginc<br>
</div></div>
_______________________________________________<br>Talk-ee mailing list<br><a href="mailto:Talk-ee@openstreetmap.org">Talk-ee@openstreetmap.org</a><br>http://lists.openstreetmap.org/listinfo/talk-ee<br></blockquote></div><br></div></div></div></body></html>