.gitignore
.gitmodules
.pylintrc
LICENSE
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/documentation.yml
.github/workflows/functional_test.yml
.github/workflows/functional_test_2.yml
.github/workflows/pylint.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/noaa_33879_DS1.pdf
docs/source/conf.py
docs/source/index.rst
docs/source/ocsmesh.command_line.rst
docs/source/ocsmesh.geometry.rst
docs/source/ocsmesh.mesh.rst
docs/source/ocsmesh.size_function.rst
docs/source/ocsmesh.utilities.rst
docs/source/readme.rst
ocsmesh/__init__.py
ocsmesh/__main__.py
ocsmesh/crs.py
ocsmesh/driver.py
ocsmesh/figures.py
ocsmesh/raster.py
ocsmesh/utils.py
ocsmesh.egg-info/PKG-INFO
ocsmesh.egg-info/SOURCES.txt
ocsmesh.egg-info/dependency_links.txt
ocsmesh.egg-info/entry_points.txt
ocsmesh.egg-info/requires.txt
ocsmesh.egg-info/top_level.txt
ocsmesh/cli/__init__.py
ocsmesh/cli/cli.py
ocsmesh/cli/mesh_upgrader.py
ocsmesh/cli/remesh.py
ocsmesh/cli/remesh_by_shape_factor.py
ocsmesh/cli/subset_n_combine.py
ocsmesh/features/__init__.py
ocsmesh/features/channel.py
ocsmesh/features/constraint.py
ocsmesh/features/contour.py
ocsmesh/features/linefeature.py
ocsmesh/features/patch.py
ocsmesh/geom/__init__.py
ocsmesh/geom/base.py
ocsmesh/geom/collector.py
ocsmesh/geom/geom.py
ocsmesh/geom/mesh.py
ocsmesh/geom/raster.py
ocsmesh/geom/shapely.py
ocsmesh/hfun/__init__.py
ocsmesh/hfun/base.py
ocsmesh/hfun/collector.py
ocsmesh/hfun/hfun.py
ocsmesh/hfun/mesh.py
ocsmesh/hfun/raster.py
ocsmesh/mesh/__init__.py
ocsmesh/mesh/base.py
ocsmesh/mesh/mesh.py
ocsmesh/mesh/parsers/__init__.py
ocsmesh/mesh/parsers/grd.py
ocsmesh/mesh/parsers/sms2dm.py
ocsmesh/ops/__init__.py
ocsmesh/ops/combine_geom.py
ocsmesh/ops/combine_hfun.py
tests/api/__init__.py
tests/api/common.py
tests/api/driver.py
tests/api/features.py
tests/api/geom.py
tests/api/hfun.py
tests/api/mesh.py
tests/api/raster.py
tests/api/utils.py
tests/cli/build_geom.sh
tests/cli/build_hfun.sh
tests/cli/remesh_by_dem.sh