pub fn get_items_for_date(
feature_collection: &ItemCollection,
date_time: &DateTime<FixedOffset>,
) -> Vec<Item>Expand description
Gets STAC items matching a specific date (within 24 hours).
pub fn get_items_for_date(
feature_collection: &ItemCollection,
date_time: &DateTime<FixedOffset>,
) -> Vec<Item>Gets STAC items matching a specific date (within 24 hours).