-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: spatial_metrics_model #146
base: develop
Are you sure you want to change the base?
feat: spatial_metrics_model #146
Conversation
…xy_object (Docs missiing)
…, adapted documentation
Hi @draabe , this PR is a modified version of PR 79 to calculate the convex_hull_area and the effective_playing_space. |
…xy_object (Docs missiing)
…, adapted documentation
…write_response to dump_list_of_dicts , and read_response to load_list_of_dicts ; changed names to be more clear e.g. : data_list_dict to players_sensor_data_dict_list ; added example to main_user_function
…ricsModel for unhandled errors spotted through testing
…rror that occured during testing
…aRo/floodlight into feature_SpatialMetricsModel
Hi @VellaRo,
|
Added spatialMetricsModel with connvexhull plot (on pitch) and code to run an example.