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
File details
Details for the file seatfinder-1.0.0.tar.gz
.
File metadata
- Download URL: seatfinder-1.0.0.tar.gz
- Upload date:
- Size: 3.8 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 | d5820f607b0acebf4e6dddd40e06ce9a4465667dbd26874571c50f8d09c2f40b |
|
MD5 | d866ce9d94ece428ea12a90d55f3973c |
|
BLAKE2b-256 | 17265c4655ab135e58a22adfbb19f89e0493373bca2d8c2c7314b135ce09ba1b |