a geocoder with cache
US Address geocoder/reverse geocoder based on free US Census TIGER database. Able to cache results in redis and also return response that matches Google Maps API format
This project has been renamed to geocoder-geojson
A data compression library for large sized Geopolygons.
Lean, plain-TypeScript record schema + per-field normalizers for the geocode-first matcher. Address-first: the canonical PostalAddress record composes parser components, the formatter's match key, and a resolved geocode; organization + contact records bui
Command-line tool for sthan.io — verify, parse, geocode US addresses from your terminal or any AI agent
Bangladesh geo address library — division, district, upazila (thana), union, village, postal code & BBS geocode lookup with Bangla/English names. Built for JavaScript & TypeScript. Works with Node.js, React, Next.js, Vue, Nuxt, Angular, NestJS, Express, B
React wrapper for mapbox-gl-geocoder for use with react-map-gl
Universal geocoding abstraction server-side and client-side with multiple built-in providers
React Native Nitro module for reverse geocoding coordinates into country and locality context.
The geocode-first record-matching application: resolve messy contact/organization records into canonical, geocoded entities (block → score → cluster) and export them as GeoJSON for spatial analysis. The clinic-funding use case mailwoman was built for.
The geocode-first record matcher: block → score → cluster. This first cut ships the string comparators (Jaro / Jaro-Winkler + an edit-distance fallback for compound surnames) that the Fellegi-Sunter scorer is built on.
Turn a canonicalized + geocoded address into a stable, parseable primary key ( <state>.<H3-cell>.<hash> ) for deterministic record joins / dedup — the exact-match complement to the fuzzy matcher.