[gdal-dev] Discrepancy in reported Spatial Reference b/n gdalinfo and arcpy

2024-05-11 Thread Liyuneh Gebre via gdal-dev
Hi, I've encountered a discrepancy in the outputs of GDAL and arcpy. While using gdalinfo on an arcGrid file with a user-defined projection, the reported latitude and longitude of natural origin and False easting seems to be incorrect. However, when accessing the same file with arcpy and examining

Re: [gdal-dev] Re-post, user-defined

2024-05-03 Thread Liyuneh Gebre via gdal-dev
of gdalinfo on the output file generate by ArcPy >>> >>> - how you define the target projection in ArcPy >>> >>> - the output of gdalinfo on the output file generate by GDAL >>> >>> - links to all the above files >>> >>> - th

Re: [gdal-dev] Re-post, user-defined

2024-04-29 Thread Liyuneh Gebre via gdal-dev
cPy >> >> - the output of gdalinfo on the output file generate by GDAL >> >> - links to all the above files >> >> - the GDAL version you use >> >> >> Totally blind guess: try to add "+towgs84=0,0,0 " in your -t_srs PROJ >> string, to

Re: [gdal-dev] Re-post, user-defined

2024-04-29 Thread Liyuneh Gebre via gdal-dev
fts, PROJ will consider that longitude,latitude coordinates of the > geographic CRS underlying the source and target CRS is the same. > > Even > Le 29/04/2024 à 14:57, Liyuneh Gebre via gdal-dev a écrit : > > Dear all, > I am requesting again if you kind have some responds or di

[gdal-dev] Re-post, user-defined

2024-04-29 Thread Liyuneh Gebre via gdal-dev
Dear all, I am requesting again if you kind have some responds or direction, thank you I have difficulties in accurately reprojecting a raster file to a user-defined projection. I used the following commands in gdal while the output is not similar to arcpy results. kindly offer your guidance to ac

[gdal-dev] user-defined

2024-04-25 Thread Liyuneh Gebre via gdal-dev
Dear all, I have difficulties in accurately reprojecting a raster file to a user-defined projection. I used the following commands in gdal while the output is not similar to arcpy results. kindly offer your guidance to achieve the same result. The arcpy uses custom transformation and then reproje