Addresses (MAF)
City of Seattle
@usgov.city_of_seattle_addresses_maf_4baa4
City of Seattle
@usgov.city_of_seattle_addresses_maf_4baa4
Displays citywide address points using TRANSPO.MAFDAP_PV. Differs from TRANSPO.DAP in that it contains address data. Attributes include house number and modifier, directional, street name, and street type. Does not display when zoomed out beyond 1:10,000. Labels are based on the attribute MAF_HSENUMMOD and do not display when zoomed out beyond 1:3,000.
ATTRIBUTE INFORMATION:
MAILUSECODE: Identifies suitability of MAF address and associated MAFUNIT record(s) for use as a mailing address. This field serves as an indicator whether the address is being utilized in the City's Utility Billing System. If so, it is more likely (but still not guaranteed) to be a valid mailing address.
DCLUSTAT - Description of address establishment and validation status related to DCLU business process.
Valid values:
DCLUSTATDT - Date of creation or modification of record.
SOURCENAME - Descriptive character string identifying agency, department or divisional record source or usage.
Valid values:
Data refreshed daily.
Organization: City of Seattle
Last updated: 2025-02-28T23:30:53.170225
Tags: address, addresses, maf, seattle, seattle-gis-open-data, transpo
CREATE TABLE table_1 (
"objectid" BIGINT,
"maf_id" BIGINT,
"dap_id" BIGINT,
"snd_id" BIGINT,
"maf_hsenummod" VARCHAR,
"maf_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"mailusecode" BIGINT,
"dclustat" VARCHAR,
"dclustatdt" VARCHAR,
"sourcename" VARCHAR,
"sourcedescription" VARCHAR,
"se_anno_cad_data" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.