Skip to content

Commit

Permalink
Merge pull request #121 from nansencenter/hotfix_ecmwf_palette
Browse files Browse the repository at this point in the history
fix ecmwf reader palette location
  • Loading branch information
aperrin66 authored Oct 24, 2024
2 parents 2e14c7e + f97d90c commit 402c4ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def convert(input_path, output_path):
}

custom_colortable = read_colortable_from_rgb(
os.path.join(os.path.dirname(__file__), 'palettes', 'red_blue.rgb')
os.path.join(os.path.dirname(__file__), 'resources', 'palettes', 'red_blue.rgb')
)

scalar_parameters = (
Expand Down

0 comments on commit 402c4ac

Please sign in to comment.