-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I've noticed that, for many fields, 0 is being used as a missing data representation. For latitude and longitude, however, this is particularly problematic, since 0N0E is a real place! (https://en.wikipedia.org/wiki/Null_Island). Testing for zero equality is also troublesome, since equality is ill-defined over floating point values (such as latitude and longitude).
Can the API return None or some other marker for these missing values instead of 0, or does the underlying data have the same ambiguity?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working