Echte, zufällige Adressdaten (RRAD)
Dies ist eine Liste realer, zufälliger Adressen, die erfolgreich geokodiert wurden (getestet mit dem Geocoding API-Dienst von Google). Die Adressdaten stammen aus dem OpenAddresses-Projekt und alle Adressen sind gemeinfrei. Die Adressen werden bewusst nicht mit Personen oder Unternehmen in Verbindung gebracht; Die einzige Garantie besteht darin, dass es sich um echte Adressen handelt, die erfolgreich geokodiert werden.
Die Adressen wurden von OpenAddress abgerufen, wo das Feld „Erforderliches Attribut“ vorhanden war und nicht „Ja“. Unter „Namensnennung“ unten finden Sie eine Liste der Quellen (ebenfalls in jeder Datendatei enthalten).
Verwendung
Die Daten werden in zufällig geordnete Dateien unterschiedlicher Größe gepackt:
Dateiname | Adressanzahl | Größe |
---|
Adressen-us-all.json | 3.220 | 969k |
Adressen-us-all.min.json | 3.220 | 493k |
Adressen-us-1000.json | 1.000 | 304k |
Adressen-us-1000.min.json | 1.000 | 155.000 |
Adressen-us-500.json | 500 | 154k |
Adressen-us-500.min.json | 500 | 79k |
Adressen-us-250.json | 250 | 79k |
Adressen-us-250.min.json | 250 | 41k |
Adressen-us-100.json | 100 | 34k |
Adressen-us-100.min.json | 100 | 18k |
Jedes Paket ist ein Objekt mit zwei Eigenschaften, addresses
und attribution
. addresses
ist ein Array von Adressen, jede mit der Form:
{
"address1": "203 East Gwinnett Street",
"address2": "",
"city": "Savannah",
"state": "GA",
"postalCode": "31401",
"coordinates": {
"lat": 32.06637,
"lng": -81.093895
}
},
Um beispielsweise eine zufällige Adresse zu erhalten:
const addresses = require('./rrad/addresses-us-all.min.json').addresses
const randomAddress = addresses[Math.floor(Math.random() * addresses.length)]
Sie können dieses Paket auch über npm installieren, obwohl es ein großes Paket ist, da es alle Datensätze enthält. Verwendung:
npm install --save-dev rrad
Oder
Um dann eine zufällige Adresse zu erhalten:
const rrad = require('rrad')
const randomAddress = rrad.addresses[Math.floor(Math.random() * rrad.addresses.length)]
Namensnennung
Alle vom OpenAddresses-Projekt gesammelten Daten sind gemeinfrei. Originalquellen:
- Stadt Haddam (CT)
- Stadt Hartford (CT)
- Stadt Lyme (CT)
- Stadt Manchester (CT)
- Stadt Watertown (CT)
- Stadt Avon (CT)
- Stadt Fairfield (CT)
- Stadt Groton (CT)
- Office of Geographic Information (MassGIS), Commonwealth of Massachusetts, MassIT (MA)
- VT Enhanced 911 Board, VCGI (VT)
- Stadt Huntsville (AL)
- Stadt Montgomery (AL)
- Shelby County (AL)
- Talladega County (AL)
- Stadt Fayetteville (AR)
- Arkansas Geographic Information Office (AR)
- Stadt Washington (DC)
- Bay County (FL)
- Brevard County (FL)
- Charlotte County (FL)
- Citrus County (FL)
- Clay County (FL)
- Highlands County, FL (FL)
- Hillsborough County (FL)
- Stadt Savannah (GA)
- Gordon County (GA)
- Muscogee County (GA)
- Sumter County (GA)
- Metro Louisville, LOJIC-Partner (KY)
- Anne Arundel County (MD)
- Stadt Baltimore (MD)
- Frederick County (MD)
- Oklahoma und Logan Counties – Association of Central Oklahoma Governments (OK)
- Kern, Cleveland, Kanada, Logan Counties (OK)
- Stadt Nashville (TN)
- Cooke, Fannin, Grayson Counties – Texoma Council of Governments (TX)
- Gemeinde Anchorage (AK)
- Copyright © 2015 Kenai Peninsula Borough (AK)
- Bezirk Matanuska-Susitna (AK)
- Stadt Glendale (AZ)
- Stadt Mesa (AZ)
- Alameda County (CA)
- Amador County (CA)
- Stadt Berkeley (CA)
- Butte County (CA)
- Stadt Bakersfield (CA)
- Stadt Carson (CA)
- Stadt Cupertino (CA)
- Stadt Hayward und Fairview. Lizenziert für die öffentliche Nutzung (CA)
- Stadt Mountain View (CA)
- Stadt Orange (CA)
- Contra Costa County (CA)
- El Dorando County (Kalifornien)
- Fresno County (CA)
- Humboldt County (CA)
- Kern County (CA)
- Kings County (CA)
- Lake County (CA)
- Lassen County (CA)
- Los Angeles County (CA)
- Madera County (CA)
- Marin County (CA)
- Merced County (CA)
- Mono County (CA)
- Monterey County (CA)
- Napa County (CA)
- Grafschaft Nevada, Kalifornien (CA)
- Orange County (CA)
- Stadt Palo Alto (CA)
- Grafschaft Placer (CA)
- Secramento County (CA)
- San Bernardino County (CA)
- Geografische Informationsquelle von San Diego – JPA (CA)
- San Joaquin County (CA)
- San Luis Obispo County (Kalifornien)
- San Mateo County (CA)
- Santa Barbara County (CA)
- Santa Clara County (CA)
- Santa Cruz County (CA)
- Shasta County (CA)
- Solano County (CA)
- Sonoma County (CA)
- Stanislaus County (CA)
- Tuolumne County (CA)
- Yolo County (CA)
- Yuba County (CA)
- Arapahoe County (CO)
- Archuleta County (CO)
- Stadt Arvada (CO)
- Stadt Aurora (CO)
- Stadt Boulder (CO)
- Stadt Fort Collins (CO)
- Stadt Greeley (CO)
- Stadt Loveland (CO)
- Stadt Westminster (CO)
- Gilpin County (CO)
- Gunnison County (CO)
- Jefferson County (CO)
- Larimer County (CO)
- Mesa County (CO)
- Pitkin County (CO)
- Pubelo County (CO)
- San Miguel County (CO)
- Stadt Honolulu (HI)