How to find and replace attribute values based on a list

المشرف العام

Administrator
طاقم الإدارة
I have a Shapefile and a list in .csv which contains two columns with names:

  • "Old_name" which contains the old names that already exist in the attribute table of the previously mentioned Shapefile; and
  • "New_name" which contains the updated name.
How can I do this either on ArcGIS, QGIS or with python?

Based on this question I need to use the UpdateCursor function, but how can I use the list in this function?



أكثر...
 
أعلى