benducke / Network-reconstruction-tools-for-GRASS-GIS

Node-based network model generator for GRASS GIS 7.x (and QGIS 3.x)
GNU General Public License v3.0
4 stars 1 forks source link

Clean up code that checks for reserved field names #22

Open benducke opened 3 years ago

benducke commented 3 years ago

There are several places in the code that check whether a field exists in an input map that clashes in name with a reserved field. It would be better to manage all reserved field names in a list and walk through that to check in check_input().