Skip to content

shtrom/geoham

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages