A script that imports the ACMA Spectra RRL into an SQLite3 database for later querying.
./import.sh
Queries the imported ACMA data with a (very rough) bounding box and frequency range so that you can view transmitters in an area.
Open google maps, navigate to the centre of the area you want to search, right click and then click on the coordinates to copy to your clipboard.
./localised_transmitters.sh
Paste in the coordinates, search distance and frequency range.
A CSV (localised_transmitters_output.csv
) is emitted that can be imported to whatever for nicer viewing.
- bash
- unzip
- curl
- sqlite3
Thanks to Gwyn Hannay for contributing all of the database logic/functionality. Thanks to kronicd for the import functionality.