The current output edges.shp is generally useful but the key attribute rank is in String format rather than a number type. It would be much more practical to have this output passed through as an integer or decimal, so we can perform some sorts and joins on it. As of now, we have to encompass a cumbersome process to reclassify the variable type.
Can you explicitly change the output type to an integer?
The current output
edges.shp
is generally useful but the key attribute rank is in String format rather than a number type. It would be much more practical to have this output passed through as an integer or decimal, so we can perform some sorts and joins on it. As of now, we have to encompass a cumbersome process to reclassify the variable type.Can you explicitly change the output type to an integer?