https://github.com/urbancamo/adif-processor
Visualize Amateur Radio Contacts in Google Earth
https://github.com/urbancamo/adif-processor
adif google-earth ham mapping radio
Last synced: 6 months ago
JSON representation
Visualize Amateur Radio Contacts in Google Earth
- Host: GitHub
- URL: https://github.com/urbancamo/adif-processor
- Owner: urbancamo
- Created: 2021-01-18T08:30:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-02T10:54:27.000Z (8 months ago)
- Last Synced: 2025-11-02T12:07:29.728Z (8 months ago)
- Topics: adif, google-earth, ham, mapping, radio
- Language: Java
- Homepage:
- Size: 37.4 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adif-processor
Processor for Amateur Radio ADIF files.
Written by Mark Wickens [mark@wickensonline.co.uk](mailto:"mark@wickensonline.co.uk").
## What is this?
The [ADIF Processor](https://www.adif.uk) is an online application
that visualizes amateur radio contacts from an ADIF log file using [Google Earth](https://earth.google.com).
[SOTA](https://www.sotadata.org.uk/en/) CSV log files are also supported.
The processor looks for specially formatted comments in your input file which are transposed into the
correct ADIF fields in your output file.
The post-processor generates three types of output:
- Enriched ADIF files
- Google Earth KML files
- Customizable Contact listing files
The application also contains a very flexible [coordinate conversion tool](https://www.adif.uk/coord)
which can be used to convert between all sorts of different coordinate systems.
## Documentation
Here is the [documentation for the ADIF Processor](https://urbancamo.github.io/adif-processor/adif-processor).
## JavaApi4Kml
This has been forked in [urbancamo/javaapiforkml](https://github.com/urbancamo/javaapiforkml) and updated to
work with Java 11+.