This repository provides guides, short how-tos, and tutorials to help users access and work with data from the Earth Surface Mineral Dust Source Investigation (EMIT) mission.
There was a memory issue for large files/long lists of files for the methods used in our notebooks. Switched from using an fsspec https session to a requests https session and improved the code to write to disk in smaller chunks.
There was a memory issue for large files/long lists of files for the methods used in our notebooks. Switched from using an
fsspec
https session to arequests
https session and improved the code to write to disk in smaller chunks.