Hi,
I have pretty extensive knowledge of ArcGIS 9.2, GUI-wise, but very little experience with coding. Here's my very simple problem, which I hope an equally simple model can fix:
I have an excel file that contains geocodable addresses. (no problem here.) My street file uses the Zip Code included in the excel file in order to geocode. The excel file also contains a seperate column that contains numbers amounts ($'s) for each address.
I have a separate dbf file (though I could save it as an excel or visa versa) that includes different number amounts (also $'s.) The dbf file only contains STFID's (census tract) for each entry.
So, I can map each file without a problem, creating two separate layers w/ dot density, color gradient etc. I need to count the # (dollar) properties of each address that lie within a given census tract, yet I only have the zip code's for each address. I can achieve this for each individual census tract manually, by highlighting a single census tract and then selecting by location. But for the area I'm mapping (New York City) there are hundreds of census tracts. I need to create a model that can count the attributes of each zip code-geocoded location (again, the $ amounts associated with them) and aggregate them within census tracts, eventually creating a report that allows me to draw a ration between the #'s I already have for each census tract and the aggregate #'s I hope to draw from this hypothetical model.
I'm reading up on Python, the modelling app and the appropriate toolboxes, but if anyone has had experience with this relatively simple issue, pointing me in the right direction - even if that only means which toolbox to utilize - would be greatly appreciated.
Thanks!