Skip to content

Commit 5145ed4

Browse files
docs: note building_name as geocodio-specific ADDRESSES_SCHEMA divergence
1 parent 9ce4f6b commit 5145ed4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,16 @@ openaddr-process-one --skip-preview --layer addresses --layersource state exampl
6060
```
6161

6262
Review https://github.com/openaddresses/openaddresses/blob/master/CONTRIBUTING.md for input json syntax.
63+
64+
## Geocodio fork notes
65+
66+
This is Geocodio's fork of `openaddresses/batch-machine`. The following changes
67+
diverge from upstream and must be preserved across upstream merges:
68+
69+
- **`building_name` addresses attribute**`building_name` is added to
70+
`ADDRESSES_SCHEMA` (`openaddr/conform.py`) and canonicalized (stripped) in
71+
`row_canonicalize_unit_and_number`. This lets a source's `building_name`
72+
conform tag (e.g. GB AddressBase `BUILDING_NAME`) flow through to the
73+
conformed output row, so named-but-unnumbered properties stay individually
74+
addressable. It is a geocodio-specific addition and is not part of the
75+
upstream OpenAddresses schema.

0 commit comments

Comments
 (0)