Using meshgrid to analyze spatiotemporal data
Afficher commentaires plus anciens
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 commentaire
Cris LaPierre
le 10 Fév 2019
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.
Réponses (1)
Ankit Dutta
le 20 Fév 2019
1 vote
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 commentaires
Navid Hashemi
le 24 Fév 2019
Modifié(e) : Navid Hashemi
le 24 Fév 2019
Walter Roberson
le 24 Fév 2019
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...
Navid Hashemi
le 25 Fév 2019
Catégories
En savoir plus sur Geographic Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!