Tagged Questions
10
votes
2answers
1k views
How to add custom Feature attributes to ESRI Shapefile with Python?
I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of "NAME." My objective is to create a Python script that adds an ...