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

Texas Supreme and Appellate scrapers enhacements #902

Open
grossir opened this issue Jan 30, 2024 · 1 comment
Open

Texas Supreme and Appellate scrapers enhacements #902

grossir opened this issue Jan 30, 2024 · 1 comment

Comments

@grossir
Copy link
Contributor

grossir commented Jan 30, 2024

There is more data available in the HTML we already request, that we don't parse (the scraping class is in tex.py)
This is an instance of #889

At least these extra fields we already support are found on the case page, and we don't pick them up

            "judges",
            "lower_courts",
            "lower_court_judges",
            "lower_court_numbers",
            "dispositions",

For an example of dispositions: "Affirmed in Part and Reversed and Remanded in Part".

Some case page examples

@grossir grossir changed the title Texas Supreme Appellate scrapers enhacements Texas Supreme and Appellate scrapers enhacements Jan 30, 2024
@flooie
Copy link
Contributor

flooie commented Jan 31, 2024

As much as Id like to enhance these, the scrapers are now working. Lets move something more pressing up the chain

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