Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Publish April 2024 report
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed May 1, 2024
1 parent 405bc9a commit 7eac5cd
Show file tree
Hide file tree
Showing 11 changed files with 182,420 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h1>🔭 Saturn Observatory</h1>
<li><a href="?year=2024&month=01">January 2024</a></li>
<li><a href="?year=2024&month=02">February 2024</a></li>
<li><a href="?year=2024&month=03">March 2024</a></li>
<li><a href="?year=2024&month=04">April 2024</a></li>
</ul>

<b>⚙️ Data & Tooling</b>
Expand Down
2 changes: 1 addition & 1 deletion web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (year === null) {
}
let month = params.get('month')
if (month === null) {
month = '03'
month = '04'
}

function dataUrl (file) {
Expand Down
720 changes: 720 additions & 0 deletions web/outputs/year=2024/month=04/saturn_active_node.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 7eac5cd

Please sign in to comment.