
Originally posted by
BrianVDB
Jammers,
What is the goal of the project? Is it simply so you can identify a parcel and know the zoning without turning on the zoning map? If so, and this is probably the most obvious solution and you've already considered it, but do you have access to an assessing program with zoning district attibutes? You would simply export the information to a database and use the parcel identification numbers to join the polygons to the database. The assessing program we use allows input of multiple zoning fields for split zones.
If that's not an option, and you can't create a geoprocessing model, have you experimented with using the "Select By Location" tool to identify where the zoning districts fall? For example, select the "Commercial" zoning district within your zoning layer. Open the Select By Location tool, and tell it that you want to select features from Parcels that .... (have their centroid in, are within, etc.) ... the features in Zoning, and check the "Use Selected Features" box. Run the query, open up the Parcel attribute table, and use the Field Calculator tool to assign attributes to the Zoning field of the selected parcels. Obviously, this is still going to be labor intensive, because you'll have to be conscious not to overwrite data you've already assigned (just sort the results based on values in the zoning field to consolidate). On parcels where you've already assigned data to the Primary Zoning field, assign it to a Secondary Zoning field, and so on. Then again, you might still run into problems with the GIS selecting parcels that share borders, but it's something you could play around with. I'd start with a small area where you've already identified conflicts and see if it works.
That said, and I don't know the nature of the project, but I don't know if I would want to permanently assign zoning data to my primary parcel layer, because when a zoning map amendment occurs you're going to have to edit each parcel. Maybe that's not a big deal, but it's a much simpler process to include the zoning attributes in your assessing database, and export and update periorodically along with the owner information, mailing addresses, tax values, etc.