From b9183c417dab1231d228c5fabeb826ee1f7a9834 Mon Sep 17 00:00:00 2001 From: Michael Sh <29200325+proway2@users.noreply.github.com> Date: Sat, 28 Jan 2023 19:17:32 +0300 Subject: [PATCH] Go Repord Card badge added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c79cb5..43332e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Checking the project](https://github.com/proway2/go-igrf/actions/workflows/main.yml/badge.svg)](https://github.com/proway2/go-igrf/actions/workflows/main.yml) [![golangci-lint](https://github.com/proway2/go-igrf/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/proway2/go-igrf/actions/workflows/golangci-lint.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/proway2/go-igrf.svg)](https://pkg.go.dev/github.com/proway2/go-igrf) +[![Go Report Card](https://goreportcard.com/badge/github.com/proway2/go-igrf)](https://goreportcard.com/report/github.com/proway2/go-igrf) # go-igrf Pure Go IGRF (International Geomagnetic Reference Field). This is based on the existing `C` implementation. This package computes values for the geomagnetic field and secular variation for a given set of coordinates and date.