You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geodiff generate the output on the same grid as the first DEM. Would it be possible to add an option to either generate the output in the same grid as the second DEM instead, or probably easier, switch the sign of the difference?
This way one could independently set the sign of the difference and the output resolution.
The text was updated successfully, but these errors were encountered:
This should be easy enough. In fact, we already do it that way when we diff between a dem and a csv in that tool. Regardless of the order they are passed in, one subtacts the csv from the dem as it is easy to interpolate that way, and then the sign is flipped if necessary. Hope to get to it soon.
For now you can specify the order in the reverse, and then use image_calc to flip the sign. It should hopefully work like this: image_calc input.tif -c "-VAR_0" -o output.tif but the doc has the exact syntax.
geodiff generate the output on the same grid as the first DEM. Would it be possible to add an option to either generate the output in the same grid as the second DEM instead, or probably easier, switch the sign of the difference?
This way one could independently set the sign of the difference and the output resolution.
The text was updated successfully, but these errors were encountered: