A package for handling soccer data
Project description
soccer-py
A python application to handle soccer data.
- Visualization tool for X & Y coordinates
Documentation
Check out the Documentation
Examples
from todofcpy.graph import Sprintmap
df = df[['x_pos','y_pos']]
dat = df.to_numpy()
tsm = Sprintmap(data=dat)
plt = tsm.create_sprintmap_plot()
plt.show()
from todofcpy.graph import Heatmap
df = df[['x_pos','y_pos']]
dat = df.to_numpy()
thm = Heatmap(data=dat)
thm.set_colors(color='plasma')
plt = thm.create_heatmap_plot()
plt.show()
...
(_or_)
...
from todofcpy.graph import Heatmap
df = df[['x_pos','y_pos']]
dat = df.to_numpy()
thm = Heatmap(data=dat, color='magma')
plt = thm.create_heatmap_plot()
plt.show()
Extra Data Work
This is a passion project started at Todo Football Club
Releases
0.0.0 == Currently graphs a heatmap.
0.1.0 == Sprintmaps.
0.1.1 == 2d array bug fix.
0.2.0 == Heatmap can choose color scheme from ['viridis', 'plasma', 'inferno', 'magma', 'cividis']
Restructuring of codebase.
0.3.0 == Animation of single player.
0.3.1 == Create pyplot field with color choices.
License
todofcpy is a MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
todofcpy-0.3.1.tar.gz
(20.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
todofcpy-0.3.1-py3-none-any.whl
(21.6 kB
view details)
File details
Details for the file todofcpy-0.3.1.tar.gz.
File metadata
- Download URL: todofcpy-0.3.1.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39e60943998b83a893e22c599ef0cadee8308c2bcfdf2de62cc35fd5901bbf08
|
|
| MD5 |
107eed90c1528094917c8700a353f36b
|
|
| BLAKE2b-256 |
e169ce3ba7f95215a5be1076a548e8da67afe6434c1a05c209340c1e033584c1
|
File details
Details for the file todofcpy-0.3.1-py3-none-any.whl.
File metadata
- Download URL: todofcpy-0.3.1-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3cb181803dbca2cd56749dcfc7224b20b7e21fd452b4df946bd70850f3a100
|
|
| MD5 |
fbcf6fd63f0421320b2a957644090494
|
|
| BLAKE2b-256 |
a2b6f11f5909e3c904678bfa7dd458b63ce77d22fe456fd98e18327cc86683a6
|