Dear OM's
I hope someone can help me.
How can I find (with Python) all APRS gateways (callsigns and coordinates) (all types: RX, Lora, etc.) within a defined area (BBOX)?
The following did not work:
url = f ‘https://api.aprs.fi/api/get?what=box&bbox={lon_sw},{lat_sw},{lon_ne},{lat_ne}&apikey={api_key}&format=json’
73 and thank you for your help, Roman, HB9XBK
--You received this message because you are subscribed to the Google Groups "aprs.fi" group.To unsubscribe from this group and stop receiving emails from it, send an email to aprsfi+un...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/aprsfi/44d9c3f1-e496-4bc8-ae65-167e409fb39dn%40googlegroups.com.
Hello Hesu thank you very much for your respond.
I am surprised because for the Visualisation with leaflet it needs somehow to get the data in a BBOX.
I try to collect the location of all the gateway and digipeater of Switzerland to make calculation about the APRS coverage and to understand the network. I think also about having a "RX gateway" installed if needed.
I got a way to get with python the data stream of aprs-is. (with aprslib) (but have still some problems about the server side Filter)
I got also a way to get all the callsigns from HB9HB3 from aprs.fi.
Now I try to get the type and location of all station with APRS-fi.api which seems to be too much for the API (I would need to get about 1700 requests probably every half year)
Maybee it is possible to get the info over the leaflet interface.
73 de Roman, HB9XBK