Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-22 Thread Daniel Evans via gdal-dev
is=0x5584b5c21370) > -------------- > *From:* Daniel Evans > *Sent:* Thursday, April 18, 2024 9:03 AM > *To:* Joseph McGlinchy > *Cc:* Even Rouault ; gdal-dev@lists.osgeo.org > > *Subject:* Re: [gdal-dev] gdalwarp with RPCs causing bogus output > >

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-18 Thread Joseph McGlinchy via gdal-dev
) From: Daniel Evans Sent: Thursday, April 18, 2024 9:03 AM To: Joseph McGlinchy Cc: Even Rouault ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] gdalwarp with RPCs causing bogus output Hi Joe, My minimal change is just to add the missing "RPC_DEM=srtm_12_05.tif" and

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-18 Thread Daniel Evans via gdal-dev
to know if it is enough to zero > out the higher-order terms after the full set of coefficients are fit? > Since there are squared terms in the higher-order coefficients, that could > definitely be part of the issue, even if it works mathematically. > > thanks! > Joe >

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-18 Thread Joseph McGlinchy via gdal-dev
helps with this, then I'm happy to try it. I'll give that a look too. thanks! Joe From: Daniel Evans Sent: Thursday, April 18, 2024 5:44 AM To: Joseph McGlinchy Cc: Even Rouault ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] gdalwarp with RPCs caus

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-18 Thread Daniel Evans via gdal-dev
ks! > Joe > -- > *From:* Even Rouault > *Sent:* Wednesday, April 17, 2024 4:20 PM > *To:* Joseph McGlinchy ; gdal-dev@lists.osgeo.org > > *Subject:* Re: [gdal-dev] gdalwarp with RPCs causing bogus output > > > Hi, > > > I haven

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-17 Thread Joseph McGlinchy via gdal-dev
esday, April 17, 2024 4:20 PM To: Joseph McGlinchy ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] gdalwarp with RPCs causing bogus output Hi, I haven't done myself that exercice but I know that computing RPC values that are stable enough might be challenging, so perhaps the issue is relat

Re: [gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-17 Thread Even Rouault via gdal-dev
Hi, I haven't done myself that exercice but I know that computing RPC values that are stable enough might be challenging, so perhaps the issue is related to that A few other remarks: - your gdalwarp command line refers to  RPC_DEM_SRS and RPC_DEM_MISSING_VALUE but doesn't include a RPC_DE

[gdal-dev] gdalwarp with RPCs causing bogus output

2024-04-17 Thread Joseph McGlinchy via gdal-dev
Hello, I am attempting to implement georegistration through RPC. I have the following information I've used to calibrate the RPC coefficients, using all terms for numerator and denominator for both sample and line equations. * image grid, stored in tiff format with no geo-information associa