uw-cryo / coincident

Search and analysis of STV Precursor Coincident Datasets
https://coincident.readthedocs.io
MIT License
3 stars 1 forks source link
elevation lidar open-science remote-sensing vegetation

coincident

Actions Status Documentation Status Open in GitHub Codespaces

Identify, curate, process and distribute coincident datasets contained within select archives across a range of representative terrain and landcover types. Such datasets are intended to be used by the NASA STV community for calibration/validation, fusion algorithm development, and discipline-specific scientific analysis.

This tool is under active development, there are no stable releases yet! https://science.nasa.gov/earth-science/decadal-surveys/decadal-stv/coincident-datasets/

Development

Use pixi for environment management

git clone https://github.com/uw-cryo/coincident.git
cd coincident
git checkout -b newfeature
pixi shell --environment dev # type `exit` to deactivate
pre-commit install

# Or run pre-configured environments and commands
pixi run test
pixi run lint
pixi run docs

Authentication

Some datasets require authentication to search (Maxar) others only require authentication to download data (NASA). coincident assumes you have the following Environment Variables defined:

export EARTHDATA_USERNAME=xxxxx
export EARTHDATA_PASSWORD=yyyyy
export MAXAR_API_KEY=zzzzz

Acknowledgements