|
10 | 10 | import gempy_viewer as gpv
|
11 | 11 | from gempy import generate_example_model
|
12 | 12 | from gempy.core.data.enumerators import ExampleModel
|
| 13 | +# sphinx_gallery_thumbnail_number = 2 |
13 | 14 |
|
14 | 15 | # %%
|
15 | 16 | # Loading an example geomodel
|
|
52 | 53 | gpv.plot_3d(geo_model, image=False)
|
53 | 54 |
|
54 | 55 | # %%
|
55 |
| -# sphinx_gallery_thumbnail_number = 2 |
| 56 | +# LiquidEarth Integration |
| 57 | +# ~~~~~~~~~~~~~~~~~~~~~~~ |
| 58 | +# Beyond the classical plotting capabilities introduced in GemPy v3, users can now also upload models to LiquidEarth. |
| 59 | +# `LiquidEarth <https://www.terranigma-solutions.com/liquidearth>`_ is a collaborative platform designed for 3D visualization, |
| 60 | +# developed by many of the main `gempy` maintainers, with a strong focus on collaboration and sharing. |
| 61 | +# This makes it an excellent tool for sharing your models with others and viewing them across different platforms. |
| 62 | +# To upload a model to LiquidEarth, you must have an account and a user token. Once your model is uploaded, |
| 63 | +# you can easily share the link with anyone. |
56 | 64 |
|
57 | 65 | # %%
|
58 |
| -# TODO Add explanation |
59 | 66 | link = gpv.plot_to_liquid_earth(
|
60 | 67 | geo_model=geo_model,
|
61 |
| - space_name="new_space_name", |
| 68 | + space_name="ch1_7_3d_visualization", |
62 | 69 | file_name="gempy_model",
|
63 | 70 | user_token=None, # If None, it will try to grab it from the environment
|
64 |
| - grab_link=True |
| 71 | + grab_link=True, |
65 | 72 | )
|
66 | 73 |
|
67 | 74 | print(f"Generated Link: {link}")
|
68 | 75 |
|
69 | 76 | # %%
|
70 |
| -# Now we can use `this link <https://liquidearth.app.link/c47a2e42-7ffa-4f3b-b432-eb9f292e1538>`_ to visualize the model in Liquid Earth. |
| 77 | +# Now we can use `this link <https://liquidearth.app.link/8TpmCHFGsYa>`_ to visualize the model in Liquid Earth. |
0 commit comments