Is High Resolution Satellite Imagery in GeoGlobe Possible Offline? ...and in a Compiler SDK .NET DLL?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
We currently have a matlab product we use offline and compile to a DLL for calling from a C# program. I'm looking into the mapping toolbox to see if we could use the geoglobe plots. However, there is a big issue of the map imagery needing internet access. I've been digging though this link.
The closest thing I've seen so far is saving off of the Tiff files, but the example show is VERY low resolution and the documentation does not even suggest it supports geoglobe. Meanwhile, the downloadable options (like "colorterrain") all provide very little detail when close in.
I realize this would potentially be massive in size. I'm OK with that. Also, I would likely just be targeting specific regions for the high resolution imagery.
Note also I don't need this solution to be within Matlab. Could I potentially download and replicate the image server on the local network and simply point matlab to that local URL using addCustomBaseMap?
0 comentarios
Respuestas (1)
Kojiro Saito
el 3 de Abr. de 2024
Editada: Kojiro Saito
el 12 de Sept. de 2024
geoglobe accepts custom basemap but addCustomBasemap only allows URL or MBTiles file, so you need to host internal Web Map Server or provide .mbtiles file in local.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!