JosephBARBIERDARNAL / 30DayMapChallenge

My 2024 entries for the 30 Day Map Challenge
https://30daymapchallenge.com/
13 stars 3 forks source link

collaborative #1

Open JosephBARBIERDARNAL opened 2 hours ago

JosephBARBIERDARNAL commented 2 hours ago

dir with code and outputs

https://github.com/JosephBARBIERDARNAL/30DayMapChallenge/tree/main/src/17-collaborative

JosephBARBIERDARNAL commented 2 hours ago

I tried 2 different things. a connection map

Screenshot 2024-11-16 at 16 34 36

a heatmap (left is pickup location, right dropoff, or the opposite)

Screenshot 2024-11-16 at 16 35 08

JosephBARBIERDARNAL commented 2 hours ago

I think creating an animation that traces the path of each taxi over time would be a great idea, given that we have precise timestamps. However, this could take days to complete and might be too time-consuming.

I prefer the heatmap, though it still needs some adjustments (not entirely sure what yet) to really stand out.

jesusmlb commented 1 hour ago

Nice work! I created the animation of the pickup location by hours but not quite sure about the format. Let me know what you think

Screenshot 2024-11-16 at 17 11 25
jesusmlb commented 1 hour ago

I create a PR for the notebook I created so you can play with it and/or improve the code