-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reprojection function creates incorrect reprojection #28
Comments
Do you know what the output reprojection is? (Ie what does GDAL think) could be we're defaulting to something and not respecting the projection of the source image. |
gdalinfo of the input image:
gdalinfo output of the output image:
|
OK I guess 3395 is a default setting (in metric units). The idea would be that we transform to a fixed 10cm resolution, predict, and then transform the predictions back into the original projection. In theory you'd never really need the resampled image, it's a convenience for the model. You could also see if QGIS will reproject the 10cm image into your original coordinate space? Are the predictions also incorrect? I think it's more important that those are aligned with the input - though typically with a different GSD. |
Until now, for inference I first did a reprojection with When I run the prediction on the raw image, I get a different error (see output below). Should
|
steps to reproduce:
tcd-reproject 20211001_FVA_Walddrohnen_Totholz_4_ortho.tif
original tif
reprojected tif overlayed:
src CRS: was 4326 here. can send file upon request
The text was updated successfully, but these errors were encountered: