-
Notifications
You must be signed in to change notification settings - Fork 4
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
To Do: Output data from HiSPARC to different formats #6
Comments
RSS 2.0 as well, I guess. |
Pull request #8 addresses JSON. Please review the patch. |
@RaoOfPhysics: Do you mean the XML 1.0 specification? |
The JSON implementation is looking good. FITS could be the next one. |
I was thinking something along the lines of RSS 2.0. There used to be a website called Pachube (back in 2008) that developed an XML schema called EEML (Extended Environments Markup Language) for distributed IOT sensors. It's quite close to what we're trying to do here, check out http://www.eeml.org/#specification |
Data in form of event (position data and time) converted to python dict - try output to JSON, FITS, etc. data types to try robustness/usefulness
The text was updated successfully, but these errors were encountered: