Using meshgrid to analyze spatiotemporal data
3 ビュー (過去 30 日間)
古いコメントを表示
Hi Everyone,
How can I create a uniform grid of a geographical area to locate and analyze the distribution of lots GPS data (vehicles trajectory data) over the time?
Any suggestion on how to use meshgrid (or any other approach) is very much appreciated.
Thank you so much
1 件のコメント
Cris LaPierre
2019 年 2 月 10 日
Asking multiple times isn't the best approach. If you are not getting replies, it is generally because your question is too vague. Try adding additional details to your post. Better yet is to include code you have tried along with an explanation of what your code is not doing that you need help with.
回答 (1 件)
Ankit Dutta
2019 年 2 月 20 日
As Cris LaPierre suggested, it would be better if you could add the additional information to your post. Adding the code with explanation of what you have tried so far can be helpful to get a better understanding of the problem.
Additionally, you can try using the following functions to visualize data on maps:
- geoplot -- Plot lines in geographic coordinates
- geoscatter -- Scatter chart in geographic coordinates
- geobubble -- Visualize data values at specific geographic coordinates
- geodensityplot -- Plot for geographic density
3 件のコメント
Walter Roberson
2019 年 2 月 24 日
Which coordinate system does it have to be uniform in? Uniform increments in lat / long can often be easiest to express, but it leads to cells that are not rectangles on the surface of the Earth (even ignoring altitude / terrain effects.) Rectangular in curvilinear patches approximated as flat on the surface of a deemed sphere, is not rectangular in lat / long. Rectangular in curvilenear patches approximated as flat on a reference spheroid will not necessarily agree with reference sphere...
参考
カテゴリ
Help Center および File Exchange で Geographic Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!