Skip to content

Commit

Permalink
basic testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Sep 6, 2024
1 parent f6edbc5 commit 3ca0639
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 283 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@

<!-- prettier-ignore-end -->

Identify, curate, process and distribute coincident datasets contained within select archives across a range of representative terrain and landcover types. Such datasets are indended to be used by the NASA STV community for calibration/validation, fusion algorithm development, and disciplin-specific scientific analysis.
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! **

Expand All @@ -39,5 +43,9 @@ git clone https://github.com/uw-cryo/coincident.git
cd coincident
git checkout -b newfeature
pixi install
pixi run --environment test pytest

# Pre-configured environments and commands
pixi run test
pixi run lint
pixi run docs
```
Loading

0 comments on commit 3ca0639

Please sign in to comment.