Skip to content

Changes in 0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ot2i7ba ot2i7ba released this 29 Aug 10:01
· 3 commits to main since this release
e47bab9
  • Global Color Mapping Definition
    The color mapping (color_name_map) has been moved to a global scope, making it accessible throughout the script without needing to redefine it locally within functions.
  • Enhanced Logging Configuration
    The configure_logging() function now includes an optional log_to_console parameter, allowing users to control whether log messages are shown in the console. By default, this parameter is set to True, showing only ERROR level messages in the console while logging all levels to the log file.
  • Extended Timestamp Parsing
    Additional regular expression patterns have been added to the parse_timestamp() function to handle a wider range of timestamp formats, improving the robustness and versatility of timestamp parsing.
  • Corrected Statistics Calculation
    The calculation of statistics has been corrected to ensure all values are counted accurately. This includes proper counting of total points, points with timestamps, and points without timestamps, enhancing the reliability of the reported data.
  • New Statistic Metric
    A new metric, points_without_timestamps, has been added to the statistics. This metric tracks the number of geopoints that do not have associated timestamps, providing more detailed insights into the data.
  • Spinner Animation During Processing
    A spinner animation has been introduced to provide visual feedback during the processing of KML files. The spinner shows the current file being processed and stops once processing is complete, improving user experience by indicating ongoing activity.

Full Changelog: v0.0.2...v0.0.3