This website requires JavaScript.
3642d64505
Probably fixed tz time offset bug, needs proper testing though.
develop
Commander1024
2020-12-27 04:04:53 +0100
59a829c428
Clarified helptext.
Commander1024
2020-12-27 01:41:25 +0100
3f777b7e55
Code-styling following PEP8.
Commander1024
2020-12-26 21:09:58 +0100
628088918b
Typos.
Commander1024
2020-11-16 19:27:00 +0100
e0e7dbd0e5
Removed specific Python 3 version. Ignored vscode stuff.
Commander1024
2020-08-03 22:40:30 +0200
c9620394de
Made Python version requirement less specific. Since I don't use any hyper-modern stuff, requiring Pyton 3.x should be sufficient.
Commander1024
2020-05-01 19:00:27 +0200
67db75ece8
Fixed broken link to github help page.
main
Commander1024
2020-04-16 10:55:06 +0200
6cab491721
Changed Issue link to gitea.
Commander1024
2020-04-16 10:42:20 +0200
905ac497e1
Fixed release data in changelog.
0.3.2
Commander1024
2020-04-11 00:45:22 +0200
07ca626ca8
Unified mentions for Exif/ITPC/XMP tags. Finalized 0.3.2 release.
Commander1024
2020-04-11 00:43:29 +0200
2f94211507
Made documentation and changelog match the addition of additional ITPC/XMP tags.
Commander1024
2020-04-08 14:17:02 +0200
0998371ad6
Added alternative comment fields, as Lightroom discards Exif.Photo.UserComment.
Commander1024
2020-04-08 13:07:15 +0200
a9453dd51e
Added 0.3.1 release to changelog.
0.3.1
Commander1024
2020-04-03 18:00:11 +0200
98c5cad858
Added pipenv to changelog.
Commander1024
2020-04-03 10:46:37 +0200
2ad17eab2a
Merge branch 'master' into develop
Commander1024
2020-04-03 10:38:53 +0200
b816d04215
Prepared pipenv virtual environment and added documentation.
Commander1024
2020-04-03 10:34:05 +0200
58ae86db7e
Added contributing guide, exchanged geigerlog main window screenshot with light colorscheme.
Commander1024
2020-03-27 13:21:23 +0100
0ae188a0ec
Fixed typo.
Commander1024
2020-03-26 20:18:37 +0100
032e7c408e
Merge branch 'oop' into 'master'
0.3
Commander1024
2020-03-23 08:45:42 +0000
3be3aac924
0.3 released.
Commander1024
2020-03-23 09:41:49 +0100
8947fb9f2f
Prepared Changelog for 0.3 release.
Commander1024
2020-03-22 13:17:29 +0100
77cb2c9f45
Edited Readme.md to match the current development. Some parameters were added and minor behaviour changes.
Commander1024
2020-03-22 13:13:15 +0100
3987d484ad
Fixed Photo return value for overwriting source files.
Commander1024
2020-03-22 12:59:12 +0100
5a39f08f35
Fixed formatting and fixed some comments, removed obsolete stuff that remained.
Commander1024
2020-03-22 11:35:53 +0100
59b94991d0
Made code better readable.
Commander1024
2020-03-21 19:05:27 +0100
3e5cfcf327
Remove obsolete comment.
Commander1024
2020-03-21 18:36:25 +0100
c2ed0e1c2a
Added Output class that formats matched data and returns string for printing.
Commander1024
2020-03-21 17:17:42 +0100
d935cc1ea0
Created a match representation, figured how to access specific data from Match class.
Commander1024
2020-03-21 13:29:53 +0100
952f2726ba
Added a working match class that returns best match for radiation and position.
Commander1024
2020-03-20 20:05:58 +0100
cf4007c909
Added Match class.
Commander1024
2020-03-15 01:57:02 +0100
4a7de7b518
Removed default value fuckery. The matching class wil have to provide proper values.
Commander1024
2020-03-14 20:42:01 +0100
13555a0505
Made optional Values optional in Exif class.
Commander1024
2020-03-14 20:21:44 +0100
f6a54a5855
Holy Moly! Such chaos. Hopefully it is fixed now.
Commander1024
2020-03-14 18:03:59 +0100
9ac706075a
Revert "Remove now obsoluete rad_tag.py"
Commander1024
2020-03-14 18:02:40 +0100
eef986bdbc
Revert "Remove now obsoluete rad_tag.py"
Commander1024
2020-03-14 17:53:38 +0100
ce65eb4cee
Revert "Enriched class comments with arguments and return values."
Commander1024
2020-03-14 17:32:29 +0100
da09323380
Remove now obsoluete rad_tag.py
Commander1024
2020-03-14 17:20:33 +0100
8ea6524238
Enriched class comments with arguments and return values. Made a text representation of Exif and removed debug outputs.
Commander1024
2020-03-14 16:21:23 +0100
fad837d7bd
Added new upcoming features to changelog.
Commander1024
2020-03-13 07:21:24 +0100
693412316e
Added write_exif function, calculates location in degree / minutes.
Commander1024
2020-03-12 23:25:18 +0100
cafda4cf35
Added function which converts decimal position value to WGS-84 notation.
Commander1024
2020-03-12 20:35:49 +0100
f07eb0c691
Renamed photo class attribute.
Commander1024
2020-03-12 19:24:27 +0100
2ad8b4a1fb
Moved copying of photos to functions.py, simplified decision whether to copy photo or not.
Commander1024
2020-03-11 22:26:03 +0100
92b08170f2
Changed CSV variable, only write Exif tags that hava values to fill in.
Commander1024
2020-03-10 21:53:43 +0100
c19a94374e
Created Radiation, Photo classes and slimmed down main program.
Commander1024
2020-03-10 21:09:25 +0100
d347bbdf55
Fixed typo.
Commander1024
2020-03-10 00:03:06 +0100
cbb21db442
Moved creation and propagation of radiation_list and position_list out of the main loop.
Commander1024
2020-03-09 23:52:03 +0100
d51c28b753
Refactored variable names, fixed dry run decision.
Commander1024
2020-03-09 23:43:01 +0100
314e70faa9
Now got 2 lists with with all data relevant for one photo.
Commander1024
2020-03-09 23:22:34 +0100
a2ae379883
Made file executable.
Commander1024
2020-03-09 23:00:19 +0100
fcc466eb41
Started conversion to OOP.
Commander1024
2020-03-09 22:42:08 +0100
115d6a6ab4
Trying to increase precision of datematch.
Commander1024
2020-03-09 17:02:17 +0100
f43116abec
Added verbose output for dry-run mode.
Commander1024
2020-03-09 16:09:19 +0100
83977b50bb
Changed timezone default (to utc).
Commander1024
2020-03-09 15:56:28 +0100
5b4811b081
Made timezone-aware (configurable)
Commander1024
2020-03-07 21:29:25 +0100
aef69f81a1
Removed debug output.
Commander1024
2020-03-07 19:12:00 +0100
940da3a772
Added dry-run optional parameter.
Commander1024
2020-03-07 19:10:56 +0100
3eb17f53b5
First baby steps towards GPX handling - mainly foolish test output.
Commander1024
2020-03-06 14:36:02 +0100
04fad8d5b8
Added changelog for v0.2
0.2
Commander1024
2020-03-05 16:37:07 +0100
5404ae6437
Finalized v0.2
Commander1024
2020-03-05 16:34:35 +0100
0ad627fb0b
Added examples with sample output to Readme.md
Commander1024
2020-03-05 16:31:04 +0100
f46c8682ec
Working output mechanism, honors users outdir choice.
Commander1024
2020-03-05 15:19:29 +0100
ef6080d64c
Restructured parts of the tool in preparation for new image output mechanism.
Commander1024
2020-03-05 13:36:01 +0100
249acb6d85
Added changelog
Commander1024
2020-03-05 13:35:11 +0100
b4c6448645
Directly create datetime object from tag.value, instead of ASCII export and datetime import.
Commander1024
2020-03-04 15:44:18 +0100
6e8aaf3338
Started, to re-write using pyexiv2.
Commander1024
2020-03-04 15:17:56 +0100
3e7e3737cb
Made CSV sample more readable.
0.1
Commander1024
2020-03-04 13:04:27 +0100
f3de13eedb
Markdown is hard :-/ Fixed again.
Commander1024
2020-03-04 12:56:45 +0100
e12a52a092
Fixed geigerlog.cfg mishap.
Commander1024
2020-03-04 12:56:01 +0100
06b03a729f
Added GeigerLog configuration and usage notes, fixed some typos.
Commander1024
2020-03-04 12:51:59 +0100
fb2188d6f7
Fix typo.
Commander1024
2020-03-04 12:51:40 +0100
e6be76a732
Added more code-comments and shorted a line that was too long.
Commander1024
2020-03-04 11:15:58 +0100
f8ed12e35b
Fixed csvloop (after 1st run).
Commander1024
2020-03-04 08:24:52 +0100
9b36336c37
Improved Readme, added usage info and placed some project links.
Commander1024
2020-03-02 19:46:42 +0100
d42844ebeb
Added MIT license. Do whatever you want with this thing.
Commander1024
2020-03-02 19:10:04 +0100
e1e2888d3e
Beautified output in a tablish format.
Commander1024
2020-03-02 00:03:12 +0100
6e4a955fe2
Made output more reasonable. Including a hint, when no match was found.
Commander1024
2020-03-01 23:40:49 +0100
f32fa7adba
Made output path configurable on cli. Make SIFACTOR configurable on cli. Output path, filename now dynamic.
Commander1024
2020-03-01 23:21:52 +0100
16bb735b29
Open CSV file only once.
Commander1024
2020-03-01 22:37:37 +0100
849d08060f
Added command line paremeters Added basic args, help
Commander1024
2020-03-01 22:35:28 +0100
6c4626ed50
Switched to use csv native lib, simplified code.
Commander1024
2020-03-01 22:03:04 +0100
32c338289f
Stop loop on match.
Commander1024
2020-03-01 21:17:48 +0100
f0f6363d8d
First (somewhat) working prototype with static image
Commander1024
2020-03-01 19:16:44 +0100
c575da044f
Removed math from dependencies, as round() is there by default. Added SIFACTORs for all GQ geiger counters GeigerLog knows.
Commander1024
2020-03-01 18:05:47 +0100
d2e08a442a
Re-styled Readme.md
Commander1024
2020-03-01 17:45:31 +0100
4a00fed85e
Added Readme.md with initial info.
Commander1024
2020-03-01 17:36:06 +0100
0fa87ab47a
Initial commit
Commander1024
2020-03-01 17:17:37 +0100