‼️ ImportantGenerating the database is a pre-requesite to all other functionality.
This software manages a database covering the full climatology in the form of a pickle file.
TODO
TODO
Run update_data.py
to update the database.
The one set of files that is required but not generated by this code are the 37h threshold binaries provided by Tom Mote.
- Download all NSIDC-0080 faily granules using
nsidc_download_Tb_data.py
- For data before 2016,
NSIDC-0001
andNSIDC-0007
are used.
- Generate all the daily melt binary files using
generate_daily_melt_file.py
- Binaries provided in
data/daily_melt_bin_files
already calibrated by Tom Mote for pre 2016 dates.
- Run the main script with
--preprocess
flag - Run the main script