I’ve been working on interoperability concerning auto-generate tracks from console to farm management information system with Field.kml file.
This file support KML 2.2 norm
I’ve just need 2 more attributes in this file to make a real traceability basics.
Is it possible to add begin and endattributes into Field.kml ?
The format look like YYYY-MM-DDTHH:MM:SS ex: ‘2021-05-05T11:00:15’
The section is the section of tool width, not the section that has been painted. So, directly behind the first section, it is building a list of triangles. Once it has 36 it dumps them into a patch list. So, each tool section is made up of multiple patches. These are written into the kml in order of section. So, when turning a corner, the outside section may turn off. That turns off the super section (full width). Then each little section begins to record what is going on behind it, 36 triangles at a time. Clicking through the kml sections will show this.
Well, wow!! It shows the time span on Google Earth. You can see the entire time in the field and drag through them to see the progress. Oh, now I see how this can be beneficial.
Vec3 has to be modified to add date stamp. U-turn has a couple of lines of editing. Main changes are in the OpenSave. Not really bad. Admin says it takes too much memory to run on cheap tablets. Ran well on the desktop in simulator. I can build one and post it to try if you like.
I tested in simulation mode … it’s really great!
Would you agree to share your source code or tell me which lines you modified in the files to have this timestamp.
thank you so much
I have posted the files I changed on the github above.
vec3 has one additional perimeter in each of the callouts.
Uturn has a small edit where it builds a point list.
Contour has the same problem uturn has and need adjusted for the vec3 extra term.
SaveOpen:
Section Open has to read the extra parameter.
Section Save has to write the extra parameter.
Save FieldKml has to take the first item and the last item from the section and get the begin and end time for each section and then build the section with begin and end with that time stamp.