I downloaded one of files from https://use-land-property-data.service.gov.uk/datasets/inspire/download and I am trying to convert it to some friendlier format with ogr2ogr
I tried ogr2ogr -f "ESRI Shapefile" output.shp input.gml but ogr2ogr just sits there frozen.
How can I enable some verbose debug (I already figured out that .xml file downloaded from this website is actually a .zip archive)
In this case problem turned out to be ogr2ogr giving "ERROR 1: Failed connect to 192.168.4.18:8181; Operation timed out" error? - still some way to make ogr2ogr more verbose for future uses would be welcome.