The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of helsinki package is to provide tools in R to access and download open data from City of Helsinki and the Helsinki metropolitan area - the Finnish capital region.
You can install the released version of helsinki from CRAN with:
install.packages("helsinki")
And the development version from GitHub with:
# install.packages("remotes)
library(remotes)
::install_github("ropengov/helsinki") remotes
Loading the package:
library(helsinki)
List available features from Helsinki Region Environmental Services HSY WFS API and then download the 15th feature from that list:
<- "https://kartta.hsy.fi/geoserver/wfs"
url <- get_feature_list(base.url = url)
hsy_features get_feature(base.url = url, typename = hsy_features$Name[15])
For more examples, check the tutorial page.
You are welcome to contact us:
sessionInfo()
and packageVersion("helsinki")
and preferably provide a reproducible
example)Kindly cite this work as follows: Juuso Parkkinen, Joona Lehtomäki, Pyry Kantanen, and Leo Lahti. helsinki - Helsinki open data R tools. URL: http://ropengov.github.io/helsinki/
We are grateful to all contributors! This project is part of rOpenGov.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.