Skip to content
Snippets Groups Projects
Commit a64cea5f authored by Jorge Alfredo Jaimes Teherán's avatar Jorge Alfredo Jaimes Teherán
Browse files

ja

parent 62e8febd
No related branches found
No related tags found
No related merge requests found
Pipeline #2795 passed with stages
in 3 minutes and 26 seconds
......@@ -4,7 +4,7 @@ In MUYSC, we utilize decimal coordinates to accurately locate objects, and for e
![Earth](images/cerroGoogle.PNG)
![Earth](../images/cerroGoogle.PNG)
The initial step involves creating a polygon surrounding the object of interest. Subsequently, place two points along a diagonal of the polygon, and input the obtained geographic coordinates into the MUYSC format. This will result in a quadrilateral representing the study area.
......@@ -27,13 +27,13 @@ a.plot_structure()
The following illustrates an example of how MUYSC can display the geological structure:
![Machin](images/MachinStructure.jpg)
![Machin](../images/MachinStructure.jpg)
Now let's see other part in the world
:::{code-cell}
# MONTE FUJI ESTRUCTURA
# MONTE FUJI
regionPoints = [35.398710, 35.327432, 138.799493, 138.683672, "MONTE FUJI"]
a = MuyscImprove.Mute(regionPoints,80,srtm1_data, "Greens")
a.elevation()
......@@ -44,4 +44,4 @@ a.plot_structure()
The following illustrates an example of how MUYSC can display the geological structure:
![Machin](images/FujiStructure.jpg)
![Machin](../images/FujiStructure.jpg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment