Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cctv traj #3

Closed
wants to merge 3 commits into from
Closed

add cctv traj #3

wants to merge 3 commits into from

Conversation

odufour7
Copy link
Contributor

  • I modified the name of the cameras in the .json file to match the MADRAS article
  • I added a new camera to the map the one at the exit of place des terreaux to match the MADRAS article
  • I added a tab about visualisation in time and in space of trajectories on the place des terreaux. The data of cameras from airbnb just need to be updated to the right coordinate system (this can be added later in the python file also)
  • I modified the contact_tab to make it more friendly and readable.
  • I still have to included analysis of CCTV cameras

src/tabs/animation_tab.py Show resolved Hide resolved
src/tabs/animation_tab.py Outdated Show resolved Hide resolved

fig, ax = plt.subplots(figsize=(2, 2), dpi=10)
sns.histplot(df['Total-number-of-collisions'], bins=bins, kde=True, log_scale=(log_plot[0], log_plot[1]), ax=ax)
def plot_histogram(df: pd.DataFrame, bins: int, log_plot: Tuple[bool, bool]) -> plt.Figure:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docstring missing

@odufour7
Copy link
Contributor Author

Ok, I have made the changes

@odufour7 odufour7 closed this Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants