rwfs
rwfs copied to clipboard
WFS client for R
Use [Simple Features (`sf`)](https://cran.r-project.org/web/packages/sf/index.html) package instead of `rgdal` for spatial operations.
For original context see [fmi/issues/22](https://github.com/rOpenGov/fmi/issues/22). When trying to download weather data from FMI for a period or station where they don't exist, the `FMIWFSClient$getDailyWeather` get fails with an error in...
Since the following case is very common: ``` r getDataSource = function() { private$getURL() } ``` This could be implemented in `WFSStreamingRequest` making it a non-abstract method. This `WFSStreaming*` and...