You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Vishal, really great work.
I ran into some weird issues with the code, I tried using the drone 7 data file download from Pneuma and put the .csv file into a new folder 'input data' in the data folder and ran the data_formatter.py.
To generate the output file, I made a folder 'long' in in data folder and ran the code.
Two files were generated. But the data was messed up, the data went into columns it wasn't supposed to.
lat, lon came under v, a_x, and similar for other columns too.
I am attaching a screenshot of the same.
Can you give any fix for it.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out. Yes, this will happen, if the format of the input raw data has updated over time. To address this you will have to check how the items are ordered in the raw data and then make changes to the source code, specifically starting from the line below, so that the relevant items are added to corresponding lists.
Hey Vishal, really great work.
I ran into some weird issues with the code, I tried using the drone 7 data file download from Pneuma and put the .csv file into a new folder 'input data' in the data folder and ran the data_formatter.py.
To generate the output file, I made a folder 'long' in in data folder and ran the code.
Two files were generated. But the data was messed up, the data went into columns it wasn't supposed to.
lat, lon came under v, a_x, and similar for other columns too.
I am attaching a screenshot of the same.
Can you give any fix for it.
Thanks
The text was updated successfully, but these errors were encountered: