slu-openGIS / stlcsb

R Package for Processing City of St. Louis Citizens Service Bureau Data
https://slu-opengis.github.io/stlcsb/
GNU General Public License v3.0
8 stars 2 forks source link

add categories for new problemcodes #21

Closed bransonf closed 4 years ago

bransonf commented 4 years ago

This PR updates the categorization of problemcodes. This may have to become a regular thing, as the City's API is still relatively poor at categorizing requests.

bransonf commented 4 years ago

AppVeyor is failing due to this:

* installing *source* package 'stlcsb' ...
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error : package 'tidyselect' was installed by an R version with different internals; it needs to be reinstalled for use with this R version
ERROR: lazy loading failed for package 'stlcsb'
* removing 'C:/projects/stlcsb/stlcsb.Rcheck/stlcsb'
In R CMD INSTALL
walker commented 4 years ago

This data set will have a "GROUP" column in the CSV by next Monday. It'll appear thereafter.

There is not a guaranteed 1-to-1 match between GROUP in the CSV version of this data and GROUP Index in the Open311 API version of the same data due to differences in the way the data is generated.

bransonf commented 4 years ago

Thanks again, @walker I'll be revisiting CSB categorization entirely sometime next week.

@chris-prener Closing this PR in anticipation of an improved one next week...