Created Radiation, Photo classes and slimmed down main program.

- Radiation creates a list with timezone_aware datetime and radiation in µS/h.
- Photo reads DateTimeOriginal from photo.
- Photo.write_exif compiles new metadata object and writes exif tags to photo.
- Documentd changes in CHANGELOG.md.
- Changed Readme.me to match changes in code.
- Removed obsolete line from .gitignore
This commit is contained in:
2020-03-10 21:09:25 +01:00
parent d347bbdf55
commit c19a94374e
5 changed files with 75 additions and 29 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,4 @@
testdata
testsource
testdest
testdata
usercomment.sh
__pycache__