Skip to content

Commit

Permalink
build based on 3cb97a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 18, 2024
1 parent 0347106 commit e4d42ba
Show file tree
Hide file tree
Showing 14 changed files with 803 additions and 803 deletions.
2 changes: 1 addition & 1 deletion dev/considerations/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/datasets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
Field 0 (id): [OFTString], 5.1, 5.2
Field 1 (zoom): [OFTString], 1.0, 2.0
Field 2 (location): [OFTString], Mumbai, New Delhi
</pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../quickstart/">« ArchGDAL Quickstart Guide</a><a class="docs-footer-nextpage" href="../features/">Feature Data »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Thursday 17 October 2024 09:46">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../quickstart/">« ArchGDAL Quickstart Guide</a><a class="docs-footer-nextpage" href="../features/">Feature Data »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Friday 18 October 2024 00:36">Friday 18 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
end</code></pre><pre class="documenter-example-output">Feature
(index 0) geom =&gt; POINT
(index 0) FID =&gt; 0.0
(index 1) pointname =&gt; a</pre><p>You can programmatically retrieve the information using</p><ul><li><a href="../reference/#ArchGDAL.nfield-Tuple{ArchGDAL.AbstractFeature}"><code>ArchGDAL.nfield(feature)</code></a>: the <strong>number of fields</strong> (<code>2</code>)</li><li><a href="../reference/#ArchGDAL.ngeom-Tuple{ArchGDAL.AbstractFeature}"><code>ArchGDAL.ngeom(feature)</code></a>: the <strong>number of geometries</strong> (<code>1</code>)</li><li><code>ArchGDAL.getfield(feature, i)</code>: the <code>i</code>-th field (<code>0.0</code> and <code>&quot;a&quot;</code>)</li><li><a href="../reference/#ArchGDAL.getgeom-Tuple{ArchGDAL.AbstractFeature, Integer}"><code>ArchGDAL.getgeom(feature, i)</code></a>: the <code>i</code>-th geometry (the WKT display <code>POINT</code>)</li></ul><p>More information on geometries can be found in <a href="../geometries/#Geometric-Operations">Geometric Operations</a>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../datasets/">« GDAL Datasets</a><a class="docs-footer-nextpage" href="../rasters/">Raster Data »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Thursday 17 October 2024 09:46">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(index 1) pointname =&gt; a</pre><p>You can programmatically retrieve the information using</p><ul><li><a href="../reference/#ArchGDAL.nfield-Tuple{ArchGDAL.AbstractFeature}"><code>ArchGDAL.nfield(feature)</code></a>: the <strong>number of fields</strong> (<code>2</code>)</li><li><a href="../reference/#ArchGDAL.ngeom-Tuple{ArchGDAL.AbstractFeature}"><code>ArchGDAL.ngeom(feature)</code></a>: the <strong>number of geometries</strong> (<code>1</code>)</li><li><code>ArchGDAL.getfield(feature, i)</code>: the <code>i</code>-th field (<code>0.0</code> and <code>&quot;a&quot;</code>)</li><li><a href="../reference/#ArchGDAL.getgeom-Tuple{ArchGDAL.AbstractFeature, Integer}"><code>ArchGDAL.getgeom(feature, i)</code></a>: the <code>i</code>-th geometry (the WKT display <code>POINT</code>)</li></ul><p>More information on geometries can be found in <a href="../geometries/#Geometric-Operations">Geometric Operations</a>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../datasets/">« GDAL Datasets</a><a class="docs-footer-nextpage" href="../rasters/">Raster Data »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Friday 18 October 2024 00:36">Friday 18 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/geometries/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117711,4 +117711,4 @@
<path d="M2016,1020h12" stroke="#6B00C3" />
<path d="M2028,1020h12" stroke="#6B00C2" />
<path d="M2040,1020h12" stroke="#6B00C2" />
</svg><p>See <a href="https://juliagraphics.github.io/Colors.jl/stable/">Colors.jl</a> for more on what you can do.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../rasters/">« Raster Data</a><a class="docs-footer-nextpage" href="../tables/">Tables Interface »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Thursday 17 October 2024 09:46">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</svg><p>See <a href="https://juliagraphics.github.io/Colors.jl/stable/">Colors.jl</a> for more on what you can do.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../rasters/">« Raster Data</a><a class="docs-footer-nextpage" href="../tables/">Tables Interface »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Friday 18 October 2024 00:36">Friday 18 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit e4d42ba

Please sign in to comment.