필터 지우기
필터 지우기

extract images linked in kml and convert to local

조회 수: 6 (최근 30일)
Justin Bell
Justin Bell 2022년 10월 19일
답변: Aditya 2023년 9월 1일
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