Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Retrieve sensor values by phenomenon/a and single site/list of sites #96

Closed
EHJ-52n opened this issue Feb 27, 2019 · 2 comments
Closed
Assignees

Comments

@EHJ-52n
Copy link
Member

EHJ-52n commented Feb 27, 2019

R implementation

Used SOS operations/requests

  • GetObservation (w/ list of phenomena and list of sites)

Related Issues

@nuest
Copy link
Contributor

nuest commented May 17, 2019

Must also handle multiple types - cannot use sosResult(..):

> getData(sos = niwaHydro,
+         phenomena = phenomena$phenomenon[1:2],
+         sites = siteList$siteID[1],
+         retrieveFOI = FALSE, # TO BE FIXED
+         )
Error in match.names(clabs, names(xi)) : 
  names do not match previous names

@nuest nuest removed their assignment May 20, 2019
@EHJ-52n EHJ-52n self-assigned this May 23, 2019
@EHJ-52n
Copy link
Member Author

EHJ-52n commented Jul 2, 2019

@BenGraeler it is working but not using the unit package and some metadata is lost during the column merge. I switched to dplyr but not all column data is preserved.

Please review if the in test_getData.R::294 is enough for this issue to be closed. Re-open, if not.

@EHJ-52n EHJ-52n closed this as completed Jul 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants