# fractoolbox **Repository Path**: popov3339/fractoolbox ## Basic Information - **Project Name**: fractoolbox - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-19 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fractoolbox Python tools for structural geology, borehole image analysis, and reservoir geomechanics. fractoolbox is pre-release. Use is on an 'as is' basis and without any warranty implied. Backward compatibility is not guaranteed. Refer to https://github.com/ICWallis/borehole-image-analysis-with-python for use examples and tutorials. ### Installation Fractoolbox has not been packaged so can't be installed using pip or conda. To use fractoolbox, download the repo and place in the same folder as your code. Import the methods you want to use into your code using the following syntax: ```python > import fractoolbox as ftb ``` ### License The content of this repository is licensed under the Apache License, Version 2.0 (the "License"); you may use these files if you comply with the License, which includes attribution. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0