Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R Tools for open data on Helsinki capital region in Finland

License

NotificationsYou must be signed in to change notification settings

rOpenGov/helsinki

Repository files navigation

rOG-badgeR build statusCRAN Status BadgeDownloads totalDownloads monthlyWatch on GitHubStar on GitHubFollow on Twitter

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.

Installation

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")

Using the package

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.

Contributing

You are welcome to contact us:

Acknowledgements

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp