Bullhill / agf-converter

Converts agf files from Trimble to kml
2 stars 0 forks source link

Kml coma bug and additional questions. #1

Closed k4ven closed 5 months ago

k4ven commented 7 months ago

Hi, thanks for your tool, because of it I was able to reproduce some functionnalities in Python. When using the attached AgData file, the coordinates in the kml uses coma instead of dot, which make the kml invalid. It may be a behaviour related to my french Windows install. You'll also find guidance lines in the AgData file, which should be the same as the isoxmlfile. If you want to visualize the isoxml, https://newholland.myplmconnect.com/ is an option. If you still wish so, I may be able to provide example files with different geometries. Strangely, the polygons seems to be of type 2 in the file ( 0 == Point, 1 == Line, 3 == Polygon, 4 == MultiPolygon). Nature_MyPLMConnect example_files.zip

Bullhill commented 5 months ago

Sorry late answer. have fixed your issue in V0.03