Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Sebastiaan Couwenberg
On 1/24/23 06:28, dg...@darc.de wrote: I would suggest to look at the gdal packaging in Ubuntu or Debian. There are "make-depends" in the dsc files or in debian/control. My entry page is https://tracker.debian.org/pkg/gdal dsc file are linked via an icon in the "versioned links" on the left side

Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread dg0yt
> What are the dependencies that I can just install with apt? I don't use conda > or any of the other package managers listed in the readme. Any help is > appreciated. I would suggest to look at the gdal packaging in Ubuntu or Debian. There are "make-depends" in the dsc files or in debian/contr

Re: [gdal-dev] near identical files being treated differently

2023-01-23 Thread Ken Mankoff
Hi Even, Thanks for the explanation. I'm not clear on what use case your PR supports. I can't gdalwarp the file - the model expects it in its current format. But if QGIS and etc. can now successfully reproject the file for display, that would be nice. Anyway, now I understand what was happenin

Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Even Rouault
Anja, the minimum will be to install PROJ with: apt-get install libproj-dev For a build with nearly all open source dependencies, you can find the list to install in https://github.com/OSGeo/gdal/blob/5db56957dd9b5d00098f5ac8abb75a3c756cc0aa/.github/workflows/cmake_builds.yml#L57 You can al

[gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Anja Sheppard
Hello gdal community-- I am new to this tool, and am trying to build it on Ubuntu 20.04. I don't use conda, so I'm running into problems with the dependencies. I downloaded the current release .tar.gz file from https://gdal.org/download.html and then unpacked it. I then followed the instructions o

Re: [gdal-dev] near identical files being treated differently

2023-01-23 Thread Even Rouault
Ken, if you do "gdalinfo --debug on GLMELT_4X5.OCN.nc", you'll see GDAL_netCDF: Latitude/Y is not equally spaced (with a 0.05% tolerance). You may set the GDAL_NETCDF_IGNORE_EQUALLY_SPACED_XY_CHECK configuration option to YES to ignore this check and indeed $ ncdump -v lat GLMELT_4X5.OCN.nc

[gdal-dev] near identical files being treated differently

2023-01-23 Thread Ken Mankoff
Hello, I have two near-identical files available at: wget https://portal.nccs.nasa.gov/GISS_modelE/modelE_input_data/GLMELT_4X5.OCN.nc wget https://portal.nccs.nasa.gov/GISS_modelE/modelE_input_data/GLMELT_144X90_gas.OCN.nc They differ only in their dimensions: $ diff <(ncdump -h GLMELT_4X5.