Once the geological model is created is possible to export it as a dxf file??
@oscarfabiansanchezortiz71575 жыл бұрын
oh Great!!, we should use this in modelmuse :D
@bestinnovationfromchina13475 жыл бұрын
Thanks for your very perfect video and perfect skills. I wanted to know how you got (xyz) coordination, please if it is not difficult for you give me a few information about this points? or share some links about how fro the dip and azimuth get a xyz coordinates for using ours data!
@shaheenalhirmizy96485 жыл бұрын
WHEN try to install conda install -c conda.binstar.org/pymc pymc i get this error UnsatisfiableError: The following specifications were found to be incompatible with each other: - pip -> python[version='>=3.6,
@fabfour72915 жыл бұрын
did all the procedure to set the environnement but get error when I try to import gempy: WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain` C:\ProgramData\Anaconda3_1\envs ewenv1\lib\site-packages\theano\configdefaults.py:560: UserWarning: DeprecationWarning: there is no c++ compiler.This is deprecated and with Theano 0.11 a c++ compiler will be mandatory warnings.warn("DeprecationWarning: there is no c++ compiler." WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string. WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
@mohammedamir38142 жыл бұрын
coud you please uplode the notebook
@tgautam035 жыл бұрын
I encounter an error when using set_series... TypeError: set_series() got an unexpected keyword argument 'order_series'
@sofiajorge88305 жыл бұрын
To solve this error you have to use python 3.6 instead of using python 3.7
@VarunSingh-ds1hw7 ай бұрын
AttributeError Traceback (most recent call last) Cell In[2], line 2 1 # Importing the data from CSV-files and setting extent and resolution ----> 2 geo_data = gp.create_data([0,2000,0,2000,0,2000],[100,100,100], 3 path_o = "../Txt/simple_fault_model_orientations.csv", # importing orientation (foliation) data 4 path_i = "../Txt/simple_fault_model_points.csv") AttributeError: module 'gempy' has no attribute 'create_data' facing this error
@hatarilabs4 ай бұрын
Check the implementation of Gempy in AquiferApp: aquifer.hatarilabs.com