This is a work-in progress repository for Orange Data Mining widgets to access data from Smart Citizen and STAplus.
This repository forms part of the CitiObs project, and has received funding from the European Union. See Funding section.
Note: this project has been inspired by MECODA-Orange.
The first widget (Smart Citizen Search) collects data from the Smart Citizen API. It allows to select the device either via device ID (the number after https://smartcitizen.me/kits/[...]) or by searching the API by city, tags, or device type. The second widget (Smart Citizen Data) uses the data from the first one and collects timeseries tabular data from a device, with a defined rollup
(i.e. the frequency of the readings), minimum and maximum date; as well as resample options.
The STAplus node requires the secd_staplus_client
library. For now, it's only available in private mode.
Clone and install in editable mode with your environment of preference:
git clone [email protected]:fablabbcn/orange-sensors.git
cd orange-sensors
pip install -e .
Run orange canvas:
python -m Orange.canvas
Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Executive Agency (REA). Neither the European Union nor the granting authority can be held responsible for them.