Skip to content

Metropolitan-Council/streetlightR

Repository files navigation

streetlightR

R build status

streetlightR is an R wrapper for StreetLight Data’s InSight® API that makes it easier for users to create analyses, upload zone sets, fetch results, and more.

To get a sense for what you can do with this package, see our presentation to the StreetLight API users group in November 2022.

Installation

remotes::install_github("Metropolitan-Council/streetlightR")

StreetLight API

StreetLight Data offers a limited-feature API for subscribers. Contact StreetLight support to request an API key. Documentation is available at the StreetLight Developer Hub.

API key management

Contact StreetLight Data support to request an API key. Then, use streetlight_api_key() to save the key for future use.

library(streetlightR)
streetlight_api_key(key = "9999999", install = TRUE)

Contributing

We welcome contributions!

Please review our CONTRIBUTING guide before making a contribution.

Thanks everyone who has contributed one way or another: @ehesch, @ravenmcknight, and @eroten.

Notes

This package is not affiliated with nor maintained by StreetLight Data. This package is tool for StreetLight API users authored by StreetLight API users.