Skip to content

Template Shiny app for ArcGIS REST API data, implemented here to explore Sacramento open data

License

Notifications You must be signed in to change notification settings

mvanbommel/SacOpenData

Repository files navigation

PRs Welcome

SacOpenData

Link to Live Version

An app allowing users to view, manipulate, and download various City of Sacramento Open Data Sets. Additionally, an easily editable template to repurpose the app for any collection of data sets with GeoServices REST APIs with point geometry objects.

Screenshot

Tools

Building Your Own Version

This app can be easily edited for use with any collection of data sets with Geoservices REST APIs that use point, polyline, or polygon geometry objects. Many cities and organizations make their open data sets available through Geoservices, and a full collection of over 180,000 data sets is available on ArcGIS Hub.

To create your own version of this app, simply fork the repository, rename if desired, and edit the data_source_information.R script according to the instructions in the comments.

In order to run the app, you will need to install R (installing RStudio is also recommended). When you run the app for the first time, run the commands:

source("install_package.R")
install_packages()

to ensure all necessary packages are loaded.

You can then run the app using the

shiny::runApp()

command. If you are unfamiliar with Shiny, there are tutorials available.

To learn more about sharing or publishing your app, see the Share Your Apps tutorial.

Contributing

Contributions are welcomed! See the contributing guide for more details.

Other Versions

About

Template Shiny app for ArcGIS REST API data, implemented here to explore Sacramento open data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published