Make mapsΒΆ
Use function map_density
to produce a map from a merged.nc
file
Example:
import ship_mapper as sm
info = sm.load_info('1_run')
m = sm.map_density(info, cmap='inferno_r',sidebar=True)
Use function map_density
to produce a map from a merged.nc
file
Example:
import ship_mapper as sm
info = sm.load_info('1_run')
m = sm.map_density(info, cmap='inferno_r',sidebar=True)