kzbin.info/www/bejne/bHKQg4GZf71onZI Some elementary understanding of ML video lectures, beginners would probably like it.
@ScienceInsightsi7 ай бұрын
Great explanation. I hope Machine learning will further help in solving Geoscience problems.
@kisho26797 ай бұрын
How sync JupyterLab Desktop with Curvenote CLI?
@JoelPDlima8 ай бұрын
Hi, Now, I'm facing another issue with this part: grid = eql.grid( coordinates, upward=2200, region=region_deg, spacing=0.01, dims=("latitude, longitude"), data_names=["bouguer_disturbance"], projection=projection, ) grid It seems, some fuction has been changed... ValueError: The 'upward', 'region', 'shape' and 'spacing' arguments have been deprecated. Please pass the coordinates of the target grid through the 'coordinates' argument.
@lucaswensley32847 ай бұрын
hey man! did you ever figure this out? I'm stuck on the exact same part. So annoying because its right at the end.
@JoelPDlima8 ай бұрын
Hi, I’m facing an AttributeError while working with the harmonica module in Python. The error message shows that the module doesn’t have an attribute named 'EQLHarmonic'. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[35], line 1 ----> 1 eql = hm.EQLHarmonic(damping=100, relative_depth=5e3) AttributeError: module 'harmonica' has no attribute 'EQLHarmonic' Is it possible that there may be a typo in the attribute name?
@JoelPDlima8 ай бұрын
Hi there, I got a solution by using the: import harmonica as hm print(dir(hm)) 😅😅😅 So, I’ve notice that the name listed for the function is now ‘EquivalentSources’. Then, instead of EQLHarmonic I used EquivalentSources to get this: eql = hm.EquivalentSources(damping=100, relative_depth=5e3) And it worked. ✌
@GetnetMoges-i7i9 ай бұрын
Great job Thanks so much
@taufiqurrahmansagafkelrey283310 ай бұрын
Thankyou for making this!!!!!
@abdullahsahil728410 ай бұрын
Thanks for the good information can you make a video on 3D VP model and VS model by using seismic refraction i will be thankful to you
@ulisesberman377010 ай бұрын
I just want to thank the people how contributed to this great tutorial, specially Lindsey for such a wholesome presentation :)
@shuvashishroy600611 ай бұрын
can't even install it using pip or conda forge in windows. Please let me know how to install the library. Thanks a lot.
@marcogambetta608811 ай бұрын
thankyou very nice ! could you share the notebook too ?
@handle4411 ай бұрын
Starts at kzbin.info/www/bejne/mqPYhKaMlJaCbNk
@victorcampos559811 ай бұрын
This video contain information about animating VTK's filés?
@tykobrising533911 ай бұрын
Very interesting. I don't know much about geology but this makes me think I could learn some at least.!
@yusufminecraftgamer Жыл бұрын
hi, I want to create a closed solid by initially taking a surface triangular grid and then creating another grid by warping the initial grid. Now I want to add these two surfaces to form a solid. I first tried this by taking the points of these two surfaces and using pyvista.PolyData.reconstruct_surface(). But It created only two surfaces. Can you help me to solve this problem??
@felipemarinrivera9203 Жыл бұрын
Hello, I am trying to install gempy following the exact same steps depicted here, but its been unsuccesful. I would appreciate any help.
@r1188rhhh Жыл бұрын
static version of the tutorial in Curvenote is not available. pls rectify this
@ravenna8084 Жыл бұрын
thankyou sir, the tutorial is very helpful for me
@AdvikMehan Жыл бұрын
Hey! Thanks for the video. where can I get the well log data for predicting lithology using machine learning!
@12345612912 Жыл бұрын
Insightful tutorial. How can I set a gas-water contact in the using the MRST compositional model? The tutorial covers fluid contact setting for Black oil model but this is hard to find for compositional
@kunzhang6843 Жыл бұрын
thanks for the video made by the authors, helps a lot.
@alfamaster Жыл бұрын
Thank you for the lecture! Is the script WorkflowDemo available for download?
@kendragumede6180 Жыл бұрын
Thank you for the video Thomas. How do I get in touch
@rawatfamily4745 Жыл бұрын
I have followed the same steps but my kernels didn't show like that... there are only on kernel of python
@geodatacenter Жыл бұрын
Install with pip please without conda and for windows??
@avk6260 Жыл бұрын
Great work. Sir, How to remove an inner portion of any closed geometry ? Is there any way ?
@Gani___ Жыл бұрын
can i using gempy for coal seam modelling, coal resource and reserve estimation, pit optimization, and mine schedulling?
@crtnnn Жыл бұрын
Your channel is a true gem that I discovered today. As a hydrogeologist doing PhD - your tutorials are perfect for me. I wish you had more views...
@lyna5227 Жыл бұрын
Thank you ! <3
@ElisangelaSilva-qp4ht Жыл бұрын
Hello! Im having problems for accessing the github page that linked in the video. May I know if its still there?
@benyusu80452 жыл бұрын
it means that mesh by electrodes??
@bigbull31122 жыл бұрын
did you say resistant?
@tivamedia74832 жыл бұрын
do you have a link to this data exercise?
@inves53752 жыл бұрын
I have STRM DEM and how I use this dem data to calculate de residual gravity
@kaswangokanama98632 жыл бұрын
could you please direct me how to install devito on my window. I already install anaconda however when I try pip installation, still getting error
@aliffahriziАй бұрын
i think devito work only with linux, if you use windows you can try use it from WSL. it works for me
@ELALQUIMISTA372 жыл бұрын
Hello! thanks for the tutorial. I have a question in the first part of the jupyter notebook, "Part I: Your first model (refresher)", in the second line I have this message: No module named 'osgeo' Not subsurface compatibility available how can I fix that? thanks a lot, beforhand
@charming-fv7vz Жыл бұрын
try "conda install gdal" ?
@yomi77422 жыл бұрын
Really 'insight-full' and straight to the point. Thanks to the Software Underground team.
@mahmoudheshmat52492 жыл бұрын
How can I fix the figure window in this location like you ?
@Lickanx32 жыл бұрын
i have error :( help pls
@brianlaney75962 жыл бұрын
Why publish something that can't be read?
@lahirunagasingha75472 жыл бұрын
Hello! Im having problems for accessing the github page that linked in the video. May I know if its still there?