Witam!
W liście datowanym 27 lutego 2013 (03:30:14) napisano:
But direct import, query, etc. from Chirp? That would be something easier for end users. Can You imagine finding csv file saved by those evil browser in some random directory among 2TB of other temporary files?
Adding a direct query is not a problem. If you could expose a JSON representation of the query options for dynamically building the UI, perhaps, and then a way to get a CHIRP CSV file based on those query paramters, that'd be perfect. Sound okay?
Please, look at this:
http://przemienniki.net/export/chirp.csv
Available URL params:
country (optional) - one of 'by', 'cz', 'de', 'lt', 'pl', 'sk', 'uk', if not set, all available countries will be dumped into file mode (optional) - 'fm' or 'dv', if not set, both dv and fm repeaters will be dumped onlyworking (optional) - if set (no matter to what), only working and confirmed repeaters will be exported
latitude, longitude (optional) - cooridinates of origin point to filter repeaters by distance range - maximum distance from origin point in kilometers
Example:
http://przemienniki.net/export/chirp.csv?country=pl&mode=fm&onlywork...
That's for start. There's no problem to implement more bells and whistles to this URL ;)