geomagnetism icon indicating copy to clipboard operation
geomagnetism copied to clipboard

Get magnetic declination for given time and place with javascript.

Results 2 geomagnetism issues
Sort by recently updated
recently updated
newest added

After npm install in Angular the system says. Could not find a declaration file for module 'geomagnetism'. 'node_modules/geomagnetism/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/geomagnetism` if it...

The fractional year time computation in `model.js` was using local dates, the `valueOf` which can vary greatly with the user's - or server's - local timezone. UTC dates should be...