[postgis-users] importing curved polygons

Neumann, Andreas a.neumann at carto.net
Wed Mar 8 07:25:10 PST 2017


Hi Rich, 

What GDAL/OGR version do you have? Which driver do you use? There are
two. 

According to 

http://www.gdal.org/drv_openfilegdb.html
and
http://www.gdal.org/drv_filegdb.html (requires ESRI FileGDB API SDK)
both versions require version 2.2 or higher. 

It is quite likely that you use an older version. 

Try "ogrinfo --version" to get the version. 

Andreas 

On 2017-03-08 16:16, Richard Greenwood wrote:

> I have received an ESRI file geodatabase with polygons containing curves that I would like to import into postgis. Using ogr2ogr the curved portion of the polygon is comprised of the chord of the curve (example below). 
> 
> Does anyone have any suggestions for importing an ESRI file geodatabase containing curved polygons? 
> 
> Thanks, 
> Rich
> 
> MULTIPOLYGON(((-11750835.4823935 5060835.88854035,-11750867.8784639 5060835.62656567,-11750871.3924507 5060835.59816625,-11750871.8264507 5060873.75984909,-11750871.2171506 5060883.12929326,-11750870.900856 5060884.35132355,-11750864.5457614 5060884.41587281,-11750835.8933664 5060856.50810022,-11750835.4823935 5060835.88854035))) 
> -- 
> 
> Richard W. Greenwood, PLS
> www.greenwoodmap.com [1] 
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users

  

Links:
------
[1] http://www.greenwoodmap.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20170308/366bedac/attachment.html>


More information about the postgis-users mailing list