Request for suggestion about obtaining map data of mountain from google map and creating a contour plot

2 次查看(过去 30 天)
Hello everyone! I need to create the contour map of a mountain using Matlab. Also, the map of mountain is present on google map or mapcarta. I need to obtain the map data. And create a contour plot. I am new to matlab, and I don’t know how to proceed. Can anyone please suggest me, how should I proceed? I will greatly appreciate the help!.

回答(1 个)

Randy Acheson
Randy Acheson 2017-4-11
I've never used Google Map data in MATLAB, but you might want to take a look at this File Exchange link:
I do know that you can access map data from the Web Map Service directly through MATLAB. This is an API for geographic data from multiple sources. You can choose one you like from the documentation page here:
This is an example of how to access and use some cloud data from a NASA server. You may be able to modify this code for your needs:
Once you have map data in MATLAB, you can create a contour plot with the 'contourm' or 'contourfm' functions. Here is the documentation for these functions:
Good luck!

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by