This repository contains a couple of files containing environmental variables, collected in the context of the eMOTIONAL Cities project.
- CO2V2.Humidity.csv - humidity data
- CO2V2.Temperature.csv - temperature data
An example jupyter notebook to publish these data in a Sensor Things API server is provided.
If you don't have a server, you can use this one as an example.
You will need python and jupyter installed on your machine. To run the notebook, type:
jupyter notebook
Before running the notebook, export the password of the FROST server as an environmental variable. In Linux:
export FROST_PASSWORD=[some password]
This project is released under an MIT License