ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
Attributes to be importedUpdated 8.25.2015
2
AttributeOSM EquivalentDataset UsedDescriptionAdd/Ignore?Notes
3
4
Building Attributes
5
CODEIgnoreNote: only CODE='Building' is used for this import. We ignore CODE='Courtyard'. This filtering step happens in the Makefile
6
BLD_IDlacounty:bld_idBuilding OutlinesUnique Building IDAddSpecial OSM Tag
7
HEIGHTheightBuilding OutlinesThe height of the highest major feature of the building (not including roof objects like antennas and chimneys)Addmap to tag, only if height >0
8
ELEVelevationBuilding OutlinesThe elevation of the buildingAddmap to elevation, only if elevation > 0
9
AREABuilding OutlinesRoof AreaIgnoreMostly null
10
SOURCEBuilding OutlinesThe data source (either LARIAC2, Pasadena, Palmdale, or Glendale)Ignore
11
AINBuilding OutlinesThe parcel ID numberIgnoreUsed to map stray addresses to buildings and link datasets
12
Shape_LengBuilding OutlinesIgnore
13
Shape_AreaareaBuilding OutlinesIgnore
14
GeneralUseTypebuildingAssessor 2015General use type of the propertyAdd
15
SpecificUseTypebuilding:useAssessor 2015More specific use type of the property Add
16
YearBuiltstart_dateAssessor 2015Year property was originally builtAdd
17
EffectiveYearBuiltAssessor 2015Effective year built taking into account subsequent construction, remodeling, building maintenance, etc.what is this?
18
SpecificUseDetail1amenityAssessor 2015More specific use type of the property Add
19
SpecificUseDetail2Assessor 2015Additional property usage detail
20
SQFTmainAssessor 2015Total square footage of the main structure(s),Ignore
21
BedroomsAssessor 2015Total number of bedrooms.
22
BathroomsAssessor 2015Total number of bathrooms.
23
Unitsbuilding:unitsAssessor 2015Total number of living units.Add
24
25
Address Attributes
26
AINLA County Address PointsParcel this address falls insideIgnore
27
Numprefixaddr:housenumberLA County Address PointsNumber prefixAddThese are extremely rare (only 33 of them), mainly showing up for addresses in Lakewood Center Mall, Lakewood CA. Handling these would require treating `addr:housenumber` as a string, not an integer. However, the OSM wiki says this is permitted.
28
Numberaddr:housenumberLA County Address PointsHouse NumberAdd
29
NumSuffixaddr:housenumberLA County Address PointsHouse Number Suffix (1/2, 3/4 etc)Add
30
PreModaddr:streetLA County Address PointsPrefix ModifierAddExamples: OLD RANCH ROAD, LOWER ASUZA ROAD
31
PreDiraddr:streetLA County Address PointsPrefix Direction (E, S, W, N)AddExamples: SOUTH RANCH ROAD
32
PreTypeaddr:streetLA County Address PointsPrefix Type (Ave, Avenida, etc)AddExamples: NORTH VIA SORRENTO, RUE DE LA PIERRE
33
STArticleaddr:streetLA County Address PointsStreet Article (de la, les, etc)AddExamples: RUE DE LA PIERRE. Change to titlecase
34
StreetNameaddr:streetLA County Address PointsStreet NameAddChange to titlecase (but full lowercase on numeral suffixes "st", "nd", "rd", "th")
35
PostTypeaddr:streetLA County Address PointsPost Type (Ave, St, Dr, Blvd, etc)AddChange to titlecase
36
PostDiraddr:streetLA County Address PointsPost Direction (N, S, E, W)AddExamples: MARINA DRIVE SOUTH. Note: the data is already expanded into "NORTH", "SOUTH", etc. We do not condense into "N", "S". Change to Titlecase
37
PostModaddr:streetLA County Address PointsPost Modifier (OLD, etc)AddNote: this is always null in the current data. Treat like PreMod for consistency. Change to titlecase
38
UnitTypeLA County Address PointsUnit Type (#, Apt, etc) - where these are knownIgnore???
39
UnitNameaddr:unitLA County Address PointsUnit Name (A, 1, 100, etc)Add
40
Zipcodeaddr:postcodeLA County Address PointsZipcodeAdd
41
Zip4LA County Address PointsNot currently filled outIgnore
42
LegalCommis_in:cityLA County Address PointsLegal City or primary postal city in Unincorporated AreasAddFall back to this if `PCITY1` is null. Potentially could map this to `is_in:city`, but given that OSM already has good city boundaries this seems unnecessary.
43
PostComm1addr:cityLA County Address PointsPrimary Postal CommunityIgnore
44
PostComm2LA County Address PointsSecondary Postal CommunityIgnore
45
PostComm3LA County Address PointsThird Postal CommunityIgnore
46
SourceLA County Address Pointssource of the address point, one of: Assessor, LACity, Regional Planning, otherIgnorethis generally corresponds to whichever city the address falls within
47
SourceIDLA County Address PointsID of the Address in the source systemIgnore
48
MADrankLA County Address PointsMethod Accuracy Description (MAD) provides a number between 1 and 100 detailing the accuracy of the location.Ignore
49
PCITY1addr:city1st postal city (from the USPS)addthis is null for 1469 records. When null, fall back to `LegalComm`. Change to titlecase
50
PCITY22nd postal city (from the USPS)ignoremostly null or same as LegalComm. Always null when `PCITY1` is null.
51
PCITY33rd postal city (from the USPS)ignoremostly null. Always null when `PCITY1` is null.
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100