NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
57 stars 19 forks source link

Add a few __str__ and __repr__ functions #135

Closed machallboyd closed 2 years ago

machallboyd commented 2 years ago

Tried to follow the philosophy that __str__ should show a human what it data it has and __repr__ should allow the object to be reproduced, but with dataframes involved, it doesn't always seem possible. Still, it would be useful to know what kind of information would be helpful to a Jupyter user, and on what other classes.

machallboyd commented 2 years ago

Need to get linting sorted out.