How do I write out a GeoTIFF with a coordinate reference system for Mars (e.g., IAU_Mars_2000_Sphere)?
Afficher commentaires plus anciens
I am trying to write out a digital elevation model (DEM) as a geoTIFF, with a coordinate reference system for Mars. For Earth, I am able to do:
outfile = 'synthetic_dem.tif';
geotiffwrite(outfile, int16(Z), Rgeo, 'CoordRefSysCode', 4326); % EPSG:4326 = WGS84 (Earth)
But I am not sure how to do this for Mars, since, as far as I can tell, there is no CoordRefSysCode for Mars. Something like IAU_Mars_2000_Sphere would be ideal ( https://spatialreference.org/ref/esri/104971/wkt.html ). I am new to these systems, so I may be mixing projections and coordinate reference systems.
Thank you for your help!
2 commentaires
Walter Roberson
le 16 Nov 2025
I have no idea how to do this, but when I look around a bit, I find references that indicate that it can be done. I find specific mention of GeoTIFF format being used for Mars rover data.
Aditya Khuller
le 17 Nov 2025
Modifié(e) : Walter Roberson
le 17 Nov 2025
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Geographic Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!