pub fn parse_directory<P>(path: P) -> Result<impl Iterator<Item = RegionFile>>where P: AsRef<Path>,
Create an iterator over the contents of a directory, allowing each region within to be parsed