Get the season for each date in a vector
get_fire_season(dates, fss = NULL, fse = NULL, zone = NULL)
vector of dates
Fire Season Start (date in the format Y-m-d)
Fire Season End (date in the format Y-m-d)
this can either: "north", "south" or "tropics"
A logical vector, where TRUE corresponds to a date in the fire season and FALSE correspond to a date not in the fire season.