Why does projfwd not work on some geotiff files?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ted Londner
le 1 Sep 2017
Commenté : Robert Drucker
le 10 Avr 2019
I am working with a set of geoTIFF files. For some of them, I receive an error when I attempt to use the projfwd function (see below). I have little experience with the Mapping Toolbox and geoTIFF files and would appreciate any help better understanding this problem.
Error using proj2gtif (line 17) The GeoTIFF structure PROJ cannot be used with functions PROJFWD or PROJINV.
Error in projaccess (line 40) gtif = proj2gtif(proj);
Error in projfwd (line 60) [x,y] = projaccess('fwd', proj, lat, lon);
1 commentaire
Reema Alhassan
le 3 Juin 2018
hello if you solved this issue could you please tell me how ? because I have the same and I couldn't solve it ...
thanks
Réponse acceptée
Ted Londner
le 5 Juin 2018
Modifié(e) : Ted Londner
le 5 Juin 2018
1 commentaire
Robert Drucker
le 10 Avr 2019
I have been struggling with this issue, and your solution solved my problem. Thank you!!
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!