Back to Smartcitizen.me

How to download data from sensor graphics

I would like to be able to download the data collected by the platform’s sensors, which appear in the graphs. I want to test some outlier detection algorithms. Does anyone know how I can download this?

Hi!

All the data is accessible through the REST API: SmartCitizen API Reference

Also, you can use python to implement these algorithms (I have done some myself here): GitHub - fablabbcn/smartcitizen-data: A python SDK for analyzing sensor's data
There is a wrapper that makes access to the data in python easier and plenty of examples in the examples folder.

Thanks!! Very helpfull.

1 Like