Skip to content

feat(nycoa) Initial NY CoA support#1982

Draft
Brennan-Chesley-FLP wants to merge 1 commit into
feat/kent-parser-testsfrom
feat/nycoa-initial
Draft

feat(nycoa) Initial NY CoA support#1982
Brennan-Chesley-FLP wants to merge 1 commit into
feat/kent-parser-testsfrom
feat/nycoa-initial

Conversation

@Brennan-Chesley-FLP

Copy link
Copy Markdown
Contributor

This is a draft currently until the base is fixed up (kent released) and I think there's one more change I'd like to make to this. During development and data verification, I added a lot of checks and retry logic in here that were very useful for tracking down a concurrency bug in the scraper. It's possible that they can be used to get a little speedup for ongoing scrapes, but I'm about 90% sure that the speedup is marginal enough that it's just not worth it. I'm running a test overnight, and the scraper.py will probably get a big chunk removed and simplified based on the results of that.

Comment thread juriscraper/state/new_york/nycourts_gov/parsers/filing_detail.py
Comment thread juriscraper/state/new_york/nycourts_gov/parsers/filing_detail.py
Comment thread juriscraper/state/new_york/nycourts_gov/parsers/filing_detail.py Outdated
Comment thread juriscraper/state/new_york/nycourts_gov/scraper.py Outdated
@Brennan-Chesley-FLP Brennan-Chesley-FLP force-pushed the feat/kent-parser-tests branch 3 times, most recently from c490946 to cb0d652 Compare June 17, 2026 20:22
@Brennan-Chesley-FLP Brennan-Chesley-FLP force-pushed the feat/nycoa-initial branch 2 times, most recently from 18f86a4 to 8a18327 Compare June 17, 2026 20:34
court_id: str = "ny"
"""Court identifier"""

case_name: HarmonizedCaseName

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Case name harmonization.

decision_date: date | None = None
"""Date of decision (decided cases only)"""

issues: list[CleanString] = []

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean_html application.

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

Successfully merging this pull request may close these issues.

2 participants