mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-09-15 18:35:26 +02:00
feat: redistribute Canadian owner addresses to match the FAA asset
- publish street, city, postal code and care-of, which the FAA asset already carries as registrant_* for 99.7% of US registrants; dropping them here left one repository with two different postures on the same class of data - take the address from the single MAIL_RECIPIENT row rather than merging across parties, since a co-owned mark lists several people in different cities Generated-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -66,8 +66,10 @@ CCARCS `ACTIVE_FLAG` does **not** mean "current owner": 1,932 currently-Register
|
||||
`I` parties, and those rows are the `MAIL_RECIPIENT`. Prefer `A` parties where a mark has any, fall
|
||||
back to all of them otherwise. Filtering on `A` alone publishes registered aircraft with no owner.
|
||||
|
||||
Owner mailing addresses (street, city, postal code, care-of) are dropped; name, type, province and
|
||||
country are published.
|
||||
Owner mailing addresses **are** published, matching the `registrant_*` address the FAA asset already
|
||||
carries — the two sources must not diverge on this. Addresses are per-party, so they come from the
|
||||
single `MAIL_RECIPIENT == "Y"` row (exactly one per mark) and are never merged across co-owners; only
|
||||
name, type, province and country are merged lists.
|
||||
|
||||
## Fork and upstream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user