Skip to content

Commit c04cd64

Browse files
Update README.md
Updates for PDF output
1 parent b98c3f3 commit c04cd64

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ KMLer - a free-to-use CSV to KML tool! KMLer supports both point files, Horizont
1212

1313
- Horizontal Accuracy visualization with custom color and transparency
1414

15-
- Selectable Extended Data attributes
15+
- Selectable Extended Data attributes
16+
17+
- Processing data to include hash values (SHA-256 and MD5) included in the final Processing Report PDF file.
1618

1719
# CSV Preview
1820

@@ -52,11 +54,16 @@ https://github.com/user-attachments/assets/33f1bee0-af92-405d-9a43-839abcb3d736
5254

5355
The Process button is not available until an output location and file name is selected. Your file name will be adjusted with "_points" and saved within your output location. If your data supports Horizontal Accuracy alongside the point data then another file with "_polygons" will be saved as well.
5456

57+
# Processing Report
58+
59+
Generates a PDF documenting KML production. Captures the input CSV file location and its hash values (SHA-256 and MD5). Records all KML output file locations and their hash values. Additional KML settings and Extended Data selections are also documented.
60+
5561
# Usage
5662

5763
You may also be required to take additional steps when running the tool the first time, through Microsoft Defender SmartScreen. In the Microsoft Defender SmartScreen select "More info" and "Run anyway" to launch the application the first time.
5864

5965

6066
# Acknowledgements:
6167
- This software includes the CustomTkinter library, which is licensed under the MIT License. Copyright (c) 2023 Tom Schimansky. The full license text can be found [here](https://github.com/TomSchimansky/CustomTkinter)
62-
- This software uses the [Pillow library](https://pypi.org/project/pillow/) (PIL fork), licensed under the Historical Permission Notice and Disclaimer (HPND).
68+
- This software uses the [Pillow library](https://pypi.org/project/pillow/) (PIL fork), licensed under the Historical Permission Notice and Disclaimer (HPND).
69+
- This software uses the [ReportLab library](https://pypi.org/project/reportlab/), licensed under a BSD-style license. Copyright (c) 2000-2025 ReportLab Inc. Licensing information for the open-source version of the ReportLab toolkit can be found under 1.3 [here](https://docs.reportlab.com/developerfaqs/).

0 commit comments

Comments
 (0)