Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Jun 8, 2023
1 parent 03ed096 commit 7a41c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ import bpnsdata

# Define the seadatamanager
env_vars = ['shipping', 'time', 'wrakken_bank', 'habitat_suitability', 'bathymetry'
'seabed_habitat', 'sea_surface', 'sea_bottom', sea_wave', 'rain', 'wind', 'ais']
'seabed_habitat', 'sea_surface', 'sea_bottom', 'sea_wave', 'rain', 'wind', 'ais', 'sea_wave_north_sea']
manager = bpnsdata.SeaDataManager(env_vars)

# If the data is without geometry, then:
Expand Down

0 comments on commit 7a41c64

Please sign in to comment.