s.osgeo.org
> *Subject:* Re: [gdal-dev] OSM to GDB
>
>
>
> ogr2ogr -f OpenFileGDB -spat 39 30 40 41 -nlt MULTIPOLYGON -ds_transaction
> C:\TEMP\TEST5.gdb C:\TEMP\World_8_3.osm multipolygons
>
>
>
> You need to just pass the single layer to ogr2ogr
>
>
>
>
That worked. Thanks.
From: Michael Smith
Sent: Thursday, February 20, 2025 1:38 PM
To: John Oliver ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] OSM to GDB
ogr2ogr -f OpenFileGDB -spat 39 30 40 41 -nlt MULTIPOLYGON -ds_transaction
C:\TEMP\TEST5.gdb C:\TEMP\World_8_3.osm multipolygons
Lähetetty: torstai 20. helmikuuta 2025 20.38
Vastaanottaja: John Oliver ;
gdal-dev@lists.osgeo.org
Aihe: Re: [gdal-dev] OSM to GDB
ogr2ogr -f OpenFileGDB -spat 39 30 40 41 -nlt MULTIPOLYGON -ds_transaction
C:\TEMP\TEST5.gdb C:\TEMP\World_8_3.osm multipolygons
You need to just pass the single layer
l-dev@lists.osgeo.org"
Subject: RE: [gdal-dev] OSM to GDB
Tried the -nlt option and the ERROR did go away, which is promising but output
is still empty
C:\Program Files\QGIS 3.34.1>ogr2ogr -f OpenFileGDB -spat 39 30 40 41 -nlt
MULTIPOLYGON -ds_transaction C:\TEMP\TEST5.gdb C:\TEMP\
ing, but output datasource
does not support random layer writing
0...10...20...30...40...50...60...70...80...90...100 - done.
From: Michael Smith
Sent: Thursday, February 20, 2025 1:08 PM
To: John Oliver ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] OSM to GDB
I believe you need to
Excuse my ignorance. I am not a developer. But I'm trying what should be a
relatively simple task.
I need to extract a subset of OSM to Esri FileGDB format.
My OSM file is valid:
C:\Program Files\QGIS 3.34.1>ogrinfo C:\TEMP\World_8_3.osm
INFO: Open of `C:\TEMP\World_8_3.osm'
using driver `
, 2025 at 1:03 PM
To: "gdal-dev@lists.osgeo.org"
Subject: [gdal-dev] OSM to GDB
Excuse my ignorance. I am not a developer. But I’m trying what should be a
relatively simple task.
I need to extract a subset of OSM to Esri FileGDB format.
My OSM file is valid:
C:\Program Files\Q