Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Cattle Collar Dashboard

This repo includes the code/info for developing a dashboard to visualize gps collar data from cattle. It is developed using:

Data is cataloged/accessed via intake. The catalog is a json file (RRSRU_Cattle_Collar_Catalog_v2_example.yml), which allows some flexibility in the input/csv files. The dashboard uses the following:

The dashboard can be run by opening the jupyter notebook and executing the cells or by executing panel serve CC_Dash_example.ipynb

The software environment for running this dashboard can be re-created with conda using either the environment.yml or the spec-file.txt file.