You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
54
56
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
+
55
61
# Usage
56
62
57
63
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.
58
64
59
65
60
66
# Acknowledgements:
61
67
- 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