Metadata-Version: 2.1
Name: pyitm
Version: 0.3
Summary: Longley-Rice Irregular Terrain Model
Home-page: https://github.com/tmd224/pyitm
Author: Mike DiSanto
Author-email: tmdisanto@gmail.com
License: MIT
Download-URL: https://github.com/tmd224/pyitm/archive/v0.3.tar.gz
Keywords: Longley-Rice,ITM,RF Propagation,Terrain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE

[![Build Status](https://travis-ci.org/tmd224/pyitm.svg?branch=master)](https://travis-ci.org/tmd224/pyitm)
![License](https://img.shields.io/badge/license-MIT-red)
![Python](https://img.shields.io/badge/Python-3.4%2B-blue)
[![Coverage Status](https://coveralls.io/repos/github/tmd224/pyitm/badge.svg?branch=master)](https://coveralls.io/github/tmd224/pyitm?branch=master&service=github)
[![PyPI version](https://badge.fury.io/py/pyitm.svg)](https://badge.fury.io/py/pyitm)
[![Documentation Status](https://readthedocs.org/projects/pyitm/badge/?version=latest)](https://pyitm.readthedocs.io/en/latest/?badge=latest)

# pyitm: Longley-Rice Irregular Terrain Model
This is a pure python implementation of the NTIA Longley-Rice Irregular Terrain Model.

Documentation hosted on [Readthedocs](https://pyitm.readthedocs.io/en/latest/index.html).

**Original NTIA Disclaimer:**

The ITM software was developed by NTIA. NTIA does not make any warranty of any kind, express, implied or
statutory, including, without limitation, the implied warranty of merchantability, fitness for a particular purpose,
non-infringement and data accuracy. NTIA does not warrant or make any representations regarding the use of the software
or the results thereof, including but not limited to the correctness, accuracy, reliability or usefulness of the
software or the results. You can use, copy, modify, and redistribute the NTIA-developed software upon your acceptance
of these terms and conditions and upon your express agreement to provide appropriate acknowledgments of NTIA's ownership
of and development of the software by keeping this exact text present in any copied or derivative works. By clicking the
links on this page to download the software, you acknowledge that you have read this disclaimer.

