METRo
From Documentation
Contents |
[edit] Introduction
METRo stands for Model of the Environment and Temperature of Roads. METRo is a road forecast software created in 1999 and distributed under the GPL license by Environment Canada.
With the help of observations provided by a road weather station (road weather information system, RWIS) and the atmospheric forecast, METRo can, amongst other things, predict the roads conditions with particular interest such as: freezing rain, accumulation of snow, frost and thaw.
METRo is written in python and fortran 90 and can perform a 48 hours forecast on a standard desktop computer in less than 2 seconds.
[edit] Download
- Stable: METRo 3.2.0
- SVN:
- Browse
- Download:
svn co http://svn.gna.org/svn/metro/metro/trunk metro
- Changelog
See license section for conditions of download and use.
[edit] Documentation
[edit] Usage
In a general way, this application should be called in command line like this:
python metro --input-forecast /data/forecast/forecas.xml \ --input-station /data/station/station_configuration.xml \ --input-observation /data/observation/observation.xml \ --output-roadcast roadcast.xml
[edit] Bugs
For any bug report, please fill the bug report section on gna website.
You can also visit the developers corner of this wiki to post a question or to read about your problem or the troubleshooting page to see if there is a workaround or if it has already been reported.
[edit] Contribute
If you want to contribute in the METRo project, join the the METRo mailing list.
You can also consult the wish list to add an entry.
[edit] License
METRo is distributed under the GPL license version 2.
For more information about this license, please visit the GPL FAQ.
[edit] Reference
The METRo software is the implementation of the article:
- Crevier, L.-P., and Y. Delage. METRo: A New Model for Road-Condition Forecasting in Canada.
- Writing and presentations about METRo
| This page is part of the documentation of the METRo software. Back to the table of content. |


