patel-zeel / aqmsp

Air Quality Modelling and Sensor Placement

Home Page:https://patel-zeel.github.io/aqmsp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage

Tutorials and Documentation | AQMSP Data

Air Quality Modeling and Sensor Placement (AQMSP)

Install

To install this package, run the following command:

pip install git+https://github.com/patel-zeel/aqmsp

To install the submodules, run the above command for that submodule. For example, to install the aqmsp_data submodule, run the following command:

pip install git+https://github.com/patel-zeel/aqmsp_data

Submodules Guidelines for Contributors

Whenever edits are made in a submodule:

  • Commit changes in the submodule
  • Commit changes in the main repo
  • If you first push changes in the main repo, it'll not fail, but it has updated the commit number of the submodule, which is not yet pushed to the remote. So, clicking on the submodule folder in the remote will throw a 404 error.
  • To avoid this, first push changes in the submodule and then push changes in the main repo.

About

Air Quality Modelling and Sensor Placement

https://patel-zeel.github.io/aqmsp/


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%