Skip to content

Commit b94cfd4

Browse files
Update README.md
Added images.
1 parent 6f1aeb4 commit b94cfd4

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# KMLer
22

3+
<img width="1167" height="673" alt="KMLer" src="https://github.com/user-attachments/assets/2638b775-e218-4d92-843f-689b27d56014" />
4+
35
KMLer - a free-to-use CSV to KML tool! KMLer supports both point files, Horizontal Accuracy visualization, and easy Extended Data selection.
46

57
# Version 1.0 Features
@@ -14,22 +16,40 @@ KMLer - a free-to-use CSV to KML tool! KMLer supports both point files, Horizont
1416

1517
# CSV Preview
1618

19+
20+
21+
https://github.com/user-attachments/assets/545fc025-f406-4fd2-8f9f-46222c4b06c7
22+
23+
24+
1725
Start by selecting your CSV file and the contents will immediately be available within the CSV preview window. Columns sizes are adjustable and horizontal scrolling is supported. Previewing the CSV contents aids in the accurate selection of Latitude, Longitude, and (if present) Horizontal Accuracy.
1826

1927
# Latitude / Longitude Auto Selection
2028

29+
<img width="1014" height="672" alt="Latitude Selection" src="https://github.com/user-attachments/assets/bd72c3e3-368a-4145-9ab7-20e4f93df97d" />
30+
2131
We have incorporated logic that may auto select your Latitude, Longitude, and Horizontal Accuracy columns. If not, dropdowns are present to allow column selection or change.
2232

2333
# Horizontal Accuracy Visualization
2434

35+
<img width="1002" height="658" alt="Color Selection" src="https://github.com/user-attachments/assets/d1743aa9-637c-4dfc-8dfb-11140c177c07" />
36+
2537
When applying visualization to mapping functions we know some things work better than others. That is why we support Accuracy Color, allowing you to select the exact color that best suits your needs. Need more or less transparency? That's supported too - default is 50% (0.5).
2638

2739
# Extended Data Options
2840

29-
KML Extended Data (ExtendedData) is a mechanism allowing users to add additional information within their KML files. Sometimes a little metadata goes a long way so we have made adding Extended Data easier than ever, just select the column names from the Extended Data Options window. No need for Extended Data? No problem, the program works just as well without making selections.
41+
<img width="1002" height="634" alt="ExtendData" src="https://github.com/user-attachments/assets/c33f2b1d-c2e7-447f-9746-bed01ae7b9fd" />
42+
43+
KML ExtendedData (ExtendedData) is a mechanism for attaching custom metadata to features in a KML file. This allows users to include additional information beyond the standard KML fields. In our program, you can easily add ExtendedData by selecting column names in the Extended Data Options window. Don’t need ExtendedData? That’s fine - the program works just as well without it.
3044

3145
# Saving
3246

47+
48+
49+
https://github.com/user-attachments/assets/33f1bee0-af92-405d-9a43-839abcb3d736
50+
51+
52+
3353
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.
3454

3555
# Usage

0 commit comments

Comments
 (0)