pub fn read_dir( dir: impl AsRef<Path> + Send + Sync + 'static, ) -> Result<impl Stream<Item = Result<EraLocalMeta>> + Send + Sync + 'static + Unpin>
Creates a new ordered asynchronous [Stream] of ERA1 files read from dir.
Stream
dir