Closed robertowiestifsul closed 2 years ago
Hi @robertowiestifsul
On the image object theres a couple of methods that could be useful, depending on the type of georeferencing of your image.
I think the getBoundingBox
method is what you are looking for. Alternatively, the getOrigin
in conjunction with getResolution
and getWidth
/getHeight
should also give you results.
I'll close this issue, please reopen if a question remains.
Hello, I'm using the code below to read information from a file and I can get the corner coordinates from the TIFF query in image metadata. How do I do this using geotiff?
when using image.getGDALMetadata() is returning null