/Plot-Boundary-Extraction-CSV-KML

In this approach, first I create a KML file from the field map (.CSV) using Python, generate polygon shapefiles with known size for each plot from KML file, and assign plot ID to each plot using the field map. To define the geographic extent of the field, the python script asks for the coordinate of two points in the field: the start point of the first plot and the end point of the last plot. Then it starts from building the first polygon using the defined plot size, and skips the gap between plots and generates the next one until it gets to the last plot. In this approach the plot IDs are assigned automatically and simultaneously from the field map excel sheet.

Primary LanguagePython

# Call program
>>>

python csv2kml.py Config3.xml