52North / sos4R

R client for the OGC Sensor Observation Service
https://52north.github.io/sos4R/
13 stars 13 forks source link

Support transactional interface #14

Open nuest opened 10 years ago

nuest commented 10 years ago

This is a major item of work since it includes the encoding of R objects into XML, not just parsing, and provides the function to upload R objects into SOS instances.

This feature would support use cases of quality control and assurance, R as compatibility layers, ...

Test data could come from cosm package, or from Wunderground (http://casoilresource.lawr.ucdavis.edu/drupal/node/991).

nuest commented 9 years ago

For a demonstration, a great story would be using the rvest package to scrape a website and then load that data into a SOS: https://github.com/hadley/rvest