From 0bf892172a7ca4fcce87c956eb47ca56816c1b6f Mon Sep 17 00:00:00 2001
From: Sverre Nystad <89105607+SverreNystad@users.noreply.github.com>
Date: Sat, 16 Sep 2023 16:55:32 +0200
Subject: [PATCH] Docs: Add Acknowledgement
---
README.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cfb1b5e..c775036 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@
Tests
- License
+ License
+ Acknowledgment
@@ -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
+