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

What would be the correct way to access a raw section and compare it to its cleaned version? #22

Open
darlev opened this issue Mar 7, 2021 · 1 comment

Comments

@darlev
Copy link

darlev commented Mar 7, 2021

If I understand correctly, the section location dataframe data that is shown in each evaluation notebook is processed.
Is there a way to access the raw section data via the MobilityNet API and compare it with the processed section?

Thank you!

@shankari
Copy link
Contributor

shankari commented Mar 8, 2021

@darlev the section location dataframe is the raw location data received from the phone for the time range associated with the section ground truth. Can you tell me where I indicated that it was processed so that I could fix it?

you can access the location data for any time range by calling self.DATASTORE_URL+"/datastreams/find_entries/timestamp", similar to emeval/input/spec_details.py, retrieve_data_from_server

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