Set up the ADSB data to use iyore. This has been a pain point when using the toolkit.
Repurpose the adsb_dir field in the config file. Instead of pointing to a TSV directory, it can point to the directory with the .structure file, and code can find the appropriate TSV directory based on unit-site-year. This allows us to use one config file for everything, instead of needing separate ones for each ADSB deployment.
Rework scripts to automatically figure out the TSV directory using iyore.
Consider adding --all flags to scripts/get_acoustic_metrics.py, scripts/get_geographic_metrics.py, and scripts/run_audible_transits.py, which would work similarly as in scripts/plot_altitudes.py. It saves time to be able to run all deployments at once.
Note that this won't be required if #52 is implemented.
Set up the ADSB data to use iyore. This has been a pain point when using the toolkit.
Repurpose the adsb_dir field in the config file. Instead of pointing to a TSV directory, it can point to the directory with the .structure file, and code can find the appropriate TSV directory based on unit-site-year. This allows us to use one config file for everything, instead of needing separate ones for each ADSB deployment.
Rework scripts to automatically figure out the TSV directory using iyore.
Consider adding
--allflags toscripts/get_acoustic_metrics.py,scripts/get_geographic_metrics.py, andscripts/run_audible_transits.py, which would work similarly as inscripts/plot_altitudes.py. It saves time to be able to run all deployments at once.Note that this won't be required if #52 is implemented.