Matt W1CDN
  • Joined on 2023-04-08
W1CDN pushed to main at W1CDN/ham-radio-licenses 2025-02-24 21:14:46 -06:00
3c43e62428 Update data and plots.
W1CDN commented on issue W1CDN/ham-radio-licenses#114 2025-02-24 21:11:35 -06:00
AE7Q new license counts

The scraper isn't working perfectly, need to debug.

W1CDN commented on issue W1CDN/aprs_tool#70 2025-02-19 21:40:34 -06:00
Add AGW connection

Look at Paracon (https://github.com/mfncooper/paracon), which uses AGW to connect to direwolf. Should be able to pull code out of it (MIT license).

W1CDN commented on issue W1CDN/ham-radio-licenses#107 2025-01-30 17:30:29 -06:00
Track ARRL membership

Plot shared at https://mastodon.radio/@BrucePerens_K6BP/113913717340555053, don't know the source of the data. I am not going to dip myself into Facebook to see what all those comments are…

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-12-28 14:12:57 -06:00
3f17d75ad2 Add data and update plots.
W1CDN commented on issue W1CDN/aprs_tool#17 2024-12-13 18:00:23 -06:00
Map application

This is a good example application: https://github.com/ianrenton/field-spotter

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-29 09:36:30 -06:00
172ba6e76c Fix scrape date.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-28 10:43:25 -06:00
19ceeb55d8 Update actions data and plots.
W1CDN commented on issue W1CDN/ham-radio-licenses#114 2024-11-28 10:23:43 -06:00
AE7Q new license counts

This script wasn't working, but I think is fixed in 1b58d335f8. It needs to query the previous date, not the current date.

W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-28 10:22:26 -06:00
1b58d335f8 Scrape AE7Q actions from *previous* day, not current day.
W1CDN pushed to main at W1CDN/ham-radio-licenses 2024-11-24 10:11:13 -06:00
113b3d30e8 Add data and update plots.
W1CDN pushed to main at W1CDN/aprs_tool 2024-11-20 19:56:28 -06:00
eb10695873 Add some query links.
W1CDN closed issue W1CDN/aprs_tool#69 2024-11-20 19:30:51 -06:00
Limit number of stations on index page
W1CDN commented on issue W1CDN/aprs_tool#69 2024-11-20 19:30:39 -06:00
Limit number of stations on index page

select_frames() now orders by id (index) rather than created and it is much faster now. a5978c2289

W1CDN pushed to main at W1CDN/aprs_tool 2024-11-20 19:27:50 -06:00
a5978c2289 Order frames by id to make things go faster.
W1CDN commented on issue W1CDN/aprs_tool#69 2024-11-20 11:21:26 -06:00
Limit number of stations on index page

Individually, /stations is much faster than /packets, even limited to default 10. Is that because the table is much larger or the query more complex?

W1CDN commented on issue W1CDN/aprs_tool#69 2024-11-20 10:55:58 -06:00
Limit number of stations on index page

Limited to 10 by default now: c8f8f28a4ac86dde5bd9d6c25dbc4760b17f6b08

Still taking like 7 seconds to load the page though. I wonder if a cache table could be made.

W1CDN pushed to main at W1CDN/aprs_tool 2024-11-20 10:54:31 -06:00
a1b9fc7ac4 Merge pull request 'Add simple map of stations' (#57) from map-1 into main
c8f8f28a4a Only select 10 stations by default.
ab595ed3cb Add better labels to main page map.
3758ac21cb Plot recent packets on map.
260e946ab6 Fool around with marker groups.
Compare 7 commits »
W1CDN merged pull request W1CDN/aprs_tool#57 2024-11-20 10:54:30 -06:00
Add simple map of stations