Skip to content

Python implementation of methods to work with real-time location system (RTLS) data from GEA CowView

Notifications You must be signed in to change notification settings

CSI-DT/pycowview

Repository files navigation

pycowview

Python implementation of methods to work with real-time location system (RTLS) data from GEA CowView.

This repository contains core functions that could be used for specific analyses. The code for pycowview is a work in progress, so feel free to suggest your changes.

Getting started

In order to access the pycowview code, please add a new submodule to your repository using the the following command: git submodule add https://github.com/CSI-DT/pycowview

Then you can use the pycowview code as follows:

from pycowview.plot import plot_barn

fig, ax = plot_barn('data/barn.csv')
fig.savefig("plot.png")

About

Python implementation of methods to work with real-time location system (RTLS) data from GEA CowView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages