CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
data/model_config_templates/swan/run_base_nonstat.swn
data/model_config_templates/swan/run_base_stat.swn
data/model_config_templates/xbeach/params_base.txt
data/model_runs/1D_xbeach/pros/main_xbeach.py
data/model_runs/2D_xbeach/pros/main_xbeach.py
data/model_runs/nonstationary_swan/pros/main_swan.py
data/model_runs/stationary_swan/pros/main_swan.py
docs/conf.py
oceanicospy/__init__.py
oceanicospy.egg-info/PKG-INFO
oceanicospy.egg-info/SOURCES.txt
oceanicospy.egg-info/dependency_links.txt
oceanicospy.egg-info/requires.txt
oceanicospy.egg-info/top_level.txt
oceanicospy/analysis/__init__.py
oceanicospy/analysis/climatology.py
oceanicospy/analysis/extremes.py
oceanicospy/analysis/harmonic_tides.py
oceanicospy/analysis/spectral.py
oceanicospy/analysis/temporal.py
oceanicospy/downloads/__init__.py
oceanicospy/downloads/download_CMDS_data.py
oceanicospy/downloads/download_ERA5_data.py
oceanicospy/downloads/download_UHSLC_data.py
oceanicospy/gis/__init__.py
oceanicospy/gis/crs.py
oceanicospy/gis/grid.py
oceanicospy/gis/point_io.py
oceanicospy/gis/profile_axis.py
oceanicospy/gis/profile_interpolator.py
oceanicospy/gis/xyz_mask.py
oceanicospy/gis/xyz_merger.py
oceanicospy/models/__init__.py
oceanicospy/models/swanpy/__init__.py
oceanicospy/models/swanpy/initializer.py
oceanicospy/models/swanpy/execution/__init__.py
oceanicospy/models/swanpy/execution/run_case.py
oceanicospy/models/swanpy/postprocess/__init__.py
oceanicospy/models/swanpy/postprocess/output_reader.py
oceanicospy/models/swanpy/preprocess/__init__.py
oceanicospy/models/swanpy/preprocess/bathymaker.py
oceanicospy/models/swanpy/preprocess/bottom_friction.py
oceanicospy/models/swanpy/preprocess/boundary_conds.py
oceanicospy/models/swanpy/preprocess/gridmaker.py
oceanicospy/models/swanpy/preprocess/waterlevel_forcing.py
oceanicospy/models/swanpy/preprocess/wind_forcing.py
oceanicospy/models/xbeachpy/__init__.py
oceanicospy/models/xbeachpy/initializer.py
oceanicospy/models/xbeachpy/execution/__init__.py
oceanicospy/models/xbeachpy/execution/run_case.py
oceanicospy/models/xbeachpy/preprocess/__init__.py
oceanicospy/models/xbeachpy/preprocess/bathymaker.py
oceanicospy/models/xbeachpy/preprocess/boundary_conds.py
oceanicospy/models/xbeachpy/preprocess/gridmaker.py
oceanicospy/models/xbeachpy/preprocess/vegetation.py
oceanicospy/models/xbeachpy/preprocess/waterlevel_forcing.py
oceanicospy/models/xbeachpy/preprocess/wind_forcing.py
oceanicospy/models/xbeachpy/utils/__init__.py
oceanicospy/models/xbeachpy/utils/defaults.py
oceanicospy/observations/__init__.py
oceanicospy/observations/awac.py
oceanicospy/observations/buoy.py
oceanicospy/observations/hobo.py
oceanicospy/observations/ctd/__init__.py
oceanicospy/observations/ctd/castaway.py
oceanicospy/observations/ctd/ctd_base.py
oceanicospy/observations/ctd/seasunmarinetech.py
oceanicospy/observations/pressure_sensors/__init__.py
oceanicospy/observations/pressure_sensors/aqualogger.py
oceanicospy/observations/pressure_sensors/bluelog.py
oceanicospy/observations/pressure_sensors/pressure_sensor_base.py
oceanicospy/observations/pressure_sensors/rbr.py
oceanicospy/observations/weather_stations/__init__.py
oceanicospy/observations/weather_stations/davis.py
oceanicospy/observations/weather_stations/rainwise.py
oceanicospy/observations/weather_stations/weather_station_base.py
oceanicospy/observations/weather_stations/weathersens.py
oceanicospy/plots/__init__.py
oceanicospy/plots/basic_plots.py
oceanicospy/plots/style.py
oceanicospy/plots/fonts/Helvetica-Bold.ttf
oceanicospy/plots/fonts/Helvetica-Light.ttf
oceanicospy/plots/fonts/Helvetica.ttf
oceanicospy/utils/__init__.py
oceanicospy/utils/constants.py
oceanicospy/utils/extras.py
oceanicospy/utils/files.py
oceanicospy/utils/metrics.py
oceanicospy/utils/waterlevel.py
oceanicospy/utils/wave_props.py
oceanicospy/utils/wind.py
tests/conftest.py
tests/analysis/test_climatology.py
tests/analysis/test_extremes.py
tests/analysis/test_spectral.py
tests/analysis/test_temporal.py
tests/utils/test_constants.py
tests/utils/test_extras.py
tests/utils/test_files.py
tests/utils/test_metrics.py
tests/utils/test_wave_props.py