I use libgeotiff in my project. I want to convert pixel coordinates to geographic coordinates (latitude and longtitude). But GTIFProj4ToLatLong returns false. Target OS - Windows. I downloaded libraries from here.

When I compile my project on Ubuntu using libgeotiff-dev from repository, everything works fine with the same code and the same tiff files.

I suppose some .csv or .lla files are missing when program runs on windows. Should I set some environment variables?

Another way I see is to build libgeotiff manually with mingw and msys. Can it help? It's complicated for me.

Update: I compiled libgeotiff manually using msys and mingw. Everything works now. Files from ftp.remotesensing.org seems to be built without Proj.4 support.

link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.