From 2f94211507d06e63043b7fa660a4bdce94b502df Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 8 Apr 2020 14:17:02 +0200 Subject: [PATCH] Made documentation and changelog match the addition of additional ITPC/XMP tags. --- CHANGELOG.md | 3 +++ Readme.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0747cf..e53c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added - tba +- Added additional Exif and ITPC data fields for radiation comment. + ## [0.3.1] - 2020-04-03 ### Added diff --git a/Readme.md b/Readme.md index ced743b..f7ff306 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ It can parse a .his (CSV) file from a [GeigerLog](https://sourceforge.net/projec It can optionally read a gpx-file, compare the timestamps to 'DateTimeOriginal' and determine closest-matching latitude / longitude / altitude. Timestamps in GPX files are ususally stored in UTC timezone, you can set --timezone to match the local timezone, your camera / geiger counter ran at. -It then creates a `UserComment` with the actual measured radiation at the time the photo has been taken and writes the geocoordinates into the appropiate Exif tags. +It then creates some Exif/ITPC/XMP Comment/Description tags with the actual measured radiation at the time the photo has been taken and writes the geocoordinates into the appropiate Exif tags. ## Dependencies Right now it depends on the following non-core Python 3 libraries. These can be installed using the package manager of your distribution.