Re: [gdal-dev] WKID not set for reprojectionfrom WGS84 to GDA2020

2021-11-08 Thread Even Rouault
Abhay, 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. I've just added in master a layer creation option (undocumented f

[gdal-dev] WKID not set for reprojectionfrom WGS84 to GDA2020

2021-11-08 Thread Abhay Duvvuri
Hi, 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. ogr2ogr tool is being used to reproject data. Please let me know what can be done here. Also, is there a docker image readily avai