You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple ICOS stations with more than one PI. The object returned from e.g. station.get('CMN') does not reflect that. Additionally, it appears that the object representing the station has properties "firstName", "lastName" and "email", which clearly does not make sense. There should be property called "pis", with an array of objects representing people as the value.
Also, there is no reason for the "uri" property to be an array.
The text was updated successfully, but these errors were encountered:
this is solved by using the icoscp core - library, but should be discussed if it needs to be implemented into the icoscp pylib. issue is going to be reassigned to @ZogopZ
There are multiple ICOS stations with more than one PI. The object returned from e.g. station.get('CMN') does not reflect that. Additionally, it appears that the object representing the station has properties "firstName", "lastName" and "email", which clearly does not make sense. There should be property called "pis", with an array of objects representing people as the value.
Also, there is no reason for the "uri" property to be an array.
The text was updated successfully, but these errors were encountered: