From a64cea5fcf0bf552470069f0e40fbccbb8285488 Mon Sep 17 00:00:00 2001 From: Jorge <jorge2170083@correo.uis.edu.co> Date: Fri, 28 Apr 2023 18:26:20 -0500 Subject: [PATCH] ja --- docs/starting/coordinates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/starting/coordinates.md b/docs/starting/coordinates.md index 7dfaa319..4821725b 100644 --- a/docs/starting/coordinates.md +++ b/docs/starting/coordinates.md @@ -4,7 +4,7 @@ In MUYSC, we utilize decimal coordinates to accurately locate objects, and for e - + 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: - + 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: - + -- GitLab