- Notifications
You must be signed in to change notification settings - Fork0
R Tools for open data on Helsinki capital region in Finland
License
rOpenGov/helsinki
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The goal of helsinki package is to provide tools in R to access anddownload open data from City of Helsinki and the Helsinki metropolitanarea - the Finnish capital region.
You can install the released version of helsinki fromCRAN with:
install.packages("helsinki")And the development version fromGitHub with:
# install.packages("remotes)library(remotes)remotes::install_github("ropengov/helsinki")
Loading the package:
library(helsinki)List available features from Helsinki Region Environmental Services HSYWFS API and then download the 15th feature from that list:
url<-"https://kartta.hsy.fi/geoserver/wfs"hsy_features<- get_feature_list(base.url=url)get_feature(base.url=url,typename=hsy_features$Name[15])
For more examples, check thetutorialpage.
You are welcome to contact us:
- Submit suggestions and bugreports (provide theoutput of
sessionInfo()andpackageVersion("helsinki")andpreferably provide areproducibleexample) - Send a pull request
- Star us on the Github page
- See our website for additionalcontact information
Kindly cite this work as follows:JuusoParkkinen,JoonaLehtomäki,PyryKantanen, andLeoLahti. helsinki - Helsinki open data Rtools. URL:http://ropengov.github.io/helsinki/
Alternatively, runcitation("helsinki") in your R environment afterinstalling this package or see the “Cite this repository” section of thepackage’s GitHub repository.
We are grateful to allcontributors!This project is part ofrOpenGov.
About
R Tools for open data on Helsinki capital region in Finland
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.
