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
> 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
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
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
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
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
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.