extract images linked in kml and convert to local

7 次查看(过去 30 天)
I am working with some kml files similar to some publically available ones (linked here) NOAA KMZ Data Sample The KMZ/KML mainly links to publicly available imagery and loads it from the web. This is great if you're somewhere with fast wifi, not great if you're traveling or have firewall issues.
I am trying to find a way to load them once, and then scrape the content to create a local copy. Storage space is not an issue. I have the mapping toolbox. Is there something in general or in Matlab that would allow this?

回答(1 个)

Aditya
Aditya 2023-9-1
Hello Justin,
Here are few steps which you can follow to load and store the extracted images locally onto your system:
  1. Use the "xmlread" function to load the KML file and apply the appropriate functions to extract the required data.
  2. Utilize the "websave" function to save the images by providing the respective URLs.
For more information on these functions please refer to the following documentations:
Hope this helps!

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by