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

Commit

Permalink
Publish May 2024 report
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed Jun 1, 2024
1 parent 7eac5cd commit 02be160
Show file tree
Hide file tree
Showing 11 changed files with 192,585 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 @@ -52,6 +52,7 @@ <h1>🔭 Saturn Observatory</h1>
<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>
<li><a href="?year=2024&month=05">May 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 = '04'
month = '05'
}

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

Large diffs are not rendered by default.

Loading

0 comments on commit 02be160

Please sign in to comment.