-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Latitude
and Longitude
type
#49
Comments
best to keep it simple if possible, see #74. |
Thanks @samuelcolvin, I'll check that. |
To give some more meat on the bone here:
|
If precision is important, I'd recommend using This speaks to the concern: With the example: >>> 0.1
0.1000000000000000055511151231257827021181583404541015625 |
A float is absolutely sufficient, there is no need to go to Decimals |
Could also be merged into a float tuple
The text was updated successfully, but these errors were encountered: