Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.12 KB

GeoHam: Location-based Amateur Radio Repeater tools

This library aims to provide tools to manipulate and use (fetch, map, output CHIRP configuration, filter, ...) various data sources about Amateur Radio repeaters around the world.

This early version only works with data from the Wireless Institute of Australia, but the objective is to handle other data sources by adding a single subclass of a parser object.

The library also comes with a simple command-line tool, geoham offering entry point into the library's functions.

The main building blocks are the Pandas and folium libraries.

Installation

python install .

See the Python Notebook for the rest of the documentation and full wow. You can run it locally in a Jupyter Notebook.

jupyter-notebook

Usage

There is a geoham command-line tool allowing to process the data.

geoham download
geoham parse <FILE>
geoham display <FILE>
geoham map <FILE>

Development

make
make test

Author