File Release Notes and Changelog
Notes:
Changes:
- Happy Camel is (should be) more conscious about time; if the tracklog is in UTC, it assumes it should be converted to the system time zone and with DST status. The user can override this with the --utc_offset flag.
- The remaining part of the time difference between the camera and GPS needs still to be set, but a calibration picture can be used for this. This is a normal picture, but the user has to specify at what time it is made according to the GPS device (it is therefore convenient to make a picture of the GPS device displaying the time).
- Happy Camel no longer defaults to writing the location to EXIF data. Instead, the user now has to explicitly tell what to do. This is so Happy Camel can evolve towards a kind of toolkit for combining GPS and photos.
- Not all command-line options have a single letter anymore, only the more commonly used ones (the number of options is growing larger all the time.)
- Happy Camel now uses distutils to distribute itself.
- The modules are now split over several files to have them more logically arranged. The happycamel.py file is the user interface, while a the HappyCamel module (directory) holds the files photohandler, trackhandler, kmlhandler and logger.