-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocumentation.qmd
More file actions
72 lines (60 loc) · 2.04 KB
/
Copy pathdocumentation.qmd
File metadata and controls
72 lines (60 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: "Documentation"
---
Browse through the different sections below to learn about the various modules, utilities, and features available.
::: {.grid}
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Modules](documentation/modules.qmd)
Complete reference for all GMT plotting and processing modules like `plot`, `coast`, `grdimage`, and more.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [GMT.jl Types](documentation/general/types.html)
Essential data types: GMTgrid, GMTimage, GMTdataset, GMTcpt, GMTps, and GMTfv with complete field descriptions.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [GMT.jl Extensions](documentation/extensions.html)
High-level plotting functions and data access utilities: earthregions, pcolor, quiver, weather data, and geophysical tools.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [GDAL Functions](documentation/gdalfuns.html)
Geospatial data processing functions using GDAL/OGR for format conversion, projections, and geometric operations.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Solids](documentation/solids.html)
Functions for creating and manipulating 3D geometric solids, platonic shapes, and mesh structures.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Image Processing](documentation/imgproc.html)
Image processing functions including morphological operations, filtering, segmentation, and color space conversions.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Common Features](documentation/common_features.html)
Learn about colors, pens, fonts, symbols, and other features used across GMT functions.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Common Options](documentation/common_opts/common_opts.html)
Learn about the region, proj, frame, and other common options used across GMT functions.
:::
:::
::: {.g-col-6 .g-col-md-4}
::: {.card .h-100}
### [Alphabetical List](documentation/alphabetical.html)
Complete alphabetical listing of all 308 documented functions with quick links and category information.
:::
:::
:::