VolpeUSDOT / FHWA-DANATool

The Database for Air Quality and Noise Analysis (DANA) Tool provides traffic-related inputs to the Motor Vehicle Emission Simulator (MOVES) vehicle emissions model and the Traffic Noise Model (TNM).
8 stars 1 forks source link

# FHWA's DANA Tool

The Database for Air Quality and Noise Analysis (DANA) tool provides traffic-related inputs to the Motor Vehicle Emission Simulator (MOVES) vehicle emissions model and the Traffic Noise Model Aide (TNMAide). DANA provides real-world measurements of traffic conditions for use in environmental analyses. In the past, analysts relied almost exclusively on transportation models to generate base year traffic data, an often-cited shortcoming of transportation emission and noise analyses. By having these data already compiled, environmental analysts are spared the task of assembling the data.

DANA creates two air quality-related data sets and a combined traffic data for a spreadsheet-based noise tool, TNMAide. The datasets are:

Installation

The fully compiled, standalone DANA tool can be downloaded and installed from FHWA's main page:

https://www.fhwa.dot.gov/environment/air_quality/methodologies/dana

A full user guide describing the data inputs and outputs of the DANA tool as well as the usage of the GUI can be found at the above page as well.

If you would like to use the source python scripts in the DANA tool library, you may clone this repository and use the 5 data processing functions defined in the library in your own Python scripts or projects.

git clone https://github.com/VolpeUSDOT/FHWA-DANATool.git

Usage

To run the graphical user interface from a Python environment:

python NTD_05_main_GUI.py

To use the data processing functions separately:

from lib import NTD_00_TMAS
from lib import NTD_01_NPMRDS
from lib import NTD_02_MOVES
from lib import NTD_03_SPEED
from lib import NTD_04_NOISE

See the RUN_DANA.py file included in this repository for examples of how each processing function is used.

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact David Kall with questions about contributions or permissions.

License

MIT