Skip to content
New issue

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

course field is exported as a string in CSV files #161

Open
pblottiere opened this issue Apr 6, 2022 · 2 comments
Open

course field is exported as a string in CSV files #161

pblottiere opened this issue Apr 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@pblottiere
Copy link
Member

> 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
@pblottiere pblottiere added the bug Something isn't working label Apr 6, 2022
@SebastienPeillet
Copy link
Collaborator

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.

@pblottiere
Copy link
Member Author

Ok. I propose to keep this issue open but considering that it's not very important, we'll take a look later then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants