NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Dear sir/madam,

I am working on a research project and we would like to create a video to show the trajectory changes of vehicles at one intersection. May I know if we can use OSM to plot real-time points based on the latlon info of each vehicle and generate a video automatically (by using Python if possible)? The data we have include latitude, longitude, and time sequence info.

Thanks for your time and help! Looking forward to hearing from you!

Best, Yiran

asked 11 Oct '23, 20:21

Rubyzyr's gravatar image

Rubyzyr
11112
accept rate: 0%


If it is just one intersection, I recommend to just download the appropriate map section (tiles, https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) from OSM and work locally on this image file using eg. python. That way you don't have to worry about downloadtimes from the server nor tile usage policies.

permanent link

answered 17 Oct '23, 15:22

fx99's gravatar image

fx99
196233
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×55
×45
×25
×5
×2

question asked: 11 Oct '23, 20:21

question was seen: 529 times

last updated: 17 Oct '23, 15:22

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum