Skip to content

Commit f641d0f

Browse files
committed
Deploying to gh-pages from @ f7fc09b 🚀
1 parent cee3e9b commit f641d0f

506 files changed

Lines changed: 2203 additions & 930 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ <h1>Navigation</h1>
325325
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtselect">gmtselect</a></div></li>
326326
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtset">gmtset</a></div></li>
327327
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtsimplify">gmtsimplify</a></div></li>
328+
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtspatial">gmtspatial</a></div></li>
328329
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtsplit">gmtsplit</a></div></li>
329330
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gravfft">gravfft</a></div></li>
330331
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gravprisms">gravprisms</a></div></li>
@@ -579,7 +580,7 @@ <h1>Navigation</h1>
579580

580581
<div class="page-foot">
581582
<div class="copyright">
582-
&copy; GMT.jl. Last modified: November 06, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
583+
&copy; GMT.jl. Last modified: November 07, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
583584
<p>These docs were autogenerated using GMT: v1.33.1</p>
584585
</div>
585586
</div>

Interoperability/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ <h1>Navigation</h1>
326326
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtselect">gmtselect</a></div></li>
327327
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtset">gmtset</a></div></li>
328328
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtsimplify">gmtsimplify</a></div></li>
329+
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtspatial">gmtspatial</a></div></li>
329330
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gmtsplit">gmtsplit</a></div></li>
330331
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gravfft">gravfft</a></div></li>
331332
<li><div class="tocitem-container"><a href="/GMTjl_doc/documentation/modules/gravprisms">gravprisms</a></div></li>
@@ -651,20 +652,20 @@ <h3 id="rasters"><a href="#rasters" class="header-anchor">Rasters</a></h3>
651652
<pre><code class="language-julia">viz&#40;A&#91;Ti&#61;1:6&#93;, proj&#61;:Robinson, coast&#61;true, colorbar&#61;true&#41;</code></pre></p>
652653
<p>
653654
<a id="example_12016791758902450419">
654-
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_12016791758902450419.png' not found. //</span></p>
655+
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_12016791758902450419.png" alt="">
655656
</a>
656657

657658
<p>But <em>I Don&#39;t like Kelvins</em>. Fine, want centigrade? Just offset the <em>z</em> values.</p>
658659
<pre><code class="language-julia">G &#61; mat2grid&#40;A&#91;Ti&#61;1:6&#93;, offset&#61;-273.15&#41;;
659660
viz&#40;G, proj&#61;:Robinson, coast&#61;true, colorbar&#61;true&#41;</code></pre></p>
660661
<p>
661662
<a id="example_14493649158334234364">
662-
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_14493649158334234364.png' not found. //</span></p>
663+
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_14493649158334234364.png" alt="">
663664
</a>
664665

665666
<div class="page-foot">
666667
<div class="copyright">
667-
&copy; GMT.jl. Last modified: November 06, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
668+
&copy; GMT.jl. Last modified: November 07, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
668669
<p>These docs were autogenerated using GMT: v1.33.1</p>
669670
</div>
670671
</div>

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ version = "3.14.1+0"
463463

464464
[[deps.GMT]]
465465
deps = ["Dates", "Downloads", "GDAL_jll", "GMT_jll", "Ghostscript_jll", "InteractiveUtils", "LASzip_jll", "Leptonica_jll", "LinearAlgebra", "PROJ_jll", "PrecompileTools", "Printf", "SparseArrays", "Statistics", "Tables"]
466-
git-tree-sha1 = "7824a700063cbd62313007ad2f8679f995bf591f"
466+
git-tree-sha1 = "c7d69b6a19256b4e1206d3a3e00a14e025952d6a"
467467
repo-rev = "master"
468468
repo-url = "https://github.com/GenericMappingTools/GMT.jl.git"
469469
uuid = "5752ebe1-31b9-557e-87aa-f909b540aa54"
632 KB
570 KB
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Something went wrong when calling the module. GMT error number = 67

assets/documentation/modules/mask/code/output/gmt.history

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ J x
55
J+ +proj=merc+lon_0=0+k=1+x_0=0+y_0=0+a=6.378137e6+b=6.378137e6+units=m+no_defs
66
JI I-90/15c
77
JM M15c
8-
JN N2.9528i
98
JQ Q15c
109
JR R15c
1110
JW W15c
1211
JX X0.001c
1312
Jx x15c/1:1
1413
R 13.493200/19.427299/42.256962/46.538737
1514
X 12
16-
Y a3.855i
15+
Y a0i
1716
@L 2
1817
END

assets/documentation/modules/sample1d/code/output/gmt.history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ JW W15c
3030
JX X15/6
3131
Jx x1
3232
JY Y35/30/15c
33-
JZ Z13.824c
33+
JZ Z11.327c
3434
Jz z0.9
3535
R 0/25/0/1.5
3636
X 2.6664
-103 Bytes
-490 Bytes

0 commit comments

Comments
 (0)