Skip to content

rpasricha/MetroInsightDataset

 
 

Repository files navigation

This repository contains the dataset used to MetroInsight Project. It may be deprecated after stabilizing the webservice.

Datsets

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.

BuildingDepot

  1. BuildingDepot contains building sensors. Currently a couple of building are included.
  2. raw_data/buildingdepot/metadata has all the metadata related to building sensors.
  3. building_info.json has metadata related to buildings especially location.

ION Dataset

  1. ION Dataset has energy consumption of multiple buildings. Energy consumption varies from electricity to thermal energy in water circulation. Its metadata will be augmented.
  2. 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.

Google Traffic

  1. It is collected from Google Travel Time API. Several routes in UCSD campus are being observed.
  2. Routes' metadata can be found in raw_data/google_traffic/metadata/routes_metadata.json

Mesowest Weather Data

  1. Contains weather sensor data collected via the Mesowest / SynopticLabs API.
  2. Metadata contains information about each sensor and the metrics collected, which are stored as csv files per-sensor in the data directory.

Wifier data

  1. Cotnains Wifier project data consisting of MesoWest, NWS Digistal Forecast and HRRRX forcast.

For developers,

Directory structure

  • *_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.

Running instruction

  • Install citadel-python-client in citadel-python-client/ directory by the following steps:
    1. cd citadel-python-client
    2. python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.5%
  • Python 11.5%