This is an overhaul of the repository designed to implement a few new features:
- Add PACE & EMIT Tutorials
- Add
pyproject.tomlfor building/installing the repository as thevitalspackage - Add
src/vitals/pace_tools.pyandsrc/vitals/utils.py modules - Add
citation.cff
And change some existing functionality:
- Move shared Python modules from
python/modules/tosrc/vitals/and renamepython/EMIT_NEON/topython/emit_neon/ - Replace
earthaccess.collection_querywithearthaccess.search_datasetsand remove pinnedearthaccessversion (fixes #59) - Improve
merge_emitgranule ID retrieval whenearthaccessfile handlers are passed toemit_xarrayinemit_tools.py - Update NEON notebooks for new filepaths, token handling, and
neonutilitiesversion - Update README with a full table of contents, citation guidance, and related resources
- Update setup instructions,
environment.yml, and web-book Quarto files (_quarto.yml,index.qmd) - Update contract numbers in notebook footers where applicable
- Various spelling/grammar fixes