Add Example BOM DATA
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -25,7 +25,7 @@
|
|||||||
"name": "Plotbox Current File",
|
"name": "Plotbox Current File",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}\\plot_box.py",
|
"program": "${workspaceFolder}\\plotbox.py",
|
||||||
"args": ["${file}"],
|
"args": ["${file}"],
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
}
|
}
|
||||||
|
|||||||
7718
IDCJAC0009_040976_1800_Data.csv
Normal file
7718
IDCJAC0009_040976_1800_Data.csv
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
|||||||
|
# Plotbox
|
||||||
|
|
||||||
|
A quick MatPlotLib data visualization tool
|
||||||
|
|
||||||
|
Rainfall Data `IDCJAC0009_040976_1800_Data.csv` obtained from BOM (https://www.bom.gov.au/jsp/ncc/cdio/weatherData/av?p_nccObsCode=136&p_display_type=dailyDataFile&p_startYear=2025&p_c=-335807484&p_stn_num=040976) on the 2026-02-20
|
||||||
@@ -87,4 +87,7 @@ def main():
|
|||||||
|
|
||||||
do_plot(None)
|
do_plot(None)
|
||||||
|
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user