s, Casper
-Original Message-
From: Even Rouault
Sent: 17. juli 2019 10:51
To: gdal-dev@lists.osgeo.org
Cc: Casper Børgesen
Subject: Re: [gdal-dev] Error when trying to create layer in FileGDB
Casper,
I can reproduce. I tried a few things (including adding at hand definitions
for MO
Casper,
I can reproduce. I tried a few things (including adding at hand definitions
for MOrigin, MScale, MPrecision and LatestWKID that appear in the XML
definition of the existing layer & feature dataset), but without success. It
appears this is specific to creating the layer with FEATURE_DATA
Hi all,
I am trying to create a layer in an existing feature dataset in an existing
File Geodatabase (FileGDB, not Open) using python and GDAL/OGR from OSGeo.
The layout of the FileGDB is:
MyData.gdb
Data
Polygon
The following is my code attempt:
>>> from osgeo import ogr
>>> d