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

Implement Lousiana Court of Appeals Circuits: 2nd, 3rd, 4th, 5th #1197

Open
grossir opened this issue Oct 7, 2024 · 1 comment
Open

Implement Lousiana Court of Appeals Circuits: 2nd, 3rd, 4th, 5th #1197

grossir opened this issue Oct 7, 2024 · 1 comment

Comments

@grossir
Copy link
Contributor

grossir commented Oct 7, 2024

We only have a scraper for the First Circuit lactapp_1. There are more circuits which publish opinions. At first glance, the sites do not share structure, so each would need a different scraper

From the sample docket numbers, it seems we won't need docket number disambiguation

When we implement these, we should backscrape from July 17th, 2019 to present. Before that date, we have the opinions from different sources. For lactapp_1 there is gap from July 17th, 2019 to December 29th, 2021

Circuit URL Docket sample
1st 2024KW0648, 2024CW0694
2nd https://www.la2nd.org/opinions/ 55,772-CA
3rd https://www.la3circuit.org/index.aspx ; click on "Records", then Search Opinions KA -0023-0582, CA -0023-0017
4th https://www.la4th.org/Default.aspx ; click on Search, then Search Opinions 2023-K-0770, 2023-C-0816, 2023-CA-0664
5th https://www.fifthcircuit.org/searchopinions.aspx 23-KA-473
grossir added a commit that referenced this issue Oct 18, 2024
Part of #1197

- new return value for OpinionSite: "attorneys"
- new function in date_utils: `unique_year_months` to generate the backscrape iterable
- refactor `oral_args.cadc` and `state.sc` to use new `unique_year_months` function
grossir added a commit that referenced this issue Oct 18, 2024
Part of #1197

- new return value for OpinionSite: "attorneys"
- new function in date_utils: `unique_year_months` to generate the backscrape iterable
- refactor `oral_args.cadc` and `state.sc` to use new `unique_year_months` function
grossir added a commit that referenced this issue Oct 18, 2024
Part of #1197

- new return value for OpinionSite: "attorneys"
- new function in date_utils: `unique_year_months` to generate the backscrape iterable
- refactor `oral_args.cadc` and `state.sc` to use new `unique_year_months` function
@grossir
Copy link
Contributor Author

grossir commented Oct 21, 2024

lactapp_5 is already working. Example

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

1 participant