Hello,
I have a road line feature class and a city township unit polygon feature class. One of the requirements of the line feature class is that I need to correctly identify which polygon is on either side of the line. The closest solution I found thus far makes the assumption that the line is strait. However, it is very possible that the line could be curved as well.
There are a couple ways that I could perform this, but I don't know how to implement these solutions.
- Perhaps there is already a geoprocessing tool, python script, or Aracade script that can already do this. This would be preferred.
- If I could create a point halfway down the line that is offset to the right or left by several feet then I could use that point to identify the line and rejoin the needed point value back into the correct field in the line feature.
This should be very similar to the calculate adjacent fields, except it should identify values to the right or left of a line.
Thanks for any help!