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

Pneuma Data formatting problem #1

Open
ahmedshahnisar opened this issue Nov 18, 2023 · 1 comment
Open

Pneuma Data formatting problem #1

ahmedshahnisar opened this issue Nov 18, 2023 · 1 comment

Comments

@ahmedshahnisar
Copy link

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.
Screenshot 2023-11-18 172326

Can you give any fix for it.
Thanks

@vishalmhjn
Copy link
Owner

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.

7, len(temp) - 6, 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants