geomag icon indicating copy to clipboard operation
geomag copied to clipboard

Golang implementation of the NOAA World Magnetic Model

Results 6 geomag issues
Sort by recently updated
recently updated
newest added

So sorry to open an issue for this, but you don't have discussions enabled. Could you please let me know where you found your [WMM2020_TEST_VALUES.txt](https://github.com/westphae/geomag/blob/master/pkg/wmm/testdata/WMM2020_TEST_VALUES.txt) data? I am writing my...

Hello, i am begginer in Go and someone can tell me how i install this repo? please

``` func GetGEOID(lat, lng float64) (float64, error) { //in order to use package, has to move loc := egm96.NewLocationGeodetic(lat, math.Mod(lng+360, 360), 0) h, err := loc.HeightAboveMSL() if err != nil...

Hi, I am very new to gis, but if I have lat, long, and a geometric altitude (above mean sea level), can I use this package to convert the geometric...

Currently the error model is hard-coded in the wmm package. It depends on the cof file, so really should be an asset.

enhancement

@westphae How can we use this to make plots? Alternatives? @zbednarke I see you made an updated fork, can you please enable the issues for your repo?