geodesy icon indicating copy to clipboard operation
geodesy copied to clipboard

Libraries of geodesy functions implemented in JavaScript

Results 26 geodesy issues
Sort by recently updated
recently updated
newest added

I recently ran into an issue with [Node-Red]() where I was unable to install your package through NPM automatically in a Function Node, because it lacked the standard ["main"](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#main) entrypoint...

MGRS and UTM uses the Universal Polar Stereographic coordinate system below -80 and above 84 - currently the library just throws an error. Is there a plan to implement it?

Pretty simple, the `OsGridRef.parse(ref)` command does not return an OS Grid reference when utilised in the Channel Islands, despite them having an OS Grid reference: https://bwars.com/content/channel-islands-how-give-location-reference

How about GEOREF conversion? Do you plan to support this type?

More of a query than an issue. Does the do...while loop here serve much purpose? https://github.com/chrisveness/geodesy/blob/761587cd748bd9f7c9825195eba4a9fc5891b859/utm.js#L135-L142 The reason I ask is that I converted the code (UTM Lat/Lon) to embedded...