<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Abhay,</p>
<p>I've investigated a bit and the reason is that FileGDB SDK
contains a catalog of geographic and projected CRS that doesn't
contain GDA2020 / EPSG:7844. The SDK likely lags behind the
capabilities of other Esri software.</p>
<p>I've just added in master a layer creation option (undocumented
for now) to manually specify the WKID, like<br>
</p>
<p>ogr2ogr out.gdb in_dataset -t_srs EPSG:7844 -lco WKID=7844</p>
<p>The OpenFileGDB driver can make use of that code, but the FileGDB
driver doesn't see it yet (but could potentially be modified to
see it). I've no idea if other Esri software would probably
recognize a layer with a SRS set this way. Feedback would be
appreciated.<br>
</p>
<p>The official Docker images the project publishes don't contain
close-source bits, hence no FileGDB driver.</p>
<p>Even<br>
</p>
<div class="moz-cite-prefix">Le 08/11/2021 à 14:59, Abhay Duvvuri a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CAOYAbio_ert9YF_3MKkksLUBt7KAtXFy3N86uJHd7=1KvCQ7nA@mail.gmail.com">
<div dir="ltr">Hi,
<div><br>
</div>
<div>I am trying to reproject ESRI file geodatabase data from
WGS84 (3857) to GDA2020 (7844) with "FileGDB" driver option.
The data is reprojected but WKID is not set.</div>
<div>ogr2ogr tool is being used to reproject data.</div>
<div>Please let me know what can be done here.</div>
<div><br>
</div>
<div>Also, is there a docker image readily available with
FileGDB configured. I am able to build an image by following
the steps from <a
href="https://github.com/OSGeo/gdal/tree/master/docker"
moz-do-not-send="true">https://github.com/OSGeo/gdal/tree/master/docker</a>
but wanted to check if there is an image readily available.</div>
<div>Any advice here is greatly appreciated.</div>
<div><br>
</div>
<div>Thanks and regards,</div>
<div>Abhay</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
</body>
</html>