After many small updates here again is a larger update of clustimage!
* New method added to extract EXIF information from images.
* Cluster on lat/lon coordinates using exif metadata (great use case when having photos) See [here](https://erdogant.github.io/clustimage/pages/html/Feature%20Extraction.html#exif) for docs.
* Cluster on datetime using exif metadata (great use case when having photos) See [here](https://erdogant.github.io/clustimage/pages/html/Feature%20Extraction.html#exif) for docs.
* Images can physically be moved into subdirectories using `move_to_dir`. See [here](https://erdogant.github.io/clustimage/pages/html/core_functions.html#move-files-based-on-clusterlabels) for more details.
* Images can be plotted on a map using `plot_map`
* Unit tests are fixed.
* Issue 25 and 26 is fixed.