chore: gitignore excluded/duplicate raw files, add remaining approved CSVs

This commit is contained in:
Aric Camarata 2026-03-23 04:28:52 -04:00
parent 9ea537d26d
commit 180e1bf38b
3 changed files with 1215 additions and 0 deletions

8
.gitignore vendored
View file

@ -56,6 +56,14 @@ data/raw/galicia_night_sky/
data/raw/india_twilight_photometer/
data/raw/madrid_sqm_evol/
data/raw/majadahonda_sqm_2019/
data/raw/massive_sqm/
# Excluded/duplicate raw sighting files (not in APPROVED_RAW_CSVS)
data/raw/raw_sightings/bsrn_*.csv
data/raw/raw_sightings/surfrad_*.csv
data/raw/raw_sightings/openfajr_*.csv
data/raw/raw_sightings/global_sqm_harvester_results.csv
data/raw/raw_sightings/web_*.csv
# Collection session logs and scratch
data/raw/collection_log*.txt

View file

@ -0,0 +1,3 @@
prayer,date_local,time_local,utc_offset,lat,lng,elevation_m,source,notes
fajr,2024-10-13,04:47,7.0,-0.457,100.589,450.0,"UIN Mahmud Yunus, Batusangkar West Sumatra (2024) OBSERVATION OF DAWN SPECTRAL SHIFTS","time-lapse and SQM; confirmed Fajar Sadiq appearance; very structured transition"
fajr,2024-10-14,04:46,7.0,-0.457,100.589,450.0,"UIN Mahmud Yunus, Batusangkar West Sumatra (2024) OBSERVATION OF DAWN SPECTRAL SHIFTS","time-lapse and SQM; second night of detailed observation"
1 prayer date_local time_local utc_offset lat lng elevation_m source notes
2 fajr 2024-10-13 04:47 7.0 -0.457 100.589 450.0 UIN Mahmud Yunus, Batusangkar West Sumatra (2024) OBSERVATION OF DAWN SPECTRAL SHIFTS time-lapse and SQM; confirmed Fajar Sadiq appearance; very structured transition
3 fajr 2024-10-14 04:46 7.0 -0.457 100.589 450.0 UIN Mahmud Yunus, Batusangkar West Sumatra (2024) OBSERVATION OF DAWN SPECTRAL SHIFTS time-lapse and SQM; second night of detailed observation

File diff suppressed because it is too large Load diff