← back to Nationalrealestate
Add Miami-Dade FL (60721) + Franklin OH (5665) commercial via from_parcel — both descriptive use_desc with rich subtypes (office/retail/industrial/hospitality/parking). Verified plausible metro splits
8a5be2fe644e793790c1e14cfbdb494935db7dd1 · 2026-07-31 01:15:46 -0700 · steve@designerwallcoverings.com
Files touched
M src/ingest/commercial/engine.ts
Diff
commit 8a5be2fe644e793790c1e14cfbdb494935db7dd1
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date: Fri Jul 31 01:15:46 2026 -0700
Add Miami-Dade FL (60721) + Franklin OH (5665) commercial via from_parcel — both descriptive use_desc with rich subtypes (office/retail/industrial/hospitality/parking). Verified plausible metro splits
---
src/ingest/commercial/engine.ts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/ingest/commercial/engine.ts b/src/ingest/commercial/engine.ts
index 8e53cc3..b5c13ba 100644
--- a/src/ingest/commercial/engine.ts
+++ b/src/ingest/commercial/engine.ts
@@ -35,6 +35,9 @@ const ADAPTERS: Record<string, () => Promise<{ run: () => Promise<{ upserted: nu
// 'Residential (<7 units)'), so from_parcel classifies it directly now (commercial keyword
// + bare-commercial fallback added post-cycle-13). NY/TX handled by the coded materializer above.
cook: async () => ({ run: (await import('./from_parcel.ts')).ingestCommercialFromParcel('17031', 'Cook County IL (Chicago)') }),
+ // FL Miami-Dade + OH Franklin: descriptive use_desc with subtypes (OFFICE/STORE/WAREHOUSE/HOTEL) → from_parcel classifies directly.
+ miami: async () => ({ run: (await import('./from_parcel.ts')).ingestCommercialFromParcel('12086', 'Miami-Dade County FL') }),
+ franklin: async () => ({ run: (await import('./from_parcel.ts')).ingestCommercialFromParcel('39049', 'Franklin County OH (Columbus)') }),
};
async function main() {
← 2ebcbf4 Add Texas (Bexar+Tarrant, 49768) via authoritative Comptroll
·
back to Nationalrealestate
·
Add Fulton GA/Atlanta commercial (15178) via authoritative F 0cfcfdb →