Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"projectName": "module_area_potentials",
"projectOwner": "modelblocks-org",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"contributorsSortAlphabetically": true,
"contributorsPerLine": 7,
"linkToUsage": false,
"commit": false,
"commitConvention": "none",
"imageSize": 100,
"contributors": [
{
"login": "sjpfenninger",
"name": "Stefan Pfenninger-Lee",
"avatar_url": "https://avatars.githubusercontent.com/u/141709?v=4",
"profile": "https://github.com/sjpfenninger",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "LinhHo",
"name": "Linh Ho",
"avatar_url": "https://avatars.githubusercontent.com/u/45103089?v=4",
"profile": "https://github.com/LinhHo",
"contributions": [
"code",
"ideas"
]
},
{
"login": "irm-codebase",
"name": "Ivan Ruiz Manuel",
"avatar_url": "https://avatars.githubusercontent.com/u/72193617?v=4",
"profile": "https://orcid.org/0000-0003-2288-6423",
"contributions": [
"code"
]
},
{
"login": "jnnr",
"name": "Jann Launer",
"avatar_url": "https://avatars.githubusercontent.com/u/32454596?v=4",
"profile": "https://github.com/jnnr",
"contributions": [
"ideas"
]
}
]
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,28 @@ This module is based on the following research and datasets:
* License: "The GHSL has been produced by the EC JRC as open and free data. Reuse is authorised, provided the source is acknowledged."
* [WDPA (World Database on Protected Areas)](https://www.protectedplanet.net/)
* License: Non-commercial allowed. Citation: "UNEP-WCMC and IUCN (2025), Protected Planet: The World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM) [Online], June 2025, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net."

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://orcid.org/0000-0003-2288-6423"><img src="https://avatars.githubusercontent.com/u/72193617?v=4?s=100" width="100px;" alt="Ivan Ruiz Manuel"/><br /><sub><b>Ivan Ruiz Manuel</b></sub></a><br /><a href="https://github.com/modelblocks-org/module_area_potentials/commits?author=irm-codebase" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jnnr"><img src="https://avatars.githubusercontent.com/u/32454596?v=4?s=100" width="100px;" alt="Jann Launer"/><br /><sub><b>Jann Launer</b></sub></a><br /><a href="#ideas-jnnr" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LinhHo"><img src="https://avatars.githubusercontent.com/u/45103089?v=4?s=100" width="100px;" alt="Linh Ho"/><br /><sub><b>Linh Ho</b></sub></a><br /><a href="https://github.com/modelblocks-org/module_area_potentials/commits?author=LinhHo" title="Code">💻</a> <a href="#ideas-LinhHo" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sjpfenninger"><img src="https://avatars.githubusercontent.com/u/141709?v=4?s=100" width="100px;" alt="Stefan Pfenninger-Lee"/><br /><sub><b>Stefan Pfenninger-Lee</b></sub></a><br /><a href="https://github.com/modelblocks-org/module_area_potentials/commits?author=sjpfenninger" title="Code">💻</a> <a href="https://github.com/modelblocks-org/module_area_potentials/commits?author=sjpfenninger" title="Documentation">📖</a> <a href="#ideas-sjpfenninger" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</tbody>
</table>

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

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Loading