@@ -17,9 +17,15 @@ compatibly licensed. We list these here.
1717 * - `discretize <https://simpeg.xyz/ >`_
1818 - MIT
1919 - Discretization tools for finite volume and inverse problems
20+ * - `geoapps-utils <https://github.com/MiraGeoscience/geoapps-utils >`_
21+ - MIT
22+ - Collection of utilities for creating applications and manipulating geoh5 objects
2023 * - `geoh5py <https://github.com/MiraGeoscience/geoh5py >`_
2124 - LGPL-3.0-or-later
2225 - Python API for geoh5, an open file format for geoscientific data
26+ * - `grid-apps <https://github.com/MiraGeoscience/grid-apps >`_
27+ - MIT
28+ - Grid creation and manipulation using GEOH5 format.
2329 * - `numpy <https://github.com/numpy/numpy >`_
2430 - BSD-3-Clause
2531 - Fundamental package for array computing in Python
@@ -32,6 +38,9 @@ compatibly licensed. We list these here.
3238 * - `pymatsolver <https://github.com/simpeg/pymatsolver/ >`_
3339 - MIT
3440 - Matrix Solvers for Python.
41+ * - `Rtree <https://github.com/Toblerity/rtree >`_
42+ - MIT
43+ - Spatial index for Python GIS
3544 * - `scikit-learn <https://github.com/scikit-learn/scikit-learn/ >`_
3645 - BSD-3-Clause
3746 - A set of python modules for machine learning and data mining
@@ -41,6 +50,12 @@ compatibly licensed. We list these here.
4150 * - `simpeg <https://simpeg.xyz/ >`_
4251 - MIT
4352 - SimPEG: Simulation and Parameter Estimation in Geophysics
53+ * - `threadpoolctl <https://github.com/joblib/threadpoolctl >`_
54+ - BSD-3-Clause
55+ - helpers to limit the number of threads used in the threadpool-backed of common native libraries used for scientific computing and data science
4456 * - `tqdm <https://github.com/tqdm >`_
4557 - MPL-2.0 or MIT
4658 - A Fast, Extensible Progress Bar for Python and CLI
59+ * - `trimesh <https://trimesh.org/ >`_
60+ - MIT
61+ - Python library for loading and using triangular meshes
0 commit comments