Metadata-Version: 2.1
Name: join-eos-exif
Version: 1.1.1
Summary: Join EOS files to images using EXIF data
License: MIT
Author: Taylor Denouden
Author-email: taylor.denouden@hakai.org
Requires-Python: >=3.8.1,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyQt6 (>=6.4.0,<7.0.0)
Requires-Dist: numpy (>=1.23.5,<2.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Description-Content-Type: text/markdown

# joinEOStoEXIF

Application to join EOS and EXIF data files for image processing

UI made with PyQt5 v5.14.1
exe generated using Pyinstaller 3.4

## Installation

```sh
pip install -r requirements.txt
```

## Running

Use join_data.exe or

```sh
python join_data.py
```

## Tests

The test.py file runs tests on sample input files stored in the sample_files folder.

It looks for one CSV and one txt file in each folder

```sh
python test.py
```

