Does anyone know how to create IDs for multiple features using python?
For example
Names with IDs
Street 01
River 02
Mountain 03
Hill 04
Desired IDs;
Street 01
River 01
Mountain 02
River 02
I was hoping to write a code, as I have over 3 thousand points, every three needing the same ID.
أكثر...