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

How to georeference the top down image? #9

Open
patrickcgray opened this issue Mar 5, 2021 · 0 comments
Open

How to georeference the top down image? #9

patrickcgray opened this issue Mar 5, 2021 · 0 comments

Comments

@patrickcgray
Copy link

patrickcgray commented Mar 5, 2021

Thanks for the excellent library! I've been working to process some drone images that are intentionally about 40 deg off nadir and transform them to how they'd look top down so I can pull them into a GIS workflow and map them. Is there any way to take the output of cam.getTopViewOfImage() and properly georeference it? I have been trying with rasterio and a few other libraries, but I can't quite swing it. I need either the locations of all four corners of the image or a proper transform to put into rasterio. I feel like the GPS locations of the corners of the top view image should already be within cameratransform somewhere? Is there a good way to access this data? Or a suggested way for mapping that top down image?

You can see my image here as the output of cam.getTopViewOfImage():

ocean_color_image_reprojected

Thanks again for the helpful library!

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