From e7ee603b520fa3e6e1cfe6359136c1ff0b1b375a Mon Sep 17 00:00:00 2001 From: Jorge <jorge2170083@correo.uis.edu.co> Date: Sat, 29 Apr 2023 15:41:06 -0500 Subject: [PATCH] ja --- docs/starting/coordinates.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/starting/coordinates.md b/docs/starting/coordinates.md index 270b36dc..aade86f0 100644 --- a/docs/starting/coordinates.md +++ b/docs/starting/coordinates.md @@ -1,3 +1,16 @@ +--- +jupytext: + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + + + # First map with MUYSC In MUYSC, we utilize decimal coordinates to accurately locate objects, and for enhanced precision in studying specific zones, we recommend using Google Earth. @@ -32,14 +45,6 @@ The following illustrates an example of how MUYSC can display the geological str Now let's see other part in the world -:::{code-cell} -# MONTE FUJI -regionPoints = [35.398710, 35.327432, 138.799493, 138.683672, "MONTE FUJI"] -a = MuyscImprove.Mute(regionPoints,80,srtm1_data, "Greens") -a.elevation() -a.plot_structure() -::: - ```{code-cell} ipython3 :tags: [output_scroll] -- GitLab