Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page