projfwd required parameters for proj
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 29 Mar 2018
Risposto: MathWorks Support Team
il 29 Mar 2018
If the input "proj" is a structure that comes out of geotiffinfo, which parameters of the “proj” structure are required for projfwd?
Risposta accettata
MathWorks Support Team
il 29 Mar 2018
The proj input is either a structure from geotiffinfo or a Mapping Toolbox mstruct structure.
It would be easier to use a reduced version of mstruct. The required fields are:
- mapproprojection
- nparallels
- geoid
- origin
- mapparallels
- scalefactor
- falseeasting
- falsenorthing
You can use geotiff2mstruct to convert from a GeoTIFF info structure to mstruct.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Projected Coordinate Reference Systems in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!