Alexander Schaaf

Results 10 issues of Alexander Schaaf

- series and formation options

enhancement
visualization

``` exp = pynoddy.experiment.Experiment("history.his") exp.get_section_voxels() ``` Throws: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 2 exp.get_section_voxels() /pynoddy/pynoddy/output.py in get_section_voxels(self, direction, position, **kwds) 455 """ 456 --> 457...

bug

Paging @Leguark # Suggestions to improve the article * Update code snippets for latest (significantly different) `GemPy 2.x` version * Update the two plots with better figures. * Figure 1...

review

http://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html#sphx-glr-auto-examples-cluster-plot-cluster-comparison-py

enhancement

Maybe a gempy function that turns kml files into either interface or orientation data with argument for dips and interfaces etc def load("file.kml", "interfaces") return dataframe def load("file.kml", "orientations"): fit...

enhancement