This repository contains the dataset used to MetroInsight Project. It may be deprecated after stabilizing the webservice.
Citadel python client library: https://github.com/MetroInsight/citadel-python-client.git
In each Dataset, you can find data in ./data and metadata in ./metadata. UPDATE: You cannot find data here to avoid privacy leak. Please contact Jason Koh to get an access to Googld Drive data folder.
Data Source | # Data Points | Granularity | Etc. |
---|---|---|---|
BuildingDepot | 7296 | 2 mins | 5 buildings |
ION Dataset | 955 | 2 mins | |
Google Traffic | 10 | 10 mins | 5 routes |
- Data Periods: 2017.1.18 ~ 2017.1.25
- BuildingDepot contains building sensors. Currently a couple of building are included.
- raw_data/buildingdepot/metadata has all the metadata related to building sensors.
- building_info.json has metadata related to buildings especially location.
- ION Dataset has energy consumption of multiple buildings. Energy consumption varies from electricity to thermal energy in water circulation. Its metadata will be augmented.
- Raw simple metadata is found in raw_data/ion_data/metadata/ion_metadata.csv However, this is not machine redable. TODO: Need to parse it.
- It is collected from Google Travel Time API. Several routes in UCSD campus are being observed.
- Routes' metadata can be found in raw_data/google_traffic/metadata/routes_metadata.json
- Contains weather sensor data collected via the Mesowest / SynopticLabs API.
- Metadata contains information about each sensor and the metrics collected, which are stored as csv files per-sensor in the data directory.
- Cotnains Wifier project data consisting of MesoWest, NWS Digistal Forecast and HRRRX forcast.
- *_citadel_dump_uploader.py is a file to upload a bunch of static data of the dataset.
- *_citadel_connector.py is a file to upload live data of the dataset continuously.
- Install citadel-python-client in citadel-python-client/ directory by the following steps:
- cd citadel-python-client
- python setup.py install