| id | name | ADM0NAME | QA status | NE_wikidataid | proposed wikidataid | SPARQL status | found wikidata | found wikidata name | distance |
|---|---|---|---|---|---|---|---|---|---|
| 4 | Florida | Uruguay | WD04: Difference | Q812 | Q842472 | ||||
| 84 | Busia | Uganda | WD04: Difference | Q1240823 | Q1111957 | ||||
| 96 | Kibuye | Rwanda | WD04: Difference | Q22218005 | Q617032 | ||||
| 233 | Fribourg | Switzerland | WD04: Difference | Q3067114 | Q36378 | ||||
| 289 | Sabaneta | Dominican Republic | WD04: Difference | Q2049091 | Q2021983 | ||||
| 53 |
| id | name | ADM0NAME | QA status | NE_wikidataid | proposed wikidataid | SPARQL status | found wikidata | found wikidata name | distance |
|---|---|---|---|---|---|---|---|---|---|
| 4 | Florida | Uruguay | WD04: Difference | Q812 | Q842472 | ||||
| 84 | Busia | Uganda | WD04: Difference | Q1240823 | Q1111957 | ||||
| 96 | Kibuye | Rwanda | WD04: Difference | Q22218005 | Q617032 | ||||
| 233 | Fribourg | Switzerland | WD04: Difference | Q3067114 | Q36378 | ||||
| 289 | Sabaneta | Dominican Republic | WD04: Difference | Q2049091 | Q2021983 | ||||
| 53 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| n4699265780 | |
| n4699285506 | |
| n4745206236 | |
| n4745227207 | |
| n4745227208 | |
| n4745227209 | |
| n4745227210 | |
| n4757590350 | |
| n4757590351 | |
| n4757594972 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -o errexit | |
| set -o pipefail | |
| set -o nounset | |
| readonly IMPOSM_CACHE_DIR=${IMPOSM_CACHE_DIR:-/data/cache} | |
| readonly OSM_DB=${OSM_DB:-osm} | |
| readonly OSM_USER=${OSM_USER:-osm} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## Docker file for osm-history-splitter | |
| ## | |
| FROM ubuntu:16.04 | |
| RUN export DEBIAN_FRONTEND=noninteractive | |
| ENV DEBIAN_FRONTEND noninteractive | |
| #### -- Set the locale | |
| RUN locale-gen en_US.UTF-8 |
- osm2vectortiles version: f00b6e8de3958f3343a99c3c444200c4429d976d
- mapping file settings: use_single_id_space: false
- generated: Sun, 24 Apr 2016 23:22:43 +0200
<?xml version='1.0' encoding='UTF-8'?>
<osm version="0.6" upload="false" generator="o2vtest">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | |
| -- analyse osm2vectortiles check: imposm3mapped vs. used osm_id-s | |
| -- draft code | |
| -- current know limitation | |
| -- current imposm3 mapping osm_id is not uniq : "type_mappings" without "use_single_id_space": true, | |
| -- created by ImreSamu | |
| CREATE OR REPLACE FUNCTION count_osmid( tablelist TEXT[] ) RETURNS bigint AS $$ | |
| DECLARE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -x | |
| impconnection=postgis://$PGHOST/$PGDATABASE | |
| monaco_osm_pbf=./parser/pbf/monaco-20150428.osm.pbf | |
| mapping_file=./test/single_table_mapping.json | |
| function import { | |
| /go/src/github.com/omniscale/imposm3/imposm3 import -mapping $mapping_file \ |
- where : 2015-04-30 00:00:01 <= closed_at <= 2015-05-13 23:59:57
- unique user: COUNT(DISTINCT(uid)) ... group by type, value
- ordered by : "unique user" descending
|group|type|value|unique user | unique user percent per group| changeset sum | changeset percent per group|