DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
235 stars 58 forks source link

Make the meta-attributes more "machine friendly" #35

Closed Frankkkkk closed 7 years ago

Frankkkkk commented 7 years ago

The attributes of the meta-downloaded elements (uid, changeset, version, timestamp) are not 'machine friendly': they're all strings whereas they could be converted to an int or to a date. Make that conversion automatically.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 94.078% when pulling 4588a85385d1d056758ec70a582a19bfb6d7c0ee on Frankkkkk:machineattributes into dde33b01e327631f132962776791e1e30a6ea4e4 on DinoTools:master.

Frankkkkk commented 7 years ago

Will make better tests; sorry, it passed on my computer..