mikeemoo / dji-log-parser

73 stars 29 forks source link

Feature request : DETAILS packet parser #5

Closed lvauvillier closed 8 years ago

lvauvillier commented 8 years ago

First of all, many thanks to share your awesome work !

According to this source : http://www.phantompilots.com/threads/dji-log-converter.43319/page-2, It seems to be a DETAILS section in the log. Il would be great to parse this section .

Field list :

DETAILS.substreet DETAILS.street DETAILS.city DETAILS.area DETAILS.isFavorite DETAILS.isNew DETAILS.needUpload DETAILS.recordLineCount DETAILS.updateTime DETAILS.longitude DETAILS.latitude DETAILS.totalDistance DETAILS.totalTime DETAILS.maxHeight DETAILS.maxHorizontalSpeed DETAILS.maxVerticalSpeed DETAILS.photoNum

lvauvillier commented 8 years ago

Just found how to do the trick and submit a pull request :)

6

lvauvillier commented 8 years ago

Thanks for the merge.