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

Add ability to scrape property details #38

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gbp
Copy link

@gbp gbp commented Jun 5, 2019

This is based on work done by mySociety as part of the MHCLG Central Register of Planning Permissions project.

It adds ability to scrape property details (UPRN, address, postcode, etc..) from Idox planning portals by adding a .include_property option.

This was only really intended as a quick test, to get more data to work with on our project, but maybe it might come in useful for other people too.

Example

pp UKPlanningScraper::Authority.named('Westminster').
                                decided_days(7).
                                include_property.
                                scrape

Notes

  • Commit 74e3121 isn't strictly necessary but added to make later commit diffs clearer.

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.

None yet

1 participant