All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. _________________________
Added
- Add CITATION.cff file to provide a citation for the repository
Changed
- Removed use of
nanfor fill_values to be more consistent with EMIT datasets. This means that users will have to manually assign them before plotting.- Updated notebooks to include the new fill_value behavior, and assign them to
np.nanfor visualizations- Replaced
raw_spatial_cropwithspatial_subsetfunction to subset EMIT data spatially before applying orthorectification- Fixed typos in Earthdata Search Guide
Added
geojsonwith plume bounding box forVisualizing Methane Plume Timeseriesnotebook
Changed
- Updates to instructions in
Visualizing Methane Plume Timeseriesnotebook- Remove horizontal lines from notebooks for web-book creation
Added
- Added new
Visualizing Methane Plume Timeseriesnotebook- Added new
Generating Methane Spectral Fingerprintnotebook- Added new
tutorial_utils.pymodule which has functions specific to the new CH4 notebooks
Changed
- Updated
setup_instructions.mdto provide more up to date Python setup instructions- Updated
README.mdto include new notebooks- Added some functions to
emit_tools.pyto support the new methane tutorial notebooks- Minor updates to
How to Extract AreaandHow to Extract Pointsnotebooks to improve visualizations
Changed
- Applied automatic formatting to
emit_tools.py- Fixed GLT index adjustment in
raw_spatial_cropfunction- Reimplemented
PointerXYstream so interactive plot fromExploring EMIT L2A Reflectanceshows spectra at current cursor location
Changed
- Updated
emit_tools.pyto fix an issue withraw_spatial_crop- Updated some plotting visuals within notebooks
- Improved interactive plots in
Exploring_EMIT_L2A_Reflectance- Renamed
CONTRIBUTE.mdtoCONTRIBUTING.md
Changed
- Updated
emit_tools.pyto fix an issue with application of the GLT to elevation
Changed
- Updated data download method in how-to and tutorial notebooks
Changed
- Updated
How to Direct S3 Accessnotebook to includeearthaccess
Added
How_to_find_and_access_EMIT_dataNotebook - A guide for how to useearthaccessPython library to find and open/download EMIT data.
Changed
- Default behavior of
emit_xarrayfunction fromemit_tools.pyno longer orthorectifies, must add parameterortho=True- Removed ‘bands’ dimension in favor of ‘wavelengths’ for ‘radiance’ and ‘reflectance’ when using
emit_xarrayfunction fromemit_tools.py- Updated
write_envifunction fromemit_tools.py, it should work for L1A,L1B, and L2A products.- various other minor changes to
emit_tools.py- Updated notebooks to support changes made to
emit_tools.py- Improved RGB Image creation and brightness adjustment in
Exploring_EMIT_L2A_ReflectanceTutorial- Each notebook now uses the
earthaccesspython library to handle NASA Earthdata Login and downloads of needed files- Updated
setup_instructions.mdand recommended python environmentemit_tutorials_windows.yml- Updated
setup_instructions.mdto recommend mamba
Changed
- Restructured repository layout to match LP DAAC standards
Changed
- Updated
emit_tools.pyto work for HTTPFileSystem URIs
Changed
- The orthorectification process within
emit_tools.pywas creating a lat/lon grid based upon the upper left pixel coordinates. Corrected this to be pixel centers.
Added
- CHANGE_LOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
Changed
- content in CHANGE_LOG.md
Fixed
-