Re: [gdal-dev] New to Gdal and NITF

2020-05-06 Thread Brad Hards
I doubt there is a NITF specific example, but it'll mostly look like other format transforms. What have you looked at already? What have you tried? What did you expect to happen? What happened instead? What debugging have you already tried? Brad -Original Message- From: gdal-dev On Beha

[gdal-dev] Multiple gdal task

2020-05-06 Thread Projjolita Mahanta
Hi all, I am new to gdal and was trying to save a grib image to tiff using the below cmd line gdal_translate f024.grb f024.tiff -of Gtiff It worked perfectly for a single image but I have multiple images. So is there something which we can use for this? Regards, Projjolita ___

[gdal-dev] Help building GDAL with ODA for the first time

2020-05-06 Thread Jorge Gustavo Rocha
Hi, I would like to compile GDAL with DWGv8 support in Ubuntu. I already have an ODA account and I've downloaded the Kernel and Drawings SDK (and an activation header): Kernel_lnxX64_5.3dll_21.3 Drawings_lnxX64_5.3dll_21.3 I'm trying to compile GDAL with: CPPFLAGS='-I/home/jgr/dev/gdal/ODA/Kerne

[gdal-dev] New to Gdal and NITF

2020-05-06 Thread RejectKid
Hello I am very new to the C# GDAL nuget and am trying to find an example of the creation of a NITF image. Are there any examples of that? For example if i have a png and i want to create a nitf from that and add geolocation to that nitf how would i do that with this GDAL nuget? -- Sent from:

[gdal-dev] Intro

2020-05-06 Thread Peter Hubner
Hi all, I just wanted to introduce myself and the team I work with. I am a software engineer at NDP in Boulder CO working on a variety of projects which utilize a lot of the capabilities inside of GDAL. The lab which we support is the Boulder TAP Lab (https://www.boulderlab.org/) On many of the pr

Re: [gdal-dev] Having trouble building latest GDAL from source

2020-05-06 Thread Even Rouault
On mercredi 6 mai 2020 18:17:34 CEST Craig Delancy wrote: > Windows 10, 64-bit > > I'm having a bit of trouble building GDAL from source. > It seems like it has a problem linking to PROJ, which build without issue > for me. Is anyone here familiar with this specific error? > > 1> Creating libra

[gdal-dev] Having trouble building latest GDAL from source

2020-05-06 Thread Craig Delancy
Windows 10, 64-bit I'm having a bit of trouble building GDAL from source. It seems like it has a problem linking to PROJ, which build without issue for me. Is anyone here familiar with this specific error? 1> Creating library gdal_i.lib and object gdal_i.exp 1>proj.lib(filemanager.obj) : error

Re: [gdal-dev] OGR GeoJSON transormation woes

2020-05-06 Thread Even Rouault
On mercredi 6 mai 2020 16:27:24 CEST Frank Broniewski wrote: > Hi everybody, > > I've written a small plugin for QGIS in which I am using OGR to > transform GeoJSON from a Web API into a national CRS. > It used to work fine, but the changes introduced to axis ordering with > the latest versions of

[gdal-dev] OGR GeoJSON transormation woes

2020-05-06 Thread Frank Broniewski
Hi everybody, I've written a small plugin for QGIS in which I am using OGR to transform GeoJSON from a Web API into a national CRS. It used to work fine, but the changes introduced to axis ordering with the latest versions of GDAL introduced errors in my code. Things aren't anymore where they