Easy access to the data of the KIT seatfinder. This project is not affiliated in any way with the original author of https://www.seatfinder.de/
Project description
Seatfinder Python API (inofficial)
Easy access to https://seatfinder.de data. Caches data in the background, nothing will be downloaded twice.
Installation
pip install seatfinder
Usage
from seatfinder import Seatfinder
seatfinder = Seatfinder('Kassel') # optional parameter data_dir. Default ~/.seatfinder/data
seatfinder.seat_estimate['2018-09-29']
# Slicing is also possible
data = seatfinder.manual_count['2018-09-01':'2018-10-30']
# `data` is a dict, access locations via key
data['LeoEG']
# More information about the location
seatfinder.locations['LeoEG']
# Convert to pandas dataframe
df = data.to_dataframe()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seatfinder-1.0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file seatfinder-1.0.1.tar.gz
.
File metadata
- Download URL: seatfinder-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c5db535c38df0e1054aa8f3e22b9254d564b4bdeb3bf6398522d6f1d63f27c3 |
|
MD5 | 18d2180658bc017616f6c61ba69417e8 |
|
BLAKE2b-256 | 7bdbc62b265830473e941b113cec4a2321b4d9071219c3648bc81ef0b56cc2ff |