Hi everybody,
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 end attributes into Field.kml ?
The format look like YYYY-MM-DDTHH:MM:SS ex: ‘2021-05-05T11:00:15’
`
<Folder>
<name>Sections</name>
<Placemark>
<name>Sections_2</name>
<begin>2021-05-05T11:00:15</begin>
<end>2021-05-05T12:22:18</end>
<Style>
...
</Style>
<Polygon>
...
</Polygon>
`