[gdal-dev] Nitf Metadata parsing
jovajova24
ejovenitti at gmail.com
Sun Apr 25 10:52:44 PDT 2021
I found this,
http://osgeo-org.1560.x6.nabble.com/gdal-dev-NITF-DES-Data-td5448580.html (
and other threads) -- so it sounds like to parse a NITF DES you need to
rebuild GDAl with the ESRI_BUILD flag. Is this correct ?
Mover-over, I've been trying to find some c++ sample code to parse a NITF
DES.
Via this thread:
http://osgeo-org.1560.x6.nabble.com/gdal-dev-Accessing-a-Nitf-DES-td5485537.html
Even pointed me to this link:
https://github.com/OSGeo/gdal/pull/3153 ( and thank you for that) but these
examples use objects like:
NITFSegmentInfo
NITFDESGetXml
Which when you download 3.2.1 for Windows, none of these specific NITF
objects
are included in the compilation.
Ok DUMB question (and I apologize for this) how do you get access to the
listed above nitf specific objects?
Is there a way to parse NITF DES data without using these objects?
So, now I'm trying to build GDAL myself and I run into the following issue:
On VS 2019 it's complaining about the correct version of PROJ >= 6, even
though I've set it to version 7.2.
Can any one build the latest GDAL on windows outside the CI loop?
If so can you post your setup?
Thanks again.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
More information about the gdal-dev
mailing list