Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burlington Data (Adding More Details Shortly) #3

Open
schisa opened this issue Oct 31, 2020 · 1 comment
Open

Burlington Data (Adding More Details Shortly) #3

schisa opened this issue Oct 31, 2020 · 1 comment

Comments

@schisa
Copy link

schisa commented Oct 31, 2020

Adding a git issue to track the data model stuff from the Burlington Team.

Parser
Our team decided it is probably easiest to parse the court calendar which is updated every day.

**Main Data We Will Track **

  • docket (This is unique for that case…but will be repeated in the calendar for different events)
  • category (county + Division. CNCR (Chitenten and criminal) )
  • location (Courtroom)
  • day_of_week (DoW)
  • day (1-31)
  • month (Jan, Feb,Etc.)
  • time (1:00)
  • am_pm (am/pm)
  • court_calendar_url (ID the calendar we are looking at on the web.)
  • court_address
  • division
  • county
    ==New==
  • party (defendant name)
  • hearing_type (sentencing, bail, deposition, etc.)
  • The actual address of the court
  • Division
  • County
  • Party (defendant name)
  • Hearing Type (sentencing, bail, deposition, etc.)
  • Mapping table (for Things Below)

Mapping Table
We also have a mapping table to break out the category because category is an abbreviation of the Vermont County and Division).
Counties:
Ancr: 'Addison',
Bncr: 'Bennington',
Cacr: 'Caledonia',
Cncr: 'Chittenden',
Excr: 'Essex',
Frcr: 'Franklin',
Gicr: 'Grand Isle',
Lecr: 'Lamoille',
Oecr: 'Orange',
Oscr: 'Orleans',
Rdcr: 'Rutland',
Wncr: 'Washington',
Wmcr: 'Windham',
Wrcr: 'Windsor'

Division:
cr-criminal
cv-civil
fa-family
pr-probate
sc-small claims
dm-domestic

@jdungan
Copy link
Member

jdungan commented Oct 31, 2020

Hi @schisa

Sorry for the confusing array of courtbot repos. We are build and tracking new court systems in here

@jdungan jdungan transferred this issue from codefortulsa/courtbot-python Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants