Skip to content

Commit c2dbfd8

Browse files
authored
Merge pull request #1595 from lnlyssg/norwich-fix
Fixing Norwich fully
2 parents 452ffaf + 54c1e47 commit c2dbfd8

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

uk_bin_collection/tests/input.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,11 +1789,12 @@
17891789
"LAD24CD": "E06000057"
17901790
},
17911791
"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",
17951796
"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.",
17971798
"LAD24CD": "E07000148"
17981799
},
17991800
"NottinghamCityCouncil": {

wiki/Councils.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,12 +2880,13 @@ Note: Pass the house number and postcode in their respective parameters. This pa
28802880

28812881
### Norwich
28822882
```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
28842884
```
28852885
Additional parameters:
2886-
- `-u` - UPRN
2886+
- `-p` - postcode
2887+
- `-n` - house number
28872888

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.
28892890

28902891
---
28912892

0 commit comments

Comments
 (0)