Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__pycache__
*.pyc
*.pyo
*.so
*.o
*.a
*.so.*
*.so.1
*.so.2
*.so.3
*.so.4
700 changes: 26 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

713 changes: 336 additions & 377 deletions calc_fields_density.py

Large diffs are not rendered by default.

Binary file added data/tile_density_2025-02-01_2026-01-31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/tile_density_2025-06-01_2026-05-31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/tile_density_2026-02-01_2027-01-21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9,475 changes: 4,775 additions & 4,700 deletions data/tiles_nc.csv

Large diffs are not rendered by default.

4,700 changes: 0 additions & 4,700 deletions data/tiles_nc_density_2023-08-01_2025-07-31.csv

This file was deleted.

4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ numpy
astropy
datetime
argparse
multiprocessing
logging
colorlog
matplotlib
pandas