Florian Wellmann
Florian Wellmann
gg.utils.show_number_of_data_points(geo_model=geo_model) adds columns with make problems with GemPy
**Describe the bug** Executing the command `gg.utils.show_number_of_data_points(geo_model=geo_model)` adds columns to GemPy dataframe, which then leads to problems in GemPy plotting. **To Reproduce** Steps to reproduce the behavior: 1. Execute `gg.utils.show_number_of_data_points(geo_model=geo_model)`...
**Is your feature request related to a problem? Please describe.** Random topography generation using fractal methods is a bit 80's... nice for mathematical reasons, but not really realistic. **Describe the...
Check and fix installation on Windows, MacOSX, Linux and update information on README.md file about it.
Add documentation for the use of `randomnoddy` (and the appropriate pynoddy functions, see issue #25). Add notebooks with some case studies and examples.
Implement new randomisation methods, directly in Noddy, into suitable pynoddy structure and merge into master.
Create a new release with updated installation information (especially for pip) and tested installation on MacOSX, Windows, and Linux.
Remove some files which are not required, adjust .gitignore, sort (and remove) notebooks, etc.
Replace awkward and error-prone subprocess call with wrapped C-function