Skip to content

Commit

Permalink
added missing plugin for coastal flood risk index (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis-Philippe Rousseau Lambert <louis-philippe.rousseaulambert@canada.ca>
  • Loading branch information
RousseauLambertLP and Louis-Philippe Rousseau Lambert authored Jul 29, 2024
1 parent 0c75a8b commit 9ebb9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msc_pygeoapi/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
'thunderstorm_outlook': {
'filename_pattern': 'ThunderstormOutlook',
'handler': 'msc_pygeoapi.loader.thunderstorm_outlook.ThunderstormOutlookLoader' # noqa
},
'coastal_flood_risk_index': {
'filename_pattern': 'CoastalFloodRiskIndex',
'handler': 'msc_pygeoapi.loader.coastal_flood_risk_index.CoastalFloodRiskIndexLoader' # noqa
}
}
}
Expand Down

0 comments on commit 9ebb9a1

Please sign in to comment.