I am trying to run a python script and I get an invalid topology rule when I get to the feature to line tool. I am using arc 10.1 but I think the script was written in 10.0. I know it was built in model builder and then converted. Invalid Topology [Feature not found on delete.] is the exact error. Has anyone seen this before? There are no topologies in the .gdb I am trying to process. Thanks
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
|||||||||||
|
|
This particular tool uses the "Topology Engine" to create the output geometries from the inputs. That's why the somewhat misleading "Invalid Topology" error, it has nothing to do with topologies in the input .gdb. Most times this error is caused by bad geometry in the input data. Run the Check Geometry tool. If anything is reported run Repair Geometry then try to run Feature To Line again. If that doesn't do it, you could read over the Be successful overlaying large, complex datasets in Geoprocessing blog post. I have no idea what your data is like, but this steps through the workflow we typically use when evaluating these types of problems. |
|||
|

