We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> cat GPS.csv -p fid,dateTime,gpsDateTime,speed,course,lat,lon "1",2022/04/06 15:56:02,2022/04/06 13:56:02,,,-4.62107833333333,48.3537716666667 "2",2022/04/06 15:57:04,2022/04/06 13:57:04,,,-4.620905,48.35388 "3",2022/04/06 15:58:06,2022/04/06 13:58:06,0,"59",-4.62058833333333,48.3539433333333
The text was updated successfully, but these errors were encountered:
Actually I don't know how the CSV driver works but there is other field, which has the same behaviour (without explanation), including the "fid".
For example, with environment layer I get :
"12",,,,,,,,2022/04/07 09:10:10,upper_bridge_outside,"14",,,,"0",,,,,"0","0",none,,,,,,,,,,,,Add,audio/20220407/environment_sound_recording_20220407_091009.ogg,"1.4","61.5",,,,,,,,,,,
14 is a integer for plateformHeight 1.4 is a float for soundStart 61.5 is a float for soundEnd
But the csv column type are rightfully readed by Calc and QGIS. I don't think we can fix it in the plugin.
Sorry, something went wrong.
Ok. I propose to keep this issue open but considering that it's not very important, we'll take a look later then.
No branches or pull requests
The text was updated successfully, but these errors were encountered: