Skip to content

Commit

Permalink
Docs: Add Acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad authored Sep 16, 2023
1 parent ea235ad commit 0bf8921
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
</ul>
</li>
<li><a href="#Tests">Tests</a></li>
<li><a href="#license">License</a></li>
<li><a href="#license">License</a></li>
<li><a href="#acknowledgment">Acknowledgment</a></li>
</ol>
</details>

Expand Down Expand Up @@ -98,6 +99,16 @@ pytest --cov
coverage html # To generate a coverage report
```

### License
## License
Licensed under the [MIT License](LICENSE). Because sharing is caring :)


## Acknowledgment
The dataset of Samfundet (https://www.samfundet.no/) is not made by me, and most of the code in the class Map_Obj was created by Håkon Måløy then later extended and documented by Xavier Sánchez-Díaz.

Thanks to the following libraries:
- [Pillow](https://pillow.readthedocs.io/en/stable/) for image manipulation
- [Pytest](https://docs.pytest.org/en/stable/) for testing
- [NumPy](https://numpy.org/) for numerical computing
- [Panadas](https://pandas.pydata.org/) for data analysis

0 comments on commit 0bf8921

Please sign in to comment.