Skip to content
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 a check if GPS data is null #11

Open
cghiorzi opened this issue Apr 30, 2015 · 2 comments
Open

Add a check if GPS data is null #11

cghiorzi opened this issue Apr 30, 2015 · 2 comments

Comments

@cghiorzi
Copy link
Collaborator

Some devices with GPS only report lat. /long and not altitude, such as a Windows Surface tablet. We should check for null data and translate it to zero to avoid query problems in HAWQ.

@ktelep
Copy link
Owner

ktelep commented Apr 30, 2015

We should see if there's a more appropriate value to put in to translate
lat and long if it does return null, since a 0 is not necessarily invalid
data....

On Thu, Apr 30, 2015 at 8:50 AM, cghiorzi notifications@github.com wrote:

Some devices with GPS only report lat. /long and not altitude, such as a
Windows Surface tablet. We should check for null data and translate it to
zero to avoid query problems in HAWQ.


Reply to this email directly or view it on GitHub
#11.

@cghiorzi
Copy link
Collaborator Author

cghiorzi commented Sep 4, 2015

While it is true that 0 is a valid value for Lat and Long, I think translating to 0 is ok, since Lat 0 Long 0 is in the ocean off the coast of Africa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants