We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using USNG to build a grid and all the USNG zones seem to be one number off.
let usngConverter = new usng.Converter(); let centerCoords = usngConverter.USNGtoLL('4Q', true);
centerCoords is set to {lat: 19.828721999428463, lon: -163.77045633905962}
Which is incorrect according to other conversion sites. That seems to be the center of zone 3Q.
Put those coords into https://www.ngs.noaa.gov/NCAT/ which confirms the USNG value is 3QXB2876292996
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using USNG to build a grid and all the USNG zones seem to be one number off.
centerCoords is set to {lat: 19.828721999428463, lon: -163.77045633905962}
Which is incorrect according to other conversion sites. That seems to be the center of zone 3Q.
Put those coords into https://www.ngs.noaa.gov/NCAT/ which confirms the USNG value is 3QXB2876292996
The text was updated successfully, but these errors were encountered: