-
Notifications
You must be signed in to change notification settings - Fork 34
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
an opinion on privatekit? #537
Comments
The last time I looked at PrivateKit, they were using the closed source transistorsoft plugin for location tracking. I spoke to them about switching to e-mission instead, and they were open to it if I built a ReactNative interface. I have not done so, so I did not follow up with them after that .... Their location service usage example is:
So they are essentially reading the location continuously, no sophisticated, energy-aware tracking or anything. I believe they were reading data every 5 minutes, at least at the start. I can reach out to them again and see if they want to use e-mission, but I am not sure they need the more sophisticated tracking if they are doing very coarse sampling. |
I also see that their contributions have dropped off significantly in the past few days. Not sure if this is just because they are moving to a more mature model now, or whether the Apple/Google SDK announcements have shifted momentum away from them. Note that around 15 days ago, Apple/Google announced that apps that use the BLE-based SDK will not be allowed to track location any more. |
Thanks a lot for the insight, so their focus is definitely not on location tracking. Maybe they could "pivot" the privatekit project to a more mobility oriented goal is the contact tracing goal is not so relevant? |
Not sure what you mean by "you to pay attention". Can you articulate the city goals in a bit more detail? I'm not sure I have encountered them before. Just to clarify: sensing location every 5 minutes and not dealing with automatic sync is the cheap and easy option that optimizes for getting an app out in a week.
But there are real implications to those choices.
Having said that, e-mission is a platform, not a system. If a deployer wants to support 5 minute sensing and manual uploads, they should be willing to do so.
Finally, we discussed exploring standardization of travel diary data. If PrivateKit does want to pivot to mobility, maybe they can participate in the common standard creation. Standards are only relevant if there are multiple interoperable implementations. If they want to spend the effort to create and maintain an mobility tracking app, more power to them! |
@PatGendre any updates on this? |
@shankari Hi, sorry I wrote the contrary of what I meant :-((
Yes indeed I believe a widely used diary trip standard is an important goal. It could be a good idea to ask the privatekit team if they would interested in going in that direction. |
e-mission can function as a survey tool, although that is not all it can do 😄 What are the specific features of a survey tool that they are looking for?
|
Yes, e-mission can also function as a Survey tool, I was giving Itinerum as another open source example ;-) I dont know much about smartphone based mobility survey apps but this domain seems to be getting more mature, with several "products" on the "market" so feature lists can be found in public RFP documents. My impression is that cities first and foremost need support for the tool, they don't buy a product, they buy a survey (data and possibly analysis). So the clients for a mobility survey tool are not directly the cities, but transportation/mobility engineering firms. Currently I don't know exactly, I suppose part of the survey Tools are developed and maitained inhouse by the engineering companies, and part are true software products used by third parties; for the latter, except software support and maintenance, an important feature is certainly the backoffice for managing the survey, which Itinerum has (AFAIK) but is lacking from e-mission. |
Hi @shankari
I've had a quick look at MIT's privatekit project, it may have been developed for contact tracing but it also includes location tracing, so do you think it's worth investigating? The app may not be opensource but the react native sdk is : https://github.com/PrivateKit
I was wondering if for instance it would make sense and would be easy to send locations from this privatekit app to an e-mission server so as to derive trip diary from it?
The text was updated successfully, but these errors were encountered: