NGA recently released a new version of GEOTRANS, version 3.8, which included a change to the MGRS calculation. The new formula now uses the center of the box (which is what this library uses). This Pull Request mostly updates the test files taken from GEOTRANS. Here's a screenshot from the relevant section on https://earth-info.nga.mil/GandG/update/index.php?action=home:
I also updated the GEOTRANS consistency test, to check if the results from this library are within 0.0000015 degrees of the results given by GEOTRANS.
I also added 'geodesy' as a keyword in the package.json.
I'll leave this open here until 8/14 and will merge shortly thereafter barring any comments to the contrary.
I also updated the package-lock.json after running npm audit --fix.
Thank you and let me know if that are any questions.
NGA recently released a new version of GEOTRANS, version 3.8, which included a change to the MGRS calculation. The new formula now uses the center of the box (which is what this library uses). This Pull Request mostly updates the test files taken from GEOTRANS. Here's a screenshot from the relevant section on https://earth-info.nga.mil/GandG/update/index.php?action=home:
I also updated the GEOTRANS consistency test, to check if the results from this library are within
0.0000015
degrees of the results given by GEOTRANS.I also added 'geodesy' as a keyword in the package.json.
I'll leave this open here until 8/14 and will merge shortly thereafter barring any comments to the contrary.
I also updated the package-lock.json after running
npm audit --fix
.Thank you and let me know if that are any questions.