Giter Site home page Giter Site logo

hawkeye's Introduction

Read ME

This repo contains tracking data in tennis, scraped from CourtVision. To link data files and reconstruct an entire match, you will need to link files from all of the ball_trajectory, play_by_playand misc directories. Check out the example script djokovic_example.R in the example folder for an application.

Currently, there exists over 800 matches available from both ATP and WTA. These matches are from the 2019, 2020, 2021 Roland Garros and 2020, 2021 Australian Open.

If you're interested in seeing how the raw .JSON files were scraped, along with the data processing steps, please feel free to peek at the notebooks and src directories.

ball_trajectory

Each .csv file contains ball trajectory data for each rally. Note: We only have (x,y,z) ball locations when the ball is hit (hit), at the highest point of a trajectory (peak), as the ball reaches the net (net) and when the ball hits the ground (bounce).

play_by_play

Each .csv file contains rowwise the outcome of each point in an entire tennis match. Let points are not available. Some ball trajectory is included as columns (serve impact, serve bounce, serve-return impact, serve-return bounce, etc)

misc

This repo contains dataframes of player names and their respective player IDs. Note: Players have two IDs (one corresponding to the Australian Open, and the other to Roland Garros).

Court dimensions are labelled in metres. For convenience, here's a plot.

alt text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.