Joona Lehtomäki

Results 9 issues of Joona Lehtomäki

## open-gov-cover.jpg - CC BY-SA 2.0 - justgrimes - http://goo.gl/7mpR8k

Prove DESCRIPTION file of a given package and get the value of `VignetteDir` field. This needs to be added to contributor guidelines as well.

enhancement

Use [Simple Features (`sf`)](https://cran.r-project.org/web/packages/sf/index.html) package instead of `rgdal` for spatial operations.

Development

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...

enhancement

Target milestone: 0.2.0

Development

Is there a natural interpretation for the value (`Arvo`) of the events in the simulator (e.g. cases, people)? If so, it would be helpful to let user know up front...

[The Finnish Geospatial Research and Education hub](http://www.geoportti.fi) provides [multiple raster datasets](http://86.50.168.160/geocubes/datasets), including the Finnish DEM (2m / 10m), over the Open Geospatial Consortium's Web Coverage Service (WCS). Develop a wrapper...

enhancement

Currently `wfs_api()` passes the provided WFS URL as-is and expects a correct response. However, it is not robust against faulty URLs (404), timeouts (408) or any other unexpected situations. It...

enhancement