An equivalent shift tool for vectors as the one available for rasters,
I couldn’t figure out if there is an equivalent shift tool for vectors as the one available for rasters. I’m aware of the “move” tool available in the editor toolbar, but what I need here is a tool that can be added to the model builder
Thank you
Jamal
hot tip!
it looks like you have a space somewhere and its hard to tell using Notepad ++. as Dan said try to use python IDE like spyder or pyscripter it will help you to find the errors and fix them in real time.
the attached tool works in ArcMap
Thank you Ahmad SALEH, it works like a charm.
How to choose where to store the output?
Based upon your script noted in this thread, you are using an update cursor that will apply to the original feature data when cursor.updateRow is called in line 29. There is not an option to save the data in another feature as written. This could be added or you can add additional code to make a copy of the feature class then apply the adjustment to the copy rather then the original data.