-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
added mqtt publish with RMAP specifications #165
Conversation
We won't support mqtt. Every mqtt service is using another data format. And if we start with one service people will ask to add another and another and another service. AND: our italian sensor owners have a problem with the data usage by your company. As there is no license for our data you should have asked if you could use this. With this message we forbid your company the usage of our data on behalf of our italian users . |
"As there is no license for our data ..." |
This is the license for the website http://luftdate.info/ only. Translated: |
ok, so your project is not open. |
Our software and our data is free for private use. By now it's not allowed to use them for any published 'product' without permission. |
All data getted from lufdaten.info are removed from RMAP. |
As I have written: We haven't decided 'BY NOW', which open source license we will choose. We have to check against all dependencies and this needs time. As you may have seen we use different libraries with very different licenses. This will also restrict the licenses we can use. |
And the data is completely independent from this license. |
You need to issue a license before publishing the software to github, not after; so you do not have a lot of time. To your knowledge you have to ask to remove your data from: |
@ricki-z I also understood that the data is Open data in the sense of https://en.wikipedia.org/wiki/Open_data
because it is written on the main page of luftdaten info. Adding licenses for data and software would be good for clarification. |
But you shouldn't use even open data without knowledge of the data quality. And as we haven't published any information about this until now you should ask the publisher. This is the point of discussion with Pat. Both http://rmapv.rmap.cc/ and https://public.opendatasoft.com/ publish this data without an information, that this data may be from unreliable sources. On rmap.cc our data is publish equal to data made with professional equipment without any differentiation. |
License for airrohr-firmware is added (GPL v3). Beta branch will be updated with next push. Other parts of the repo may have other licenses (i.e. directories with copies of libraries published with different license, ...). |
License for data (Database Contents License (DbCL) v1.0) will be added today to the website. |
Is there any kind of community-led governance as to the exact Free/Open nature of the data? |
What exactly do you mean? |
I became aware of the licensing discussion only yesterday, and, to be honest, I am rather flummoxed by the publicly available reasoning behind the licensing decision. My question is, how decisions of this scope are made within the project. Namely: Who makes these decisions, and is there any way the community (which, in my opinion, is a very important asset of the project):
I myself consider the license chosen for the collected data to be harmful to Open Data endeavours and would have liked there to have been a discussion and consensus e.g. on a level of the Code for Germany network or a similar platform. |
As you may remember we tried to discuss this at the OK slack. No one there could tell us what license would be 'ideal' for our data. |
Yes, I remember, which makes me all the more confused ;) A quick search in Slack showed me one question as to the unclear licensing situation dating to september 2017, and one discussion from end of january 2018. I was not aware that a license had been chosen and selected in the interim time, and I am not aware of any other discussion having taken place. This is what I meant: Is there any consensus on the structure and process regarding choices and decisions of this scope to be made? How are these issues raised? How and where do discussions take place? Who is to decide in the end? As to the licensing issue itself: As far as I can tell from Slack, several arguments were made in favor of choosing CC-0 for the data. ODC is a project by Open Knowledge International, not OKFDE, and just because they created the license does not mean they automatically condone its use for any use case ;) As stated above, I consider choosing this license to be harmful, since
I was under the impression that choosing CC-0 was the result of the Slack discussion of january 23rd in Slack. Whatever the outcome – I suggest choosing a more formalized decision process for the future, so we won't have to search through minutiae of (not publicly accessible) Slack channels for the future ;) |
I am a project manager of RMAP (participatory environmental monitoring network) http://rmap.cc.
With this pull request will be possible to publish data on an RMAP server.
It's required https://github.com/knolleary/pubsubclient library.
Only german and italian translation are available.
For now only SDS011 data are published (other data are not required on RMAP platform).
Short instructions:
register on RMAP to get username and password:
http://rmap.cc/registrazione/register/
if you do not know you coordinates make a new station on server:
http://rmapv.rmap.cc/insertdata/newstation
insert your address or use "draw a marker" instrument on map and insert the station name.
You can use the default name "luftdaten"
Follow the standard procedure as for luftdaten.info but in the configuration page activate RMAP send and insert RMAP specifications:
Save and all is done.
The coordinate are getted from RMAP server, but you can set it manually in configuration page.
To refresh coordinate from server you can delete the coordinate field in configuration page and reboot the station.