Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
54f0d0a6a2 | |||
d6afe383c7 | |||
9ae149e1b4 |
@ -11,9 +11,9 @@ steps:
|
|||||||
destination: bestaddresses.zip
|
destination: bestaddresses.zip
|
||||||
|
|
||||||
- name: convert
|
- name: convert
|
||||||
image: osgeo/gdal:alpine-normal-latest
|
image: osgeo/gdal:alpine-normal-3.6.3
|
||||||
environment:
|
environment:
|
||||||
SELECT: SELECT shape AS geom, id, best_id, coalesce(streetname_fr, streetname_nl, streetname_de) AS streetname, postal_info_objectid, municipality_objectid, COALESCE(municipality_fr, municipality_nl, municipality_de) AS municipality
|
SELECT: SELECT shape AS geom, id, best_id, coalesce(streetname_fr, streetname_nl, streetname_de) AS streetname, postal_info_objectid, municipality_objectid, COALESCE(municipality_fr, municipality_nl, municipality_de) AS municipality, housenumber, boxnumber
|
||||||
commands:
|
commands:
|
||||||
- unzip -o bestaddresses.zip
|
- unzip -o bestaddresses.zip
|
||||||
- ogrinfo ca0fd5c0-8146-11e9-9012-482ae30f98d9_geopackage+sqlite3_3812.gpkg -sql "CREATE INDEX idx_postal_code ON addresses_complete (postal_info_objectid) WHERE status NOT LIKE 'retired'"
|
- ogrinfo ca0fd5c0-8146-11e9-9012-482ae30f98d9_geopackage+sqlite3_3812.gpkg -sql "CREATE INDEX idx_postal_code ON addresses_complete (postal_info_objectid) WHERE status NOT LIKE 'retired'"
|
||||||
|
Loading…
Reference in New Issue
Block a user