The add_data function can, by default, automatically decide whether to use uscrn.get_data or uscrn.get_nrt_data (can follow this) based on the requested time period (dates input).
add_data could also support grabbing fewer sites (applicable to uscrn.get_data only) by list of WBANs, maybe also lat/lon box.
https://github.com/zmoon/uscrn
Ideas:
add_data
function can, by default, automatically decide whether to useuscrn.get_data
oruscrn.get_nrt_data
(can follow this) based on the requested time period (dates
input).add_data
could also support grabbing fewer sites (applicable touscrn.get_data
only) by list of WBANs, maybe also lat/lon box.