-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Technology breakdown by-suburb over time #272
Comments
I think it's a good idea to modify the code such that generating such data is easily possible. I'm not sure if it's worth storing all this data as it will quickly balloon the size of this repository but I definitely see the value behind it will have a think. |
(yes, there's a bit more code around this to pull the new attribute, and write it to a different file, so the format/size of the current isn't changed; and updates to the GHA-run script to do the same; but that's the general idea) |
Will have a PR shortly (just running the historical data) |
It's about 1.2Mbyte per week
Probably not "worth it". gzip gets about 5:1 on json like this. |
Hmmm actually possibly we could generate and publish this file using the release function of GitHub solves the repo size issue. |
The data (from 23/5 until now) is 20MB uncompressed. Took about 30 minutes to generate from git history. Updating it wouldn't add any time to the existing (weekly) process. {
"2023-05-23": {
"ACT": {
"Banks": {
"FTTN": 1456,
"FTTC": 428,
"FTTP": 2
}
},
"NSW": {
"Liverpool": {
"FTTP": 12490,
"HFC": 1227,
"FTTB": 666,
"FTTN": 2,
"FTTC": 60,
"NULL": 33
},
"Wauchope": {
"FTTN": 3138,
"FTTP": 178,
"WIRELESS": 35,
"FTTC": 33,
"SATELLITE": 3,
"NULL": 15
}, |
I don't know about that release function, how to run it etc. |
One of our existing current geojson files is already 30M, I don't think 20M is a big deal?
|
You can see what I mean about releases here: https://github.com/LukePrior/open-energy-tracker/releases (note some logic unrelated to the daily release is failing that's why actions aren't fully running) We could do a weekly release and then always grab the latest for the website. |
(we still have a bunch of open issues to minimise, and/or compress the geojson files) |
Yeah I think the file size should be fine either way however. |
OK, pushed the json file into the PR. I'll leave the charting to you :) |
I would encourage this. We may be able to answer the question whether the orderable dates announced by NBN are realistic. Some suburbs have slow takeup for economic affordability reasons (closed subscriber wallets), but others due to delays for civil works ? I am basically interested in timelines and progress. Whether the 1.5BN will run out without all sites upgraded in the announced suburbs. |
This has been merged in and will be generated going forwards, but it might be a while until I have time to get the website updated to show it. |
Like the current overall tallies/chart, but per-suburb.
https://forums.whirlpool.net.au/thread/3nklkn29?p=503#r10058
The text was updated successfully, but these errors were encountered: