Tagged Questions
2
votes
1answer
68 views
How to flip X and Y coordinates of a grid by GDAL
I have a grid, which has flipped X and Y coordinates (X is represented by Y values and Y is represented by X values). This results in grid being positioned in completely wrong place.
How can I flip ...
1
vote
0answers
103 views
gdallocationinfo from C++?
I need a C++ API to convert x,y Image Coordinates in their native projection to output image pixel,line coordnates. I see the gdallocationinfo documentation, but no API for it.
Where in online GDAL ...
