Skip to content

Commit

Permalink
fix ecmwf reader palette location
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Oct 24, 2024
1 parent 2e14c7e commit f97d90c
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 f97d90c

Please sign in to comment.