Hello, we wrote a working GeoTIFF loader a few years ago using Proj4 library.
The worts problem with GeoTIFF format is that it uses relative links to EPSG or ESRI definitions just with a number!! AND if somebody adds new definitions LATER the original database cannot solve them anymore!! REAL IDIOTS!! They should have ALWAYS included the FULL definition instead of just the "number"!! That way the GeoTIFF format would have worked forever! Now it just works until somebody adds a new entry to the database and some other idiot chooses to reference it in a GeoTIFF file!
But what so ever, you can try to live with this error by always using the latest ESRI/EPSG database with your GeoTIFF loader! (So, your GeoTIFF loader needs an ESRI/EPSG definition database to work.)
Regards: Janne ------------------------------------------ Dan Crosby kirjoitti 2023-07-26 06:19:
One thing I tried to get working at the time, but never really did, was to read to geo-data from a GeoTIFF and convert steps I should take to get the correct projection info out of a GeoTIFF and convert it? Thanks, Dan
_______________________________________________ PROJ mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/proj
