You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am converting shape file to a geojson. In my shape file there are dates and I have to pay special attention to convert those dates to strings in order to json-ify them. So this could be a kind of common operation and then maybe the best thing is for the pyshp library to support this inherently somehow. Probably with a kind of flag or something better. I think this could be a simple change in the Reader.__record method, 'D' case.