-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ensuring that you have **every** planning authority in the UK #17
Comments
I've asked MHCLG and apparently there isn't a definitive register of UK planning authorities. There are registers of local authorities in England, Wales, Scotland and Northern Ireland. And then you have to fill in somehow (?) with the national parks, development corporations, GLA, etc. to get every body that's a planning authority. See the |
I haven't tried it yet but I assume we could find many of the search URLs for many authorities by spidering council websites from their homepages. Look for the planning section, then links with titles like planning register, search, find or comment. And in many cases we can recognise the target using the Idox/Northgate etc regexen that are already in Authority#system. |
Another tell for the target URL would be that it's on a different subdomain to the main council website. You can see the common subdomains by parsing the URLs we've already got. |
I'll ask around. Am going to OpenData Camp in Aberdeen next month and people there might be able to help. |
Thanks. The other issue is authority IDs: the local authorities have got GSS IDs but the non-local authority planning authorities don't. |
So, gov.uk registers....
These could be accessed via API probably pretty safely, or downloaded. They also provide a unique ref for each authority which would be authoritative. |
Using the API is fine in terms of staying up to date but then we can't manually add tags. We could use something like MapIt to do all the geo stuff automatically but that would require some thought. |
Some LA planning portals: https://gist.github.com/dhilton/4d714c38cb1ae5acf73ac7b3af242d10 |
Thanks. That's very useful. How did you find them? |
@aspeakman has got a comprehensive set of UK Planning scrapers in Python, although I'm not sure how up to date they are. Here's Andrew's list: https://github.com/aspeakman/UKPlanning/blob/master/scraper_list.csv |
You can access details of all UK planning authorities on my website planit.org.uk. There are 432 planning authorities linked together with relevant geographical and administrative entities. See http://www.planit.org.uk/find/areas/ The full data can be downloaded as JSON via http://www.planit.org.uk/api/areas/json?pg_sz=512 |
Thanks @aspeakman, that's extremely helpful. And a great project. |
I've started adding some of the authorities that I found on https://www.local.gov.uk/our-support/guidance-and-resources/communications-support/digital-councils/social-media/go-further/a-z-councils-online and found a special one referred to by the Adur web site...South Downs National Park. Which makes me wonder how/where to get a full defacto list of planning authorities. It may exist somewhere of data.gov
The text was updated successfully, but these errors were encountered: