ImreSamu

Results 97 comments of ImreSamu

>I followed the example that you suggested to me on the link. Only points are imported in it. there are other examples you can adapt: * https://github.com/omniscale/imposm3/blob/master/test/single_table_mapping.json or just use...

> It seems that Imposm3 produces invalid coordinates from (0 -90) for South pole: imho : - it is normal with . -srid 3857 - http://epsg.io/3857 : `Area of use:...

> Steps to Reproduce imho: if you can add a * minimal reduced osm xml file ( 1 osm way with a minimal nodes ) * minimal osc file (...

@tommyannguyen based on similar issue https://github.com/omniscale/imposm3/issues/196 * check the input file MD5sum value; * If the md5sum is different - then the input file is broken and you have to...

@stepps00 : I have created a fresh new list , not perfect , but imho:useful https://gist.github.com/ImreSamu/bba79ab8093af8b4f893b9142f64fe9a * now 10733 unique wikidata id ( `wd_id` ) flagged ; and probably ~80%...

probably the easiest task is cleaning `disambiguation` values .. ``` cat wof_wikidata_need_check_2020Apr12.txt | grep disambiguation | wc -l 2268 $ cat wof_wikidata_need_check_2020Apr12.txt | grep disambiguation | head | Q1002273 |...

some important metadata: ( wikidata_*.csv ---> fake csv ; with comment line `#` ) * `disambiguation` : https://github.com/whosonfirst/concordances-whosonfirst-wikidata/blob/master/code/wikidata_disambiguation.csv * `fictional` : https://github.com/whosonfirst/concordances-whosonfirst-wikidata/blob/master/code/wikidata_fictional.csv * `duplicated` : https://github.com/whosonfirst/concordances-whosonfirst-wikidata/blob/master/code/wikidata_duplicated.csv * `wikimedia` : https://github.com/whosonfirst/concordances-whosonfirst-wikidata/blob/master/code/wikidata_wikimedia.csv...

Checking the Hungarian localadmin records --> they are Slovakian rekords ( 'SK' ) - near the border , mistaged as 'HU' `select id, meta from wf.wof_localadmin where properties->>'wof:country' = 'HU';`...

the new hierarchical system **2018.Jan.01** - ( related #1209 ) EU hierarchical system | whosonfirst placetype | hungary - statistics -----| ---------- | -------------------- NUTS0 | country | Hungary :...

related: https://github.com/postgis/docker-postgis/issues/180