How can I plot my own raster data in geoglobe?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dan Gianotti
le 16 Oct 2020
Commenté : Tihomir Kostadinov
le 16 Fév 2024
I'm excited about the geoglobe function, and am trying to figure out how to put my own raster data on it. The analogy I'm working from is something like using geoshow(lat,lon,X,'DisplayType','surface').
Using geoplot3 with geoglobe seems to be just for vector data. The AddCustomBasemap function seems to be all about web-hosted content. Is there some way to put my own data onto a geoglobe object?
Thanks!
1 commentaire
Tihomir Kostadinov
le 16 Fév 2024
Hi everyone,
I have the same question - is it possible and if so how can I plot my own raster data on a geoglobe? Ideally it would be zoomable and update the display at each zoom level up to teh native resolution of the raster.
gesoshow() as suggested below does not work for me, it does not plot on the geoglobe but creates its own figure and axes.
Many thanks!
Réponse acceptée
Tarunbir Gambhir
le 28 Oct 2020
Using "geoshow(I,R)" you can project and display an image (or a data grid) georeferenced to latitude-longitude through the Geographic referencing object R. You will have to create this georeference rastor data that corresponds to your image/data.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Propulsion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!