Results 3 issues of Magnus Wahlberg

After buildning and running the docker file ``` $ docker build -t mbtiles-server . $ docker run --rm -it \ -p 5000:5000 \ -v ~/mbtiles/:/root/mbtiles \ mbtiles-server ``` The image...

Trying to install tiledb-py on python 3.12.0 fails: ```shell *[~]$ python -m venv venv312 *[~]$ source venv312/bin/activate (venv312) *[~]$ python --version Python 3.12.0 (venv312) *[~]$ python -m pip install tiledb...

**Description of changes:** Adds support for .tif images by mapping them to .tiff **Checklist** - [X] :wave: I have added unit tests for all code changes. - [X] :wave: I...