Model/backend/address2UPRN
2026-02-02 16:38:17 +00:00
..
tests added terraform files and test plan 2026-02-02 16:38:17 +00:00
__init__.py need to download grade pydantic 2026-01-20 20:12:37 +00:00
Dockerfile added terraform files and test plan 2026-02-02 16:38:17 +00:00
main.py added terraform files and test plan 2026-02-02 16:38:17 +00:00
README.md need to download grade pydantic 2026-01-20 20:12:37 +00:00
script.py address 2 uprn 2026-01-23 16:39:16 +00:00

We have list of address as input.

It'll come in batches of the same post code and from then we want to somehow convert that into UPRN

if this lambda/function can do that we'll be speeding ahead

Energy Performance Information: https://epc.opendatacommunities.org/

guidance page: https://epc.opendatacommunities.org/docs/guidance#field_domestic_LMK_KEY

Example of past khalims code that he wrote some tests for: 941be42b83/backend/tests/test_search_epc.py (L11)

Example of EPC search: 941be42b83/backend/SearchEpc.py (L118)

Khalim has made a python package to help scrape data: https://github.com/KhalimCK/epc-api-python