Re: [postgis-users] importing curved polygons

2017-03-08 Thread Neumann, Andreas
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@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users

  

Links:
--
[1] http://www.greenwoodmap.com
___
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users

[postgis-users] importing curved polygons

2017-03-08 Thread Richard Greenwood
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
___
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users