Skip to content
Snippets Groups Projects
Commit 90a0a4e5 authored by Adriaens, Ines's avatar Adriaens, Ines :v_tone2:
Browse files

tools - environment and tools

parent 672ff51d
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,28 @@ From the sewio database, the data are stored on the server system of Dairy Campu
- _feeds_: feed information, i.e. the tag ids for the position table
- _streamfeeds_: feed information, i.e. the tag ids for the acceleration table
The cow ids are stored in "Copy_of_sewio_tags.xlsx", as manually entered by the interns and personnel at DC upon changing of tags for battery charging.
The cow ids are stored in "Copy_of_sewio_tags.xlsx", as manually entered by the interns and personnel at DC upon changing of tags for battery charging. All
code is written in python, and for each repository, package requirements and versions are available in the "requirement.txt" files.
Usage:
1. Create a new local enviroment, for example via Anaconda with
`conda create -n <nlas_uwb> python=3.10`
or if you work with a specific IDE
`conda create -n <nlas_uwb> python=3.10 spyder`
Then, activate your environment (`conda activate nlas_uwb`), navigate to the folder in which you cloned the repo with `cd <path>`
and use pip to install the requirements:
`pip install -r requirements.txt`
Then you can run the codes either via the IDE (spyder) or via the anaconda prompt, or powershell as preferred.
Additional information can be given upon request via <ines.adriaens@kuleuven.be>.
### Tools
**1.
**1. package to read and preprocess data**
_Filename_: read_data_sewio.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment