Skip to content

Commit

Permalink
Add all-contributors bot (#120)
Browse files Browse the repository at this point in the history
* Add all-contributors bot

* Add contributors section to README
  • Loading branch information
giswqs authored Aug 20, 2024
1 parent 97d2799 commit ae8d25d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: codespell
args:
[
"--ignore-words-list=gis,timeseries,sav",
"--ignore-words-list=gis,timeseries,sav,slowy",
"--skip=*.json,*.csv",
]

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,14 @@ HyperCoast is released under the MIT License. However, some of the modules in Hy

- [emit.py](https://github.com/opengeos/HyperCoast/blob/main/hypercoast/emit.py): Part of the code is adapted from the [nasa/EMIT-Data-Resources](https://github.com/nasa/EMIT-Data-Resources) repository, which is released under the Apache License 2.0.
- [aviris.py](https://github.com/opengeos/HyperCoast/blob/main/hypercoast/aviris.py): Part of the code is adapted from the [jjmcnelis/aviris-ng-notebooks](https://github.com/jjmcnelis/aviris-ng-notebooks), which is released under the MIT License.

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ HyperCoast fills this gap by providing a comprehensive set of tools tailored to

# Acknowledgements

The HyperCoast project draws inspiration from the [nasa/EMIT-Data-Resources](https://github.com/nasa/EMIT-Data-Resources) repository. Credit goes to the original authors. We also acknowledge the NASA EMIT program support through grant no. 80NSSC24K0865.
The HyperCoast project draws inspiration from the [nasa/EMIT-Data-Resources](https://github.com/nasa/EMIT-Data-Resources) repository. Credit goes to the original authors. We also acknowledge the NASA EMIT program support through grant no. 80NSSC24K0865. We also acknowledge contributions from community contributors, including [Arfy Slowy](https://github.com/slowy07), [Guillermo E. Ponce-Campos](https://github.com/gponce-ars), and [Alex Leith](https://github.com/alexgleith).

# References

0 comments on commit ae8d25d

Please sign in to comment.