Adopted PhenoCam SNR eligibility gate.
This commit is contained in:
parent
740249115b
commit
1749d64da9
3 changed files with 351 additions and 0 deletions
|
|
@ -276,3 +276,7 @@ def _download_phenocam_gcc(season, site_position, site_name, date_range=None):
|
|||
print(
|
||||
f"[PhenoCam-GI] Saved: {json_path} and {csv_path} ({len(timeseries)} entries)"
|
||||
)
|
||||
|
||||
from phenocam_snr import write_phenocam_snr
|
||||
|
||||
write_phenocam_snr(site_name, season, base=Path("data"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue