Skip to content
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

geotranform of ortocorrected tif file #4

Open
albansouche opened this issue Jun 27, 2024 · 0 comments
Open

geotranform of ortocorrected tif file #4

albansouche opened this issue Jun 27, 2024 · 0 comments

Comments

@albansouche
Copy link

Hi!
I recently used the docker container (repo: digipa/orthorectify, image ID: 69df7060dd29) to post-process input images of an ODM project. However, the generated orthorectified .tif files have incorrect coordinates. Below is the output of gdalinfo for one of the .tif files:
rect849
The 6th entry of the GeoTransform array should represent the spacing in the y direction, but it appears to be a y-coordinate value instead (WGS84/UTM zone 30N).
Could this issue be related to the orthorectify tool, or might it originate from the ODM outputs used?
Here is the command line i used:

docker run -it --rm \
	-v $output_dir:/dataset \
	-v $(pwd)/images:/dataset/images \
	digipa/orthorectify /dataset \
	--interpolation bilinear \
	--no-alpha true \
	--verbose 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant