Re: [gdal-dev] Unable to convert NTF to png

2021-06-29 Thread Brad Hards
On Wednesday, 30 June 2021 7:57:54 AM AEST Patrick Young wrote: > What is the bit depth of the NTF? You might need to scale it to an 8bit > range when converting it, check out the -scale option flag for > gdal_translate > > https://gdal.org/programs/gdal_translate.html#cmdoption-gdal_translate-s

Re: [gdal-dev] Unable to convert NTF to png

2021-06-29 Thread Patrick Young
What is the bit depth of the NTF? You might need to scale it to an 8bit range when converting it, check out the -scale option flag for gdal_translate https://gdal.org/programs/gdal_translate.html#cmdoption-gdal_translate-scale On Tue, Jun 29, 2021 at 3:33 PM Aparna Nimbalker via gdal-dev < gdal-

[gdal-dev] Unable to convert NTF to png

2021-06-29 Thread Aparna Nimbalker via gdal-dev
Hello, I am a beginner to gdal and I am working with .ntf, .NTF file formats. I am trying to convert this one .NTF file (unfortunately I cannot share the file)  to a .png, so I can easily open it up and use it for a future processing. This particular .NTF file is 1.39 GB. Right now I am working o

Re: [gdal-dev] GDAL 3.3.1 RC1 available

2021-06-29 Thread Roger Bivand
No problems attributable to 3.3.1 built with PROJ 8.1.0 in R spatial package reverse dependency checks, looks good! Roger -- Roger Bivand Emeritus Professor Department of Economics, Norwegian School of Economics, Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway. e-mail: roger.biv...@nhh.no htt

[gdal-dev] Partially OT: "libsqlite3.la" error running make

2021-06-29 Thread andy
Hi, I have downloaded gdal-2.4.4 and then ./configure --prefix=/usr/local --with-sqlite3 --with-spatialite=/usr/local --with-geos=/usr/local/bin/geos-config --with-netcdf=/usr/local --with-proj When I run make I have this error: "libsqlite3.la" No such file or directory I'm using debian 11. T