Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/metno/forti/internalprotocol"
"github.com/metno/forti/parameters/weathersymbol"
"github.com/metno/go-weathersymbol"
)

// UpdateTemperature performs corrections on air temperature variables, based
Expand Down
2 changes: 1 addition & 1 deletion correctedforecaster/internal/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/metno/forti/internalprotocol"
"github.com/metno/forti/parameters/weathersymbol"
"github.com/metno/go-weathersymbol"
)

func TestCorrectWithBetterTopography(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.26.4
require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/metno/forti-internalformat v0.1.0
github.com/metno/go-weathersymbol v0.1.1
github.com/prometheus/client_golang v1.23.2
gocloud.dev v0.46.0
google.golang.org/grpc v1.80.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/metno/go-weathersymbol v0.1.1 h1:IgYHGkTFL28i0mlBo9b5BkF19+a3/pLxwz+tW7JwyOI=
github.com/metno/go-weathersymbol v0.1.1/go.mod h1:YisSf88s5ZtgpZuKW4LgEB6IanDuCBt3lXfh4JB/diw=
github.com/metno/forti-internalformat v0.1.0 h1:uvBfDaB3eaIjNYXCl0qYnDqykodvkVDXk5g2fIssGiI=
github.com/metno/forti-internalformat v0.1.0/go.mod h1:91hkl5tZDcNeZKHkw72u6EFGyiZWZWv7ijxX9R4mmtI=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
Expand Down
2 changes: 1 addition & 1 deletion jsonfrontend/internal/server/encode/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/metno/forti/jsonfrontend/internal/server/config"
"github.com/metno/forti/jsonfrontend/pkg/jsonformat"
"github.com/metno/forti/parameters/radar"
"github.com/metno/forti/parameters/weathersymbol"
"github.com/metno/go-weathersymbol"
)

func Encode(forecast *internalprotocol.Forecast) (*jsonformat.GeoJSON, error) {
Expand Down
70 changes: 0 additions & 70 deletions parameters/weathersymbol/identifier.go

This file was deleted.

120 changes: 0 additions & 120 deletions parameters/weathersymbol/phase.go

This file was deleted.

66 changes: 0 additions & 66 deletions parameters/weathersymbol/phase_test.go

This file was deleted.

46 changes: 0 additions & 46 deletions parameters/weathersymbol/strings.go

This file was deleted.

Loading
Loading