openoakland / OakCrime-Decommissioned

Code supporting citizen analysis of crime in Oakland, CA
22 stars 16 forks source link

Create harvester around UCR PDF parser #69

Closed rbelew closed 3 years ago

rbelew commented 5 years ago

the basic pdf parser here https://github.com/openoakland/OakCrime/blob/master/showCrime/dailyIncid/management/commands/parseUCR.py seems to work pretty well across OPD's UCR reports! Now we need to wrap this in a "harverster" loop very similar to that used to harvest patrol logs: https://github.com/openoakland/OakCrime/blob/master/showCrime/dailyIncid/management/commands/parsePatrolLog.py