Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.06 KB

caRtegraph

R package for communicating with the Cartegraph API

hex

Author

Geoffrey Arnold

Installation

devtools::install_github("CityofPittsburgh/caRtegraph")

What is Cartegraph?

Cartegraph is an asset management software that is widely used by municipal governments.

Usage

Every function begins with cg*. The packages' functions are mostly used to get spatial data from the API, but it can also be used to add and delete data as well as download primary attachments.

Notes

This our first R package so please be nice when reporting issues.

If you like sf, sorry we've been working with Cartegraph for awhile, and tend to use the leaflet package for visuals so sp was prioitized. I am looking to add functionality for that outside of simply transforming the data from sp objects, and once that is complete this package will be submitted to CRAN.