Skip to content

Subprocess error calling ogr2ogr while running ./build-docker.sh --custom wales #2

@thisistheplace

Description

@thisistheplace

Hi,

I've tried to run the build docker workflow for a subset of the UK (i.e. Wales). I get an error from one of the ogr2ogr calls.

Command:
./build-docker.sh --custom wales

Console output:

2025-04-16 13:23:03 [INFO] Finished processing all OSM-specific data layers
2025-04-16 13:23:03 [INFO] Importing into PostGIS: Custom clipping boundaries 'Cymru / Wales' from build-docker/osm-boundaries.gpkg
2025-04-16 13:23:04 [ERROR] *** ERROR *** subprocess.run failed with error code: 1
ogr2ogr -f PostgreSQL PG:host=openwind-postgis user=openwind password=password dbname=openwind build-docker/osm-boundaries.gpkg -overwrite -nln __overall_clipping -lco GEOMETRY_NAME=geom -lco OVERWRITE=YES -dialect sqlite -sql SELECT * FROM 'build-docker/osm-boundaries' WHERE name IN ('Cymru / Wales') -s_srs EPSG:4326 -t_srs EPSG:4326 -clipsrc overall-clipping.gpkg

Any suggestions? Is any additional logging output retained on disk beyond the lifetime of the containers?

Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions