EMIT-Data-Resources icon indicating copy to clipboard operation
EMIT-Data-Resources copied to clipboard

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.

Results 5 EMIT-Data-Resources issues
Sort by recently updated
recently updated
newest added

Thank you for the excellent notebook examples from the repo. @bingqing-liu and I are building a Python package called [HyperCoast](https://github.com/opengeos/HyperCoast) for visualizing NASA Hyperspectral data interactively with a few lines...

HI! My name is Maurizio Naletto, during the Nasa Space Apps Challenge in Cagliari we developed a small project to raise people's awareness of the dynamics that contribute to global...

Hi EMIT folks! I'm starting to work with some EMIT data and am LOVING these tutorials! Great work! My only request is for emit_tools.py to be packaged for standalone installation...

https://colab.research.google.com/github/nasa/EMIT-Data-Resources/blob/main/python/tutorials/Exploring_EMIT_L2A_Reflectance.ipynb the colab does not let user view maps using hvplot

Currently reading files using `emit_xarray` from [emit_tools.py](python/modules/emit_tools.py) reads into a `nd.array` backed `xr.dataset`. An option to read into a chunked `dask.array` backed `xr.dataset` would help prevent out-of-memory errors when reading...