netsse.tools.misc_func ====================== .. py:module:: netsse.tools.misc_func .. autoapi-nested-parse:: **Miscellaneous functions** for NetSSE. .. dropdown:: Copyright (C) 2024 Technical University of Denmark, R.E.G. Mounet :color: primary :icon: law *This code is part of the NetSSE software.* NetSSE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. NetSSE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. To credit the author, users are encouraged to use below reference: .. code-block:: text Mounet, R. E. G., & Nielsen, U. D. NetSSE: An open-source Python package for network-based sea state estimation from ships, buoys, and other observation platforms (version 2.0). Technical University of Denmark, GitLab. July 2024. *Last updated on 12-07-2024 by R.E.G. Mounet* Functions --------- .. toctree:: :hidden: /api/netsse/tools/misc_func/wrap /api/netsse/tools/misc_func/pad /api/netsse/tools/misc_func/re_range /api/netsse/tools/misc_func/ang_diff /api/netsse/tools/misc_func/ang_mean /api/netsse/tools/misc_func/ang_std /api/netsse/tools/misc_func/areSame_vec /api/netsse/tools/misc_func/areSame_mat /api/netsse/tools/misc_func/weighted_std /api/netsse/tools/misc_func/weighted_quantile /api/netsse/tools/misc_func/find_nearest_gridpoint /api/netsse/tools/misc_func/id_generator .. autoapisummary:: netsse.tools.misc_func.wrap netsse.tools.misc_func.pad netsse.tools.misc_func.re_range netsse.tools.misc_func.ang_diff netsse.tools.misc_func.ang_mean netsse.tools.misc_func.ang_std netsse.tools.misc_func.areSame_vec netsse.tools.misc_func.areSame_mat netsse.tools.misc_func.weighted_std netsse.tools.misc_func.weighted_quantile netsse.tools.misc_func.find_nearest_gridpoint netsse.tools.misc_func.id_generator