[gdal-dev] Gdal raster reproject equivalent to gdalwarp -rpc

Michael Smith michael.smith.erdc at gmail.com
Fri Jul 18 05:05:01 PDT 2025


All,

 

Is there an gdal raster reproject equivalent command to gdalwarp -rpc (which we use for NITF files with RPC georeferencing information? Additionally, is there a gdal pipeline way to use info as the last step rather than writing a file? I would be very useful to be able to do 

gdal raster pipeline ! read  example_01_P004.NTF ! reproject --rpc ! info -f text 

 

or if there is a stdout/stdin method then gdal raster pipeline ! read  example_01_P004.NTF ! reproject --rpc ! write <stdout> | gdal raster info -f text <stdin>?

 

Mike

 

 

-- 

Michael Smith

RSGIS Center – ERDC CRREL NH

US Army Corps

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250718/a36eef7c/attachment.htm>


More information about the gdal-dev mailing list