SEL-Columbia / sequencer

Python library for sequencing the output of Network Planner csv's and shape file outputs
Other
4 stars 4 forks source link

Shapefile Output's Fields are Character types rather than Integers #30

Closed carbz closed 10 years ago

carbz commented 10 years ago

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? edges file output as chracter

blogle commented 10 years ago

see issue #31 and commit d14f32c