Le mardi 03 mai 2016 15:17:57, Jim Bellenger a écrit : > Who do I need to talk to about the issue that QGIS displays NITF imagery > but it doesn't use the RPC math model to orient the image and display the > coordinates?
I've just submitted a pull request so that RPC are used to automagically warp the imagery : https://github.com/qgis/QGIS/pull/3056 You can workaround this by doing : gdalwarp your.nitf your.nitf.vrt -of VRT and opening your.nitf.vrt You can also create a real GeoTIFF for a more smoother experience after the initial conversion: gdalwarp your.nitf your.nitf.tif Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
