You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation states that parser should return location by latitude and longitude coordinates.
However, the output I'm getting is in utm coordinates (x,y).
What could cause that behavior?
Does that depend on my input file structure? If it is, below I provided a sample signal, and will be happy to know which part causes this configuration and what should I put there instead.
From my experience x = Longitude and y = Latitude. Check out, how the decoded data looks. UTM should be an integer like 12345, Longitude in float representation like 12,3456.
Hi,
Documentation states that parser should return location by latitude and longitude coordinates.
However, the output I'm getting is in utm coordinates (x,y).
What could cause that behavior?
Does that depend on my input file structure? If it is, below I provided a sample signal, and will be happy to know which part causes this configuration and what should I put there instead.
Thank you
The text was updated successfully, but these errors were encountered: