Hello! I have been collecting data using the local save option using my krakenSDR and Pi 4, which is recorded into a CSV file. I was wondering if there is a Python code or if anyone has made one that calculates the coordinates of the transmitters from the CSV local data? Similar to how the kraken mapper service works, any information would be greatly appreciated!
The closest open source mapper project is probably GitHub - projecthorus/chasemapper: Browser-Based High-Altitude Balloon Chase Map
But they just take the max bearing and plot that, and take intersections.
Have you got one receiver or two? I’ve done a lot with code for multi receiver automatic triangulation. And I’ve also done a lot for single moving receiver triangulation.
The goal is to estimate the location of multiple transmitters. Any code would be greatly appreciated!