File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1789
1789
"LAD24CD" : " E06000057"
1790
1790
},
1791
1791
"NorwichCityCouncil" : {
1792
- "uprn" : " 100090888980" ,
1793
- "url" : " https://www.norwich.gov.uk" ,
1794
- "wiki_command_url_override" : " https://www.norwich.gov.uk" ,
1792
+ "house_number" : " 2" ,
1793
+ "postcode" : " NR2 3TT" ,
1794
+ "url" : " https://bnr-wrp.whitespacews.com" ,
1795
+ "wiki_command_url_override" : " hhttps://bnr-wrp.whitespacews.com" ,
1795
1796
"wiki_name" : " Norwich" ,
1796
- "wiki_note" : " You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN ." ,
1797
+ "wiki_note" : " Pass the house number and postcode in their respective parameters ." ,
1797
1798
"LAD24CD" : " E07000148"
1798
1799
},
1799
1800
"NottinghamCityCouncil" : {
Original file line number Diff line number Diff line change @@ -2880,12 +2880,13 @@ Note: Pass the house number and postcode in their respective parameters. This pa
2880
2880
2881
2881
### Norwich
2882
2882
``` commandline
2883
- python collect_data.py NorwichCityCouncil https://www.norwich.gov.uk -u XXXXXXXX
2883
+ python collect_data.py NorwichCityCouncil https://bnr-wrp.whitespacews.com -p "XXXX XXX" -n XX
2884
2884
```
2885
2885
Additional parameters:
2886
- - ` -u ` - UPRN
2886
+ - ` -p ` - postcode
2887
+ - ` -n ` - house number
2887
2888
2888
- Note: You will need to use [ FindMyAddress ] ( https://www.findmyaddress.co.uk/search ) to find the UPRN .
2889
+ Note: Pass the house number and postcode in their respective parameters .
2889
2890
2890
2891
---
2891
2892
You can’t perform that action at this time.
0 commit comments