xlhomme / GeotiffParser.js

A JavaScript-based parser for the GeoTIFF image format.
Mozilla Public License 2.0
46 stars 15 forks source link

how to get longitude and latitude for geoTiff image #6

Open rawatrob opened 7 years ago

rawatrob commented 7 years ago

Thanks for share it have check it this is really great work. I have query can you please suggestion me how to get longitude and latitude from it... please share your suggestion.. I'm waiting...

xlhomme commented 7 years ago

Hi See testGeotiffParser.js : there is a function ImageToPCS.

best regards

rawatrob commented 7 years ago

Thanks Xlhomme, have check it but it share a Coordinates of tiff image..

How I can transform it with longitude and latitude... When I pass these coordinate to google map then didn't work and gettting no result found but when I pass it with python "transform.TransformPoint(x,y);"

then get a new coordinate when I pass these coordinate in google map that is working get the correct cordinate so please suggest me how to transform the point in this lib...

rawatrob commented 7 years ago

Thanks it has done....