Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 4, 2020 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/90e26d8ffaf6f5d492702659a16937f6 to your computer and use it in GitHub Desktop.
Save r-ryantm/90e26d8ffaf6f5d492702659a16937f6 to your computer and use it in GitHub Desktop.
/nix/store/f6rnfcjxv1b2vn8x5gz6vracrmybppba-gmt-6.1.1
├── bin
│   ├── gmt
│   ├── gmt-config
│   ├── gmt_shell_functions.sh
│   ├── gmtswitch
│   └── isogmt
├── etc
│   └── bash_completion.d
│   └── gmt_completion.bash
├── include
│   └── gmt
│   ├── compat
│   │   └── qsort.h
│   ├── config.h
│   ├── declspec.h
│   ├── gmt_common.h
│   ├── gmt_common_math.h
│   ├── gmt_common_string.h
│   ├── gmt_config.h
│   ├── gmt_constants.h
│   ├── gmt_contour.h
│   ├── gmt_customio.h
│   ├── gmt_dcw.h
│   ├── gmt_decorate.h
│   ├── gmt_defaults.h
│   ├── gmt_dev.h
│   ├── gmt_dimensions.h
│   ├── gmt_error_codes.h
│   ├── gmt_error.h
│   ├── gmt_fft.h
│   ├── gmt_gdalread.h
│   ├── gmt_grd.h
│   ├── gmt_grdio.h
│   ├── gmt.h
│   ├── gmt_hash.h
│   ├── gmt_hidden.h
│   ├── gmt_io.h
│   ├── gmt_macros.h
│   ├── gmt_mb.h
│   ├── gmt_memory.h
│   ├── gmt_modern.h
│   ├── gmt_nan.h
│   ├── gmt_notposix.h
│   ├── gmt_plot.h
│   ├── gmt_private.h
│   ├── gmt_project.h
│   ├── gmt_prototypes.h
│   ├── gmt_psl.h
│   ├── gmt_remote.h
│   ├── gmt_resources.h
│   ├── gmt_shore.h
│   ├── gmt_symbol.h
│   ├── gmt_synopsis.h
│   ├── gmt_texture.h
│   ├── gmt_time.h
│   ├── gmt_types.h
│   ├── gmt_version.h
│   ├── gshhg
│   │   ├── gmt_gshhg.h
│   │   └── gshhg.h
│   ├── mgd77
│   │   ├── cm4_functions.h
│   │   ├── mgd77_codes.h
│   │   ├── mgd77defaults.h
│   │   ├── mgd77_e77.h
│   │   ├── mgd77_functions.h
│   │   ├── mgd77.h
│   │   ├── mgd77_IGF_coeffs.h
│   │   ├── mgd77_init.h
│   │   ├── mgd77magref.h
│   │   ├── mgd77_recalc.h
│   │   ├── mgd77_rls_coeffs.h
│   │   ├── mgd77snifferdefaults.h
│   │   └── mgd77sniffer.h
│   ├── postscriptlight.h
│   ├── potential
│   │   ├── okbfuns.h
│   │   └── talwani.h
│   ├── psl_config.h
│   ├── segy
│   │   ├── segy.h
│   │   ├── segy_io.h
│   │   └── segyreel.h
│   ├── seis
│   │   ├── meca.h
│   │   ├── sacio.h
│   │   └── utilmeca.h
│   ├── spotter
│   │   └── spotter.h
│   └── x2sys
│   └── x2sys.h
├── lib
│   ├── gmt
│   │   └── plugins
│   │   └── supplements.so
│   ├── libgmt.so -> libgmt.so.6
│   ├── libgmt.so.6 -> libgmt.so.6.1.1
│   ├── libgmt.so.6.1.1
│   ├── libpostscriptlight.so -> libpostscriptlight.so.6
│   ├── libpostscriptlight.so.6 -> libpostscriptlight.so.6.1.1
│   └── libpostscriptlight.so.6.1.1
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── gmt
│   ├── copying
│   │   ├── COPYING.LESSERv3
│   │   ├── COPYINGv3
│   │   └── LICENSE.TXT
│   ├── examples
│   │   ├── anim01
│   │   │   └── anim01.sh
│   │   ├── anim02
│   │   │   └── anim02.sh
│   │   ├── anim03
│   │   │   └── anim03.sh
│   │   ├── anim04
│   │   │   └── anim04.sh
│   │   ├── anim05
│   │   │   └── anim05.sh
│   │   ├── anim06
│   │   │   └── anim06.sh
│   │   ├── anim07
│   │   │   └── anim07.sh
│   │   ├── anim08
│   │   │   └── anim08.sh
│   │   ├── anim09
│   │   │   ├── anim09.sh
│   │   │   ├── MOR_names.txt
│   │   │   └── MOR_PAC_twist_path.txt
│   │   ├── anim10
│   │   │   └── anim10.sh
│   │   ├── anim11
│   │   │   └── anim11.sh
│   │   ├── anim12
│   │   │   └── anim12.sh
│   │   ├── do_animations.sh
│   │   ├── do_examples.sh
│   │   ├── ex01
│   │   │   └── ex01.sh
│   │   ├── ex02
│   │   │   └── ex02.sh
│   │   ├── ex03
│   │   │   └── ex03.sh
│   │   ├── ex04
│   │   │   └── ex04.sh
│   │   ├── ex05
│   │   │   └── ex05.sh
│   │   ├── ex06
│   │   │   └── ex06.sh
│   │   ├── ex07
│   │   │   └── ex07.sh
│   │   ├── ex08
│   │   │   └── ex08.sh
│   │   ├── ex09
│   │   │   └── ex09.sh
│   │   ├── ex10
│   │   │   └── ex10.sh
│   │   ├── ex11
│   │   │   └── ex11.sh
│   │   ├── ex12
│   │   │   └── ex12.sh
│   │   ├── ex13
│   │   │   └── ex13.sh
│   │   ├── ex14
│   │   │   └── ex14.sh
│   │   ├── ex15
│   │   │   └── ex15.sh
│   │   ├── ex16
│   │   │   └── ex16.sh
│   │   ├── ex17
│   │   │   └── ex17.sh
│   │   ├── ex18
│   │   │   └── ex18.sh
│   │   ├── ex19
│   │   │   └── ex19.sh
│   │   ├── ex20
│   │   │   └── ex20.sh
│   │   ├── ex21
│   │   │   └── ex21.sh
│   │   ├── ex22
│   │   │   └── ex22.sh
│   │   ├── ex23
│   │   │   └── ex23.sh
│   │   ├── ex24
│   │   │   └── ex24.sh
│   │   ├── ex25
│   │   │   └── ex25.sh
│   │   ├── ex26
│   │   │   └── ex26.sh
│   │   ├── ex27
│   │   │   └── ex27.sh
│   │   ├── ex28
│   │   │   └── ex28.sh
│   │   ├── ex29
│   │   │   └── ex29.sh
│   │   ├── ex30
│   │   │   └── ex30.sh
│   │   ├── ex31
│   │   │   ├── ex31.sh
│   │   │   └── fonts
│   │   │   ├── GPL.txt
│   │   │   ├── LICENCE.txt
│   │   │   ├── LinBiolinum_Bd-0.5.5.otf
│   │   │   ├── LinBiolinum_It-0.5.1.otf
│   │   │   ├── LinBiolinum_Kb-0.5.4.otf
│   │   │   ├── LinBiolinum_Re-0.6.4.otf
│   │   │   ├── LinBiolinum_Sl-0.4.9.otf
│   │   │   ├── LinLibertine_Bd-4.1.5.otf
│   │   │   ├── LinLibertine_BI-4.1.0.otf
│   │   │   ├── LinLibertine_C-4.0.4.otf
│   │   │   ├── LinLibertine_It-4.2.6.otf
│   │   │   ├── LinLibertine_Re-4.7.5.otf
│   │   │   ├── OFL.txt
│   │   │   └── README.txt
│   │   ├── ex32
│   │   │   └── ex32.sh
│   │   ├── ex33
│   │   │   └── ex33.sh
│   │   ├── ex34
│   │   │   └── ex34.sh
│   │   ├── ex35
│   │   │   └── ex35.sh
│   │   ├── ex36
│   │   │   └── ex36.sh
│   │   ├── ex37
│   │   │   └── ex37.sh
│   │   ├── ex38
│   │   │   └── ex38.sh
│   │   ├── ex39
│   │   │   └── ex39.sh
│   │   ├── ex40
│   │   │   └── ex40.sh
│   │   ├── ex41
│   │   │   └── ex41.sh
│   │   ├── ex42
│   │   │   └── ex42.sh
│   │   ├── ex43
│   │   │   └── ex43.sh
│   │   ├── ex44
│   │   │   └── ex44.sh
│   │   ├── ex45
│   │   │   └── ex45.sh
│   │   ├── ex46
│   │   │   └── ex46.sh
│   │   ├── ex47
│   │   │   └── ex47.sh
│   │   ├── ex48
│   │   │   └── ex48.sh
│   │   ├── ex49
│   │   │   └── ex49.sh
│   │   ├── ex50
│   │   │   └── ex50.sh
│   │   ├── ex51
│   │   │   └── ex51.sh
│   │   ├── ex52
│   │   │   └── ex52.sh
│   │   └── README.examples
│   ├── html
│   │   ├── animations
│   │   │   ├── anim01.html
│   │   │   ├── anim02.html
│   │   │   ├── anim03.html
│   │   │   ├── anim04.html
│   │   │   ├── anim05.html
│   │   │   ├── anim06.html
│   │   │   ├── anim07.html
│   │   │   ├── anim08.html
│   │   │   ├── anim09.html
│   │   │   ├── anim10.html
│   │   │   ├── anim11.html
│   │   │   └── anim12.html
│   │   ├── animations.html
│   │   ├── api.html
│   │   ├── basemap.html
│   │   ├── batch.html
│   │   ├── begin.html
│   │   ├── blockmean.html
│   │   ├── blockmedian.html
│   │   ├── blockmode.html
│   │   ├── changes.html
│   │   ├── clear.html
│   │   ├── clip.html
│   │   ├── coast.html
│   │   ├── colorbar.html
│   │   ├── contour.html
│   │   ├── cookbook
│   │   │   ├── colorspace.html
│   │   │   ├── contour-annotations.html
│   │   │   ├── coordinate-transformations.html
│   │   │   ├── cpts.html
│   │   │   ├── custom-symbols.html
│   │   │   ├── data-filtering.html
│   │   │   ├── features.html
│   │   │   ├── file-formats.html
│   │   │   ├── include-figures.html
│   │   │   ├── introduction.html
│   │   │   ├── map-projections.html
│   │   │   ├── non-unix-platforms.html
│   │   │   ├── octal-codes.html
│   │   │   ├── ogrgmt-format.html
│   │   │   ├── one-liner.html
│   │   │   ├── options.html
│   │   │   ├── postscript-fonts.html
│   │   │   ├── predefined-patterns.html
│   │   │   ├── preface.html
│   │   │   └── supplemental-packages.html
│   │   ├── cookbook.html
│   │   ├── datasets
│   │   │   ├── dcw.html
│   │   │   ├── gshhg.html
│   │   │   └── remote-data.html
│   │   ├── datasets.html
│   │   ├── debug.html
│   │   ├── deprecated-defaults.html
│   │   ├── dimfilter.html
│   │   ├── docs.html
│   │   ├── _downloads
│   │   │   ├── 1bf15d8704e82078bd65bdbaf2670cac
│   │   │   │   └── GMT_RGBchart_a4.pdf
│   │   │   ├── b4191445961ae4433bd9214a7272afed
│   │   │   │   └── GMT_RGBchart_tabloid.pdf
│   │   │   └── bc8ef77a384576891629aafea817f88d
│   │   │   └── GMT_RGBchart_letter.pdf
│   │   ├── end.html
│   │   ├── events.html
│   │   ├── figure.html
│   │   ├── filter1d.html
│   │   ├── fitcircle.html
│   │   ├── gallery
│   │   │   ├── ex01.html
│   │   │   ├── ex02.html
│   │   │   ├── ex03.html
│   │   │   ├── ex04.html
│   │   │   ├── ex05.html
│   │   │   ├── ex06.html
│   │   │   ├── ex07.html
│   │   │   ├── ex08.html
│   │   │   ├── ex09.html
│   │   │   ├── ex10.html
│   │   │   ├── ex11.html
│   │   │   ├── ex12.html
│   │   │   ├── ex13.html
│   │   │   ├── ex14.html
│   │   │   ├── ex15.html
│   │   │   ├── ex16.html
│   │   │   ├── ex17.html
│   │   │   ├── ex18.html
│   │   │   ├── ex19.html
│   │   │   ├── ex20.html
│   │   │   ├── ex21.html
│   │   │   ├── ex22.html
│   │   │   ├── ex23.html
│   │   │   ├── ex24.html
│   │   │   ├── ex25.html
│   │   │   ├── ex26.html
│   │   │   ├── ex27.html
│   │   │   ├── ex28.html
│   │   │   ├── ex29.html
│   │   │   ├── ex30.html
│   │   │   ├── ex31.html
│   │   │   ├── ex32.html
│   │   │   ├── ex33.html
│   │   │   ├── ex34.html
│   │   │   ├── ex35.html
│   │   │   ├── ex36.html
│   │   │   ├── ex37.html
│   │   │   ├── ex38.html
│   │   │   ├── ex39.html
│   │   │   ├── ex40.html
│   │   │   ├── ex41.html
│   │   │   ├── ex42.html
│   │   │   ├── ex43.html
│   │   │   ├── ex44.html
│   │   │   ├── ex45.html
│   │   │   ├── ex46.html
│   │   │   ├── ex47.html
│   │   │   ├── ex48.html
│   │   │   ├── ex49.html
│   │   │   ├── ex50.html
│   │   │   ├── ex51.html
│   │   │   └── ex52.html
│   │   ├── gallery.html
│   │   ├── genindex.html
│   │   ├── gmt2kml.html
│   │   ├── gmt5syntax.html
│   │   ├── gmtcolors.html
│   │   ├── gmt.conf.html
│   │   ├── gmt-config.html
│   │   ├── gmtconnect.html
│   │   ├── gmtconvert.html
│   │   ├── gmtdefaults.html
│   │   ├── gmtget.html
│   │   ├── gmt.html
│   │   ├── gmtinfo.html
│   │   ├── gmtlogo-classic.html
│   │   ├── gmtlogo.html
│   │   ├── gmtmath.html
│   │   ├── gmtregress.html
│   │   ├── gmtselect.html
│   │   ├── gmtset.html
│   │   ├── gmt_shell_functions.sh.html
│   │   ├── gmtsimplify.html
│   │   ├── gmtspatial.html
│   │   ├── gmtswitch.html
│   │   ├── gmtvector.html
│   │   ├── gmtwhich.html
│   │   ├── grd2cpt.html
│   │   ├── grd2kml.html
│   │   ├── grd2xyz.html
│   │   ├── grdblend.html
│   │   ├── grdclip.html
│   │   ├── grdcontour-classic.html
│   │   ├── grdcontour.html
│   │   ├── grdconvert.html
│   │   ├── grdcut.html
│   │   ├── grdedit.html
│   │   ├── grdfft.html
│   │   ├── grdfill.html
│   │   ├── grdfilter.html
│   │   ├── grdgdal.html
│   │   ├── grdgradient.html
│   │   ├── grdhisteq.html
│   │   ├── grdimage-classic.html
│   │   ├── grdimage.html
│   │   ├── grdinfo.html
│   │   ├── grdinterpolate.html
│   │   ├── grdlandmask.html
│   │   ├── grdmask.html
│   │   ├── grdmath.html
│   │   ├── grdmix.html
│   │   ├── grdpaste.html
│   │   ├── grdproject.html
│   │   ├── grdsample.html
│   │   ├── grdtrack.html
│   │   ├── grdtrend.html
│   │   ├── grdvector-classic.html
│   │   ├── grdvector.html
│   │   ├── grdview-classic.html
│   │   ├── grdview.html
│   │   ├── grdvolume.html
│   │   ├── greenspline.html
│   │   ├── histogram.html
│   │   ├── image.html
│   │   ├── _images
│   │   │   ├── anim01.png
│   │   │   ├── anim02.png
│   │   │   ├── anim03.png
│   │   │   ├── anim04.png
│   │   │   ├── anim05.png
│   │   │   ├── atlantwhitesided_high.png
│   │   │   ├── atlantwhitesided_low.png
│   │   │   ├── atlantwhitesided.png
│   │   │   ├── beluga_high.png
│   │   │   ├── beluga_low.png
│   │   │   ├── beluga.png
│   │   │   ├── bottlenose_high.png
│   │   │   ├── bottlenose_low.png
│   │   │   ├── bottlenose.png
│   │   │   ├── bowhead_high.png
│   │   │   ├── bowhead_low.png
│   │   │   ├── bowhead.png
│   │   │   ├── burmeistersporpoise_high.png
│   │   │   ├── burmeistersporpoise_low.png
│   │   │   ├── burmeistersporpoise.png
│   │   │   ├── commondolphin_high.png
│   │   │   ├── commondolphin_low.png
│   │   │   ├── commondolphin_midhigh.png
│   │   │   ├── commondolphin_midlow.png
│   │   │   ├── commondolphin.png
│   │   │   ├── commonporpoise_high.png
│   │   │   ├── commonporpoise_low.png
│   │   │   ├── commonporpoise.png
│   │   │   ├── cuviersbeaked_high.png
│   │   │   ├── cuviersbeaked_low.png
│   │   │   ├── cuviersbeaked.png
│   │   │   ├── daynight.jpg
│   │   │   ├── dcw-figure.png
│   │   │   ├── dem.jpg
│   │   │   ├── EarthByte_logo_small.png
│   │   │   ├── ex01.png
│   │   │   ├── ex02.png
│   │   │   ├── ex03.png
│   │   │   ├── ex04.png
│   │   │   ├── ex05.png
│   │   │   ├── ex06.png
│   │   │   ├── ex07.png
│   │   │   ├── ex08.png
│   │   │   ├── ex09.png
│   │   │   ├── ex10.png
│   │   │   ├── ex11.png
│   │   │   ├── ex12.png
│   │   │   ├── ex13.png
│   │   │   ├── ex14.png
│   │   │   ├── ex15.png
│   │   │   ├── ex16.png
│   │   │   ├── ex17.png
│   │   │   ├── ex18.png
│   │   │   ├── ex19.png
│   │   │   ├── ex20.png
│   │   │   ├── ex21.png
│   │   │   ├── ex22.png
│   │   │   ├── ex23.png
│   │   │   ├── ex24.png
│   │   │   ├── ex25.png
│   │   │   ├── ex26.png
│   │   │   ├── ex27.png
│   │   │   ├── ex28.png
│   │   │   ├── ex29.png
│   │   │   ├── ex30.png
│   │   │   ├── ex31.png
│   │   │   ├── ex32.png
│   │   │   ├── ex33.png
│   │   │   ├── ex34.png
│   │   │   ├── ex35.png
│   │   │   ├── ex36.png
│   │   │   ├── ex37.png
│   │   │   ├── ex38.png
│   │   │   ├── ex39.png
│   │   │   ├── ex40.png
│   │   │   ├── ex41.png
│   │   │   ├── ex42.png
│   │   │   ├── ex43.png
│   │   │   ├── ex44.png
│   │   │   ├── ex45.png
│   │   │   ├── ex46.png
│   │   │   ├── ex47.png
│   │   │   ├── ex48.png
│   │   │   ├── ex49.png
│   │   │   ├── ex50.png
│   │   │   ├── ex51.png
│   │   │   ├── ex52.png
│   │   │   ├── finwhale_high.png
│   │   │   ├── finwhale_low.png
│   │   │   ├── finwhale.png
│   │   │   ├── formatpicture.png
│   │   │   ├── geo-cleavage_hor.png
│   │   │   ├── geo-cleavage.png
│   │   │   ├── geo-cleavage_vert.png
│   │   │   ├── geo-foliation-2.png
│   │   │   ├── geo-foliation-3.png
│   │   │   ├── geo-foliation_hor.png
│   │   │   ├── geo-foliation.png
│   │   │   ├── geo-foliation_vert.png
│   │   │   ├── geo-joint_hor.png
│   │   │   ├── geo-joint.png
│   │   │   ├── geo-joint_vert.png
│   │   │   ├── geo-lineation-2.png
│   │   │   ├── geo-lineation-3.png
│   │   │   ├── geo-lineation_hor.png
│   │   │   ├── geo-lineation.png
│   │   │   ├── geo-lineation_vert.png
│   │   │   ├── geo-plane_gentle.png
│   │   │   ├── geo-plane_hor.png
│   │   │   ├── geo-plane_inv.png
│   │   │   ├── geo-plane_medium.png
│   │   │   ├── geo-plane.png
│   │   │   ├── geo-plane_rake.png
│   │   │   ├── geo-plane_steep.png
│   │   │   ├── geo-plane_und.png
│   │   │   ├── geo-plane_vert.png
│   │   │   ├── gimp-sliders+panel.png
│   │   │   ├── GMT4_mode.png
│   │   │   ├── GMT5_external.png
│   │   │   ├── GMT5_mode.png
│   │   │   ├── GMT6_Summit_2019.jpg
│   │   │   ├── GMT_agefig.png
│   │   │   ├── GMT_albers.png
│   │   │   ├── GMT_anchor.png
│   │   │   ├── GMT_API_flow.png
│   │   │   ├── GMT_API_use.png
│   │   │   ├── GMT_App_E.png
│   │   │   ├── GMT_App_F_stand+_iso+.png
│   │   │   ├── GMT_App_F_symbol_dingbats.png
│   │   │   ├── GMT_App_G.png
│   │   │   ├── GMT_App_J_1.png
│   │   │   ├── GMT_App_J_2.png
│   │   │   ├── GMT_App_J_3.png
│   │   │   ├── GMT_App_K_1.png
│   │   │   ├── GMT_App_K_2.png
│   │   │   ├── GMT_App_K_3.png
│   │   │   ├── GMT_App_K_4.png
│   │   │   ├── GMT_App_K_5.png
│   │   │   ├── GMT_App_M_1a.png
│   │   │   ├── GMT_App_M_1b.png
│   │   │   ├── GMT_App_M_1c.png
│   │   │   ├── GMT_App_M_2.png
│   │   │   ├── GMT_App_N_1.png
│   │   │   ├── GMT_App_O_1.png
│   │   │   ├── GMT_App_O_2.png
│   │   │   ├── GMT_App_O_3.png
│   │   │   ├── GMT_App_O_4.png
│   │   │   ├── GMT_App_O_5.png
│   │   │   ├── GMT_App_O_6.png
│   │   │   ├── GMT_App_O_7.png
│   │   │   ├── GMT_App_O_8.png
│   │   │   ├── GMT_App_O_9.png
│   │   │   ├── GMT_arrows.png
│   │   │   ├── GMT_arrows_types.png
│   │   │   ├── GMT_atan.png
│   │   │   ├── GMT_autolegend.png
│   │   │   ├── GMT_az_equidistant.png
│   │   │   ├── GMT_base_symbols1.png
│   │   │   ├── GMT_base_symbols2.png
│   │   │   ├── GMT_base_symbols3.png
│   │   │   ├── GMT_base_symbols4.png
│   │   │   ├── GMT_base_symbols5.png
│   │   │   ├── GMT_base_symbols6.png
│   │   │   ├── GMT_base_symbols7.png
│   │   │   ├── GMT_base_symbols8.png
│   │   │   ├── GMT_base_symbols9.png
│   │   │   ├── GMT_-B_custom.png
│   │   │   ├── GMT_bezier.png
│   │   │   ├── GMT_-B_geo_1.png
│   │   │   ├── GMT_-B_geo_2.png
│   │   │   ├── GMT_-B_linear.png
│   │   │   ├── GMT_-B_log.png
│   │   │   ├── GMT_-B_pow.png
│   │   │   ├── GMT_-B_slanted.png
│   │   │   ├── GMT_-B_time1.png
│   │   │   ├── GMT_-B_time2.png
│   │   │   ├── GMT_-B_time3.png
│   │   │   ├── GMT_-B_time4.png
│   │   │   ├── GMT_-B_time5.png
│   │   │   ├── GMT_-B_time6.png
│   │   │   ├── GMT_-B_time7.png
│   │   │   ├── GMT_cassini.png
│   │   │   ├── GMT_chunking.png
│   │   │   ├── GMT_colorbar.png
│   │   │   ├── GMT_color_interpolate.png
│   │   │   ├── GMT_colorlist.png
│   │   │   ├── GMT_coverlogo.png
│   │   │   ├── GMT_CPTscale.png
│   │   │   ├── GMT_cyclic.png
│   │   │   ├── GMT_Defaults_1a.png
│   │   │   ├── GMT_Defaults_1b.png
│   │   │   ├── GMT_Defaults_1c.png
│   │   │   ├── GMT_dir_rose.png
│   │   │   ├── GMT_earthmask.png
│   │   │   ├── GMT_eckert4.png
│   │   │   ├── GMT_eckert6.png
│   │   │   ├── GMT_Environment.png
│   │   │   ├── GMT_equi_cyl.png
│   │   │   ├── GMT_equidistant_conic.png
│   │   │   ├── GMT_fatline.png
│   │   │   ├── GMT_gall_stereo.png
│   │   │   ├── GMT_general_cyl.png
│   │   │   ├── GMT_gnomonic.png
│   │   │   ├── GMT_grid2pix.png
│   │   │   ├── GMT_grinten.png
│   │   │   ├── GMT_hammer.png
│   │   │   ├── GMT_hinge.png
│   │   │   ├── GMT_images.png
│   │   │   ├── GMT_inset.png
│   │   │   ├── GMT_-J.png
│   │   │   ├── GMT_lambert_az_hemi.png
│   │   │   ├── GMT_lambert_az_rect.png
│   │   │   ├── GMT_lambert_conic.png
│   │   │   ├── GMT_legend.png
│   │   │   ├── GMT_linear_cal.png
│   │   │   ├── GMT_linear_d.png
│   │   │   ├── GMT_linear.png
│   │   │   ├── GMT_linearrow.png
│   │   │   ├── GMT_linecap.png
│   │   │   ├── GMT_lineoffset.png
│   │   │   ├── GMT_log.png
│   │   │   ├── GMT_mag_rose.png
│   │   │   ├── GMT_mapscale.png
│   │   │   ├── GMT_mercator.png
│   │   │   ├── GMT_miller.png
│   │   │   ├── GMT_mollweide.png
│   │   │   ├── GMT_movie_progress.png
│   │   │   ├── GMT_nearneighbor.png
│   │   │   ├── GMT_obl_baja.png
│   │   │   ├── GMT_obl_merc.png
│   │   │   ├── GMT_obl_nz.png
│   │   │   ├── GMT_orthographic.png
│   │   │   ├── GMT_panel.png
│   │   │   ├── GMT_perspective.png
│   │   │   ├── GMT_polar.png
│   │   │   ├── GMT_polyconic.png
│   │   │   ├── GMT_pow.png
│   │   │   ├── GMT_pstext_clearance.png
│   │   │   ├── GMT_pstext_justify.png
│   │   │   ├── GMT_record.png
│   │   │   ├── GMT_registration.png
│   │   │   ├── GMT_RGBchart.png
│   │   │   ├── GMT_robinson.png
│   │   │   ├── GMT_-R.png
│   │   │   ├── GMT_seamount_flux.png
│   │   │   ├── GMT_seamount_map.png
│   │   │   ├── GMT_seamount_types.png
│   │   │   ├── GMT_seislegend.png
│   │   │   ├── GMT_sinus_int.png
│   │   │   ├── GMT_sinusoidal.png
│   │   │   ├── GMT_slopes.png
│   │   │   ├── GMT_SRTM.png
│   │   │   ├── GMT_stereographic_general.png
│   │   │   ├── GMT_stereographic_polar.png
│   │   │   ├── GMT_stereographic_rect.png
│   │   │   ├── GMT_stereonets.png
│   │   │   ├── GMT_title_fade.png
│   │   │   ├── GMT_TM.png
│   │   │   ├── GMT_transverse_merc.png
│   │   │   ├── GMT_tut_10.png
│   │   │   ├── GMT_tut_11.png
│   │   │   ├── GMT_tut_12.png
│   │   │   ├── GMT_tut_13.png
│   │   │   ├── GMT_tut_14.png
│   │   │   ├── GMT_tut_15.png
│   │   │   ├── GMT_tut_16.png
│   │   │   ├── GMT_tut_17.png
│   │   │   ├── GMT_tut_18.png
│   │   │   ├── GMT_tut_19.png
│   │   │   ├── GMT_tut_1.png
│   │   │   ├── GMT_tut_2.png
│   │   │   ├── GMT_tut_3.png
│   │   │   ├── GMT_tut_4.png
│   │   │   ├── GMT_tut_5.png
│   │   │   ├── GMT_tut_6.png
│   │   │   ├── GMT_tut_7.png
│   │   │   ├── GMT_tut_8.png
│   │   │   ├── GMT_tut_9.png
│   │   │   ├── GMT_-U.png
│   │   │   ├── GMT_utm_zones.png
│   │   │   ├── GMT_vector.png
│   │   │   ├── GMT_vertscale.png
│   │   │   ├── GMT_volcano.png
│   │   │   ├── GMT_winkel.png
│   │   │   ├── GMT_-XY.png
│   │   │   ├── graywhale_high.png
│   │   │   ├── graywhale_low.png
│   │   │   ├── graywhale.png
│   │   │   ├── grdflexure_approx.png
│   │   │   ├── gshhg.jpg
│   │   │   ├── hsv-cone.png
│   │   │   ├── humpbacktail_one_low.png
│   │   │   ├── humpbacktail_one.png
│   │   │   ├── humpbacktail_two_low.png
│   │   │   ├── humpbacktail_two.png
│   │   │   ├── igpp.png
│   │   │   ├── jumpback_high.png
│   │   │   ├── jumpback_low.png
│   │   │   ├── jumpback.png
│   │   │   ├── killerwhale_high.png
│   │   │   ├── killerwhale_low.png
│   │   │   ├── killerwhale.png
│   │   │   ├── longfinnedpilotwhale_high.png
│   │   │   ├── longfinnedpilotwhale_low.png
│   │   │   ├── longfinnedpilotwhale.png
│   │   │   ├── minkewhale_high.png
│   │   │   ├── minkewhale_low.png
│   │   │   ├── minkewhale.png
│   │   │   ├── nasa-logo-web-rgb.png
│   │   │   ├── northernrightwhale_high.png
│   │   │   ├── northernrightwhale_low.png
│   │   │   ├── northernrightwhale.png
│   │   │   ├── pigmyspermwhale_high.png
│   │   │   ├── pigmyspermwhale_low.png
│   │   │   ├── pigmyspermwhale.png
│   │   │   ├── pirata.png
│   │   │   ├── psevents_intensity.png
│   │   │   ├── psevents_labels.png
│   │   │   ├── psevents_size.png
│   │   │   ├── psevents_transparency.png
│   │   │   ├── rendering.png
│   │   │   ├── rissosdolphin_high.png
│   │   │   ├── rissosdolphin_low.png
│   │   │   ├── rissosdolphin.png
│   │   │   ├── seiwhale_high.png
│   │   │   ├── seiwhale_low.png
│   │   │   ├── seiwhale.png
│   │   │   ├── shortfinnedpilotwhale_high.png
│   │   │   ├── shortfinnedpilotwhale_low.png
│   │   │   ├── shortfinnedpilotwhale.png
│   │   │   ├── southernrightwhale_high.png
│   │   │   ├── southernrightwhale_low.png
│   │   │   ├── southernrightwhale.png
│   │   │   ├── spectacledporpoise_high.png
│   │   │   ├── spectacledporpoise_low.png
│   │   │   ├── spectacledporpoise.png
│   │   │   ├── spermwhale_high.png
│   │   │   ├── spermwhale_low.png
│   │   │   ├── spermwhale.png
│   │   │   ├── spermwhaletail_high.png
│   │   │   ├── spermwhaletail_low.png
│   │   │   ├── spermwhaletail.png
│   │   │   ├── srightwhaledolphin_high.png
│   │   │   ├── srightwhaledolphin_low.png
│   │   │   ├── srightwhaledolphin.png
│   │   │   ├── srtm1.png
│   │   │   ├── stripeddolphin_high.png
│   │   │   ├── stripeddolphin_low.png
│   │   │   ├── stripeddolphin.png
│   │   │   ├── unidentifiedbeakedwhale_high.png
│   │   │   ├── unidentifiedbeakedwhale_low.png
│   │   │   ├── unidentifiedbeakedwhale.png
│   │   │   ├── unidentifieddolphin_high.png
│   │   │   ├── unidentifieddolphin_low.png
│   │   │   ├── unidentifieddolphin.png
│   │   │   ├── unidentifiedwhale_high.png
│   │   │   ├── unidentifiedwhale_low.png
│   │   │   ├── unidentifiedwhale.png
│   │   │   ├── vertical-slice.png
│   │   │   ├── xcode-1.png
│   │   │   ├── xcode-2.png
│   │   │   ├── xcode-3.png
│   │   │   ├── xcode-4.png
│   │   │   ├── xcode-5.png
│   │   │   ├── xcode-6.png
│   │   │   ├── xcode-7.png
│   │   │   └── xcode-8.png
│   │   ├── index.html
│   │   ├── inset.html
│   │   ├── isogmt.html
│   │   ├── kml2gmt.html
│   │   ├── legend.html
│   │   ├── makecpt.html
│   │   ├── mapproject.html
│   │   ├── mask.html
│   │   ├── matlab-wrapper.html
│   │   ├── migrating.html
│   │   ├── modules-classic.html
│   │   ├── modules.html
│   │   ├── movie.html
│   │   ├── nearneighbor.html
│   │   ├── objects.inv
│   │   ├── plot3d.html
│   │   ├── plot.html
│   │   ├── postscriptlight.html
│   │   ├── proj-codes.html
│   │   ├── project.html
│   │   ├── psbasemap.html
│   │   ├── psclip.html
│   │   ├── pscoast.html
│   │   ├── pscontour.html
│   │   ├── psconvert.html
│   │   ├── psevents.html
│   │   ├── pshistogram.html
│   │   ├── psimage.html
│   │   ├── pslegend.html
│   │   ├── psmask.html
│   │   ├── psrose.html
│   │   ├── psscale.html
│   │   ├── pssolar.html
│   │   ├── psternary.html
│   │   ├── pstext.html
│   │   ├── pswiggle.html
│   │   ├── psxy.html
│   │   ├── psxyz.html
│   │   ├── rose.html
│   │   ├── rst-cheatsheet.html
│   │   ├── sample1d.html
│   │   ├── search.html
│   │   ├── searchindex.js
│   │   ├── solar.html
│   │   ├── _sources
│   │   │   ├── animations
│   │   │   │   ├── anim01.rst.txt
│   │   │   │   ├── anim02.rst.txt
│   │   │   │   ├── anim03.rst.txt
│   │   │   │   ├── anim04.rst.txt
│   │   │   │   ├── anim05.rst.txt
│   │   │   │   ├── anim06.rst.txt
│   │   │   │   ├── anim07.rst.txt
│   │   │   │   ├── anim08.rst.txt
│   │   │   │   ├── anim09.rst.txt
│   │   │   │   ├── anim10.rst.txt
│   │   │   │   ├── anim11.rst.txt
│   │   │   │   └── anim12.rst.txt
│   │   │   ├── animations.rst.txt
│   │   │   ├── api.rst.txt
│   │   │   ├── basemap.rst.txt
│   │   │   ├── batch.rst.txt
│   │   │   ├── begin.rst.txt
│   │   │   ├── blockmean.rst.txt
│   │   │   ├── blockmedian.rst.txt
│   │   │   ├── blockmode.rst.txt
│   │   │   ├── changes.rst.txt
│   │   │   ├── clear.rst.txt
│   │   │   ├── clip.rst.txt
│   │   │   ├── coast.rst.txt
│   │   │   ├── colorbar.rst.txt
│   │   │   ├── contour.rst.txt
│   │   │   ├── cookbook
│   │   │   │   ├── colorspace.rst.txt
│   │   │   │   ├── contour-annotations.rst.txt
│   │   │   │   ├── coordinate-transformations.rst.txt
│   │   │   │   ├── cpts.rst.txt
│   │   │   │   ├── custom-symbols.rst.txt
│   │   │   │   ├── data-filtering.rst.txt
│   │   │   │   ├── features.rst.txt
│   │   │   │   ├── file-formats.rst.txt
│   │   │   │   ├── include-figures.rst.txt
│   │   │   │   ├── introduction.rst.txt
│   │   │   │   ├── map-projections.rst.txt
│   │   │   │   ├── non-unix-platforms.rst.txt
│   │   │   │   ├── octal-codes.rst.txt
│   │   │   │   ├── ogrgmt-format.rst.txt
│   │   │   │   ├── one-liner.rst.txt
│   │   │   │   ├── options.rst.txt
│   │   │   │   ├── postscript-fonts.rst.txt
│   │   │   │   ├── predefined-patterns.rst.txt
│   │   │   │   ├── preface.rst.txt
│   │   │   │   └── supplemental-packages.rst.txt
│   │   │   ├── cookbook.rst.txt
│   │   │   ├── datasets
│   │   │   │   ├── dcw.rst.txt
│   │   │   │   ├── gshhg.rst.txt
│   │   │   │   └── remote-data.rst.txt
│   │   │   ├── datasets.rst.txt
│   │   │   ├── debug.rst.txt
│   │   │   ├── deprecated-defaults.rst.txt
│   │   │   ├── dimfilter.rst.txt
│   │   │   ├── docs.rst.txt
│   │   │   ├── end.rst.txt
│   │   │   ├── events.rst.txt
│   │   │   ├── figure.rst.txt
│   │   │   ├── filter1d.rst.txt
│   │   │   ├── fitcircle.rst.txt
│   │   │   ├── gallery
│   │   │   │   ├── ex01.rst.txt
│   │   │   │   ├── ex02.rst.txt
│   │   │   │   ├── ex03.rst.txt
│   │   │   │   ├── ex04.rst.txt
│   │   │   │   ├── ex05.rst.txt
│   │   │   │   ├── ex06.rst.txt
│   │   │   │   ├── ex07.rst.txt
│   │   │   │   ├── ex08.rst.txt
│   │   │   │   ├── ex09.rst.txt
│   │   │   │   ├── ex10.rst.txt
│   │   │   │   ├── ex11.rst.txt
│   │   │   │   ├── ex12.rst.txt
│   │   │   │   ├── ex13.rst.txt
│   │   │   │   ├── ex14.rst.txt
│   │   │   │   ├── ex15.rst.txt
│   │   │   │   ├── ex16.rst.txt
│   │   │   │   ├── ex17.rst.txt
│   │   │   │   ├── ex18.rst.txt
│   │   │   │   ├── ex19.rst.txt
│   │   │   │   ├── ex20.rst.txt
│   │   │   │   ├── ex21.rst.txt
│   │   │   │   ├── ex22.rst.txt
│   │   │   │   ├── ex23.rst.txt
│   │   │   │   ├── ex24.rst.txt
│   │   │   │   ├── ex25.rst.txt
│   │   │   │   ├── ex26.rst.txt
│   │   │   │   ├── ex27.rst.txt
│   │   │   │   ├── ex28.rst.txt
│   │   │   │   ├── ex29.rst.txt
│   │   │   │   ├── ex30.rst.txt
│   │   │   │   ├── ex31.rst.txt
│   │   │   │   ├── ex32.rst.txt
│   │   │   │   ├── ex33.rst.txt
│   │   │   │   ├── ex34.rst.txt
│   │   │   │   ├── ex35.rst.txt
│   │   │   │   ├── ex36.rst.txt
│   │   │   │   ├── ex37.rst.txt
│   │   │   │   ├── ex38.rst.txt
│   │   │   │   ├── ex39.rst.txt
│   │   │   │   ├── ex40.rst.txt
│   │   │   │   ├── ex41.rst.txt
│   │   │   │   ├── ex42.rst.txt
│   │   │   │   ├── ex43.rst.txt
│   │   │   │   ├── ex44.rst.txt
│   │   │   │   ├── ex45.rst.txt
│   │   │   │   ├── ex46.rst.txt
│   │   │   │   ├── ex47.rst.txt
│   │   │   │   ├── ex48.rst.txt
│   │   │   │   ├── ex49.rst.txt
│   │   │   │   ├── ex50.rst.txt
│   │   │   │   ├── ex51.rst.txt
│   │   │   │   └── ex52.rst.txt
│   │   │   ├── gallery.rst.txt
│   │   │   ├── gmt2kml.rst.txt
│   │   │   ├── gmt5syntax.rst.txt
│   │   │   ├── gmtcolors.rst.txt
│   │   │   ├── gmt-config.rst.txt
│   │   │   ├── gmt.conf.rst.txt
│   │   │   ├── gmtconnect.rst.txt
│   │   │   ├── gmtconvert.rst.txt
│   │   │   ├── gmtdefaults.rst.txt
│   │   │   ├── gmtget.rst.txt
│   │   │   ├── gmtinfo.rst.txt
│   │   │   ├── gmtlogo-classic.rst.txt
│   │   │   ├── gmtlogo.rst.txt
│   │   │   ├── gmtmath.rst.txt
│   │   │   ├── gmtregress.rst.txt
│   │   │   ├── gmt.rst.txt
│   │   │   ├── gmtselect.rst.txt
│   │   │   ├── gmtset.rst.txt
│   │   │   ├── gmt_shell_functions.sh.rst.txt
│   │   │   ├── gmtsimplify.rst.txt
│   │   │   ├── gmtspatial.rst.txt
│   │   │   ├── gmtswitch.rst.txt
│   │   │   ├── gmtvector.rst.txt
│   │   │   ├── gmtwhich.rst.txt
│   │   │   ├── grd2cpt.rst.txt
│   │   │   ├── grd2kml.rst.txt
│   │   │   ├── grd2xyz.rst.txt
│   │   │   ├── grdblend.rst.txt
│   │   │   ├── grdclip.rst.txt
│   │   │   ├── grdcontour-classic.rst.txt
│   │   │   ├── grdcontour.rst.txt
│   │   │   ├── grdconvert.rst.txt
│   │   │   ├── grdcut.rst.txt
│   │   │   ├── grdedit.rst.txt
│   │   │   ├── grdfft.rst.txt
│   │   │   ├── grdfill.rst.txt
│   │   │   ├── grdfilter.rst.txt
│   │   │   ├── grdgdal.rst.txt
│   │   │   ├── grdgradient.rst.txt
│   │   │   ├── grdhisteq.rst.txt
│   │   │   ├── grdimage-classic.rst.txt
│   │   │   ├── grdimage.rst.txt
│   │   │   ├── grdinfo.rst.txt
│   │   │   ├── grdinterpolate.rst.txt
│   │   │   ├── grdlandmask.rst.txt
│   │   │   ├── grdmask.rst.txt
│   │   │   ├── grdmath.rst.txt
│   │   │   ├── grdmix.rst.txt
│   │   │   ├── grdpaste.rst.txt
│   │   │   ├── grdproject.rst.txt
│   │   │   ├── grdsample.rst.txt
│   │   │   ├── grdtrack.rst.txt
│   │   │   ├── grdtrend.rst.txt
│   │   │   ├── grdvector-classic.rst.txt
│   │   │   ├── grdvector.rst.txt
│   │   │   ├── grdview-classic.rst.txt
│   │   │   ├── grdview.rst.txt
│   │   │   ├── grdvolume.rst.txt
│   │   │   ├── greenspline.rst.txt
│   │   │   ├── histogram.rst.txt
│   │   │   ├── image.rst.txt
│   │   │   ├── index.rst.txt
│   │   │   ├── inset.rst.txt
│   │   │   ├── isogmt.rst.txt
│   │   │   ├── kml2gmt.rst.txt
│   │   │   ├── legend.rst.txt
│   │   │   ├── makecpt.rst.txt
│   │   │   ├── mapproject.rst.txt
│   │   │   ├── mask.rst.txt
│   │   │   ├── matlab-wrapper.rst.txt
│   │   │   ├── migrating.rst.txt
│   │   │   ├── modules-classic.rst.txt
│   │   │   ├── modules.rst.txt
│   │   │   ├── movie.rst.txt
│   │   │   ├── nearneighbor.rst.txt
│   │   │   ├── plot3d.rst.txt
│   │   │   ├── plot.rst.txt
│   │   │   ├── postscriptlight.rst.txt
│   │   │   ├── proj-codes.rst.txt
│   │   │   ├── project.rst.txt
│   │   │   ├── psbasemap.rst.txt
│   │   │   ├── psclip.rst.txt
│   │   │   ├── pscoast.rst.txt
│   │   │   ├── pscontour.rst.txt
│   │   │   ├── psconvert.rst.txt
│   │   │   ├── psevents.rst.txt
│   │   │   ├── pshistogram.rst.txt
│   │   │   ├── psimage.rst.txt
│   │   │   ├── pslegend.rst.txt
│   │   │   ├── psmask.rst.txt
│   │   │   ├── psrose.rst.txt
│   │   │   ├── psscale.rst.txt
│   │   │   ├── pssolar.rst.txt
│   │   │   ├── psternary.rst.txt
│   │   │   ├── pstext.rst.txt
│   │   │   ├── pswiggle.rst.txt
│   │   │   ├── psxy.rst.txt
│   │   │   ├── psxyz.rst.txt
│   │   │   ├── rose.rst.txt
│   │   │   ├── rst-cheatsheet.rst.txt
│   │   │   ├── sample1d.rst.txt
│   │   │   ├── solar.rst.txt
│   │   │   ├── spectrum1d.rst.txt
│   │   │   ├── sph2grd.rst.txt
│   │   │   ├── sphdistance.rst.txt
│   │   │   ├── sphinterpolate.rst.txt
│   │   │   ├── sphtriangulate.rst.txt
│   │   │   ├── splitxyz.rst.txt
│   │   │   ├── std-opts-classic.rst.txt
│   │   │   ├── std-opts.rst.txt
│   │   │   ├── subplot.rst.txt
│   │   │   ├── supplements
│   │   │   │   ├── geodesy
│   │   │   │   │   ├── earthtide.rst.txt
│   │   │   │   │   ├── gpsgridder.rst.txt
│   │   │   │   │   ├── psvelo.rst.txt
│   │   │   │   │   └── velo.rst.txt
│   │   │   │   ├── gshhg
│   │   │   │   │   └── gshhg.rst.txt
│   │   │   │   ├── img
│   │   │   │   │   ├── img2google.rst.txt
│   │   │   │   │   └── img2grd.rst.txt
│   │   │   │   ├── mgd77
│   │   │   │   │   ├── mgd77convert.rst.txt
│   │   │   │   │   ├── mgd77header.rst.txt
│   │   │   │   │   ├── mgd77info.rst.txt
│   │   │   │   │   ├── mgd77list.rst.txt
│   │   │   │   │   ├── mgd77magref.rst.txt
│   │   │   │   │   ├── mgd77manage.rst.txt
│   │   │   │   │   ├── mgd77path.rst.txt
│   │   │   │   │   ├── mgd77sniffer.rst.txt
│   │   │   │   │   ├── mgd77track-classic.rst.txt
│   │   │   │   │   └── mgd77track.rst.txt
│   │   │   │   ├── potential
│   │   │   │   │   ├── gmtflexure.rst.txt
│   │   │   │   │   ├── gmtgravmag3d.rst.txt
│   │   │   │   │   ├── gravfft.rst.txt
│   │   │   │   │   ├── grdflexure.rst.txt
│   │   │   │   │   ├── grdgravmag3d.rst.txt
│   │   │   │   │   ├── grdredpol.rst.txt
│   │   │   │   │   ├── grdseamount.rst.txt
│   │   │   │   │   ├── talwani2d.rst.txt
│   │   │   │   │   └── talwani3d.rst.txt
│   │   │   │   ├── segy
│   │   │   │   │   ├── pssegy.rst.txt
│   │   │   │   │   ├── pssegyz.rst.txt
│   │   │   │   │   ├── segy2grd.rst.txt
│   │   │   │   │   ├── segy.rst.txt
│   │   │   │   │   └── segyz.rst.txt
│   │   │   │   ├── seis
│   │   │   │   │   ├── coupe.rst.txt
│   │   │   │   │   ├── meca.rst.txt
│   │   │   │   │   ├── polar.rst.txt
│   │   │   │   │   ├── pscoupe.rst.txt
│   │   │   │   │   ├── psmeca.rst.txt
│   │   │   │   │   ├── pspolar.rst.txt
│   │   │   │   │   ├── pssac.rst.txt
│   │   │   │   │   └── sac.rst.txt
│   │   │   │   ├── spotter
│   │   │   │   │   ├── backtracker.rst.txt
│   │   │   │   │   ├── gmtpmodeler.rst.txt
│   │   │   │   │   ├── grdpmodeler.rst.txt
│   │   │   │   │   ├── grdrotater.rst.txt
│   │   │   │   │   ├── grdspotter.rst.txt
│   │   │   │   │   ├── hotspotter.rst.txt
│   │   │   │   │   ├── originater.rst.txt
│   │   │   │   │   ├── polespotter.rst.txt
│   │   │   │   │   ├── rotconverter.rst.txt
│   │   │   │   │   └── rotsmoother.rst.txt
│   │   │   │   └── x2sys
│   │   │   │   ├── x2sys_binlist.rst.txt
│   │   │   │   ├── x2sys_cross.rst.txt
│   │   │   │   ├── x2sys_datalist.rst.txt
│   │   │   │   ├── x2sys_get.rst.txt
│   │   │   │   ├── x2sys_init.rst.txt
│   │   │   │   ├── x2sys_list.rst.txt
│   │   │   │   ├── x2sys_merge.rst.txt
│   │   │   │   ├── x2sys_put.rst.txt
│   │   │   │   ├── x2sys_report.rst.txt
│   │   │   │   └── x2sys_solve.rst.txt
│   │   │   ├── surface.rst.txt
│   │   │   ├── switching.rst.txt
│   │   │   ├── ternary.rst.txt
│   │   │   ├── text.rst.txt
│   │   │   ├── trend1d.rst.txt
│   │   │   ├── trend2d.rst.txt
│   │   │   ├── triangulate.rst.txt
│   │   │   ├── tutorial
│   │   │   │   ├── intro.rst.txt
│   │   │   │   ├── session-1.rst.txt
│   │   │   │   ├── session-2.rst.txt
│   │   │   │   ├── session-3.rst.txt
│   │   │   │   └── session-4.rst.txt
│   │   │   ├── tutorial.rst.txt
│   │   │   ├── users-contrib-scripts
│   │   │   │   └── vertical-slice.rst.txt
│   │   │   ├── users-contrib-scripts.rst.txt
│   │   │   ├── users-contrib-symbols
│   │   │   │   ├── biology
│   │   │   │   │   ├── atlantwhitesided_high.rst.txt
│   │   │   │   │   ├── atlantwhitesided_low.rst.txt
│   │   │   │   │   ├── atlantwhitesided.rst.txt
│   │   │   │   │   ├── beluga_high.rst.txt
│   │   │   │   │   ├── beluga_low.rst.txt
│   │   │   │   │   ├── beluga.rst.txt
│   │   │   │   │   ├── bottlenose_high.rst.txt
│   │   │   │   │   ├── bottlenose_low.rst.txt
│   │   │   │   │   ├── bottlenose.rst.txt
│   │   │   │   │   ├── bowhead_high.rst.txt
│   │   │   │   │   ├── bowhead_low.rst.txt
│   │   │   │   │   ├── bowhead.rst.txt
│   │   │   │   │   ├── burmeistersporpoise_high.rst.txt
│   │   │   │   │   ├── burmeistersporpoise_low.rst.txt
│   │   │   │   │   ├── burmeistersporpoise.rst.txt
│   │   │   │   │   ├── Cetacea.rst.txt
│   │   │   │   │   ├── commondolphin_high.rst.txt
│   │   │   │   │   ├── commondolphin_low.rst.txt
│   │   │   │   │   ├── commondolphin_midhigh.rst.txt
│   │   │   │   │   ├── commondolphin_midlow.rst.txt
│   │   │   │   │   ├── commondolphin.rst.txt
│   │   │   │   │   ├── commonporpoise_high.rst.txt
│   │   │   │   │   ├── commonporpoise_low.rst.txt
│   │   │   │   │   ├── commonporpoise.rst.txt
│   │   │   │   │   ├── cuviersbeaked_high.rst.txt
│   │   │   │   │   ├── cuviersbeaked_low.rst.txt
│   │   │   │   │   ├── cuviersbeaked.rst.txt
│   │   │   │   │   ├── finwhale_high.rst.txt
│   │   │   │   │   ├── finwhale_low.rst.txt
│   │   │   │   │   ├── finwhale.rst.txt
│   │   │   │   │   ├── graywhale_high.rst.txt
│   │   │   │   │   ├── graywhale_low.rst.txt
│   │   │   │   │   ├── graywhale.rst.txt
│   │   │   │   │   ├── humpbacktail_one_low.rst.txt
│   │   │   │   │   ├── humpbacktail_one.rst.txt
│   │   │   │   │   ├── humpbacktail_two_low.rst.txt
│   │   │   │   │   ├── humpbacktail_two.rst.txt
│   │   │   │   │   ├── jumpback_high.rst.txt
│   │   │   │   │   ├── jumpback_low.rst.txt
│   │   │   │   │   ├── jumpback.rst.txt
│   │   │   │   │   ├── killerwhale_high.rst.txt
│   │   │   │   │   ├── killerwhale_low.rst.txt
│   │   │   │   │   ├── killerwhale.rst.txt
│   │   │   │   │   ├── longfinnedpilotwhale_high.rst.txt
│   │   │   │   │   ├── longfinnedpilotwhale_low.rst.txt
│   │   │   │   │   ├── longfinnedpilotwhale.rst.txt
│   │   │   │   │   ├── minkewhale_high.rst.txt
│   │   │   │   │   ├── minkewhale_low.rst.txt
│   │   │   │   │   ├── minkewhale.rst.txt
│   │   │   │   │   ├── northernrightwhale_high.rst.txt
│   │   │   │   │   ├── northernrightwhale_low.rst.txt
│   │   │   │   │   ├── northernrightwhale.rst.txt
│   │   │   │   │   ├── pigmyspermwhale_high.rst.txt
│   │   │   │   │   ├── pigmyspermwhale_low.rst.txt
│   │   │   │   │   ├── pigmyspermwhale.rst.txt
│   │   │   │   │   ├── rissosdolphin_high.rst.txt
│   │   │   │   │   ├── rissosdolphin_low.rst.txt
│   │   │   │   │   ├── rissosdolphin.rst.txt
│   │   │   │   │   ├── seiwhale_high.rst.txt
│   │   │   │   │   ├── seiwhale_low.rst.txt
│   │   │   │   │   ├── seiwhale.rst.txt
│   │   │   │   │   ├── shortfinnedpilotwhale_high.rst.txt
│   │   │   │   │   ├── shortfinnedpilotwhale_low.rst.txt
│   │   │   │   │   ├── shortfinnedpilotwhale.rst.txt
│   │   │   │   │   ├── southernrightwhale_high.rst.txt
│   │   │   │   │   ├── southernrightwhale_low.rst.txt
│   │   │   │   │   ├── southernrightwhale.rst.txt
│   │   │   │   │   ├── spectacledporpoise_high.rst.txt
│   │   │   │   │   ├── spectacledporpoise_low.rst.txt
│   │   │   │   │   ├── spectacledporpoise.rst.txt
│   │   │   │   │   ├── spermwhale_high.rst.txt
│   │   │   │   │   ├── spermwhale_low.rst.txt
│   │   │   │   │   ├── spermwhale.rst.txt
│   │   │   │   │   ├── spermwhaletail_high.rst.txt
│   │   │   │   │   ├── spermwhaletail_low.rst.txt
│   │   │   │   │   ├── spermwhaletail.rst.txt
│   │   │   │   │   ├── srightwhaledolphin_high.rst.txt
│   │   │   │   │   ├── srightwhaledolphin_low.rst.txt
│   │   │   │   │   ├── srightwhaledolphin.rst.txt
│   │   │   │   │   ├── stripeddolphin_high.rst.txt
│   │   │   │   │   ├── stripeddolphin_low.rst.txt
│   │   │   │   │   ├── stripeddolphin.rst.txt
│   │   │   │   │   ├── unidentifiedbeakedwhale_high.rst.txt
│   │   │   │   │   ├── unidentifiedbeakedwhale_low.rst.txt
│   │   │   │   │   ├── unidentifiedbeakedwhale.rst.txt
│   │   │   │   │   ├── unidentifieddolphin_high.rst.txt
│   │   │   │   │   ├── unidentifieddolphin_low.rst.txt
│   │   │   │   │   ├── unidentifieddolphin.rst.txt
│   │   │   │   │   ├── unidentifiedwhale_high.rst.txt
│   │   │   │   │   ├── unidentifiedwhale_low.rst.txt
│   │   │   │   │   └── unidentifiedwhale.rst.txt
│   │   │   │   ├── geology
│   │   │   │   │   ├── geo-cleavage_hor.rst.txt
│   │   │   │   │   ├── geo-cleavage.rst.txt
│   │   │   │   │   ├── geo-cleavage_vert.rst.txt
│   │   │   │   │   ├── geo-foliation-2.rst.txt
│   │   │   │   │   ├── geo-foliation-3.rst.txt
│   │   │   │   │   ├── geo-foliation_hor.rst.txt
│   │   │   │   │   ├── geo-foliation.rst.txt
│   │   │   │   │   ├── geo-foliation_vert.rst.txt
│   │   │   │   │   ├── geo-joint_hor.rst.txt
│   │   │   │   │   ├── geo-joint.rst.txt
│   │   │   │   │   ├── geo-joint_vert.rst.txt
│   │   │   │   │   ├── geo-lineation-2.rst.txt
│   │   │   │   │   ├── geo-lineation-3.rst.txt
│   │   │   │   │   ├── geo-lineation_hor.rst.txt
│   │   │   │   │   ├── geo-lineation.rst.txt
│   │   │   │   │   ├── geo-lineation_vert.rst.txt
│   │   │   │   │   ├── Geology.rst.txt
│   │   │   │   │   ├── geo-plane_gentle.rst.txt
│   │   │   │   │   ├── geo-plane_hor.rst.txt
│   │   │   │   │   ├── geo-plane_inv.rst.txt
│   │   │   │   │   ├── geo-plane_medium.rst.txt
│   │   │   │   │   ├── geo-plane_rake.rst.txt
│   │   │   │   │   ├── geo-plane.rst.txt
│   │   │   │   │   ├── geo-plane_steep.rst.txt
│   │   │   │   │   ├── geo-plane_und.rst.txt
│   │   │   │   │   └── geo-plane_vert.rst.txt
│   │   │   │   └── misc
│   │   │   │   └── pirata.rst.txt
│   │   │   ├── users-contrib-symbols.rst.txt
│   │   │   ├── wiggle.rst.txt
│   │   │   └── xyz2grd.rst.txt
│   │   ├── spectrum1d.html
│   │   ├── sph2grd.html
│   │   ├── sphdistance.html
│   │   ├── sphinterpolate.html
│   │   ├── sphtriangulate.html
│   │   ├── splitxyz.html
│   │   ├── _static
│   │   │   ├── basic.css
│   │   │   ├── css
│   │   │   │   ├── badge_only.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   ├── fontawesome-webfont.woff2
│   │   │   │   │   ├── lato-bold-italic.woff
│   │   │   │   │   ├── lato-bold-italic.woff2
│   │   │   │   │   ├── lato-bold.woff
│   │   │   │   │   ├── lato-bold.woff2
│   │   │   │   │   ├── lato-normal-italic.woff
│   │   │   │   │   ├── lato-normal-italic.woff2
│   │   │   │   │   ├── lato-normal.woff
│   │   │   │   │   ├── lato-normal.woff2
│   │   │   │   │   ├── Roboto-Slab-Bold.woff
│   │   │   │   │   ├── Roboto-Slab-Bold.woff2
│   │   │   │   │   ├── Roboto-Slab-Regular.woff
│   │   │   │   │   └── Roboto-Slab-Regular.woff2
│   │   │   │   └── theme.css
│   │   │   ├── doctools.js
│   │   │   ├── documentation_options.js
│   │   │   ├── favicon.png
│   │   │   ├── file.png
│   │   │   ├── jquery-3.5.1.js
│   │   │   ├── jquery.js
│   │   │   ├── js
│   │   │   │   ├── badge_only.js
│   │   │   │   └── theme.js
│   │   │   ├── language_data.js
│   │   │   ├── minus.png
│   │   │   ├── plus.png
│   │   │   ├── pygments.css
│   │   │   ├── searchtools.js
│   │   │   ├── style.css
│   │   │   ├── underscore-1.3.1.js
│   │   │   ├── underscore.js
│   │   │   └── version_switch.js
│   │   ├── std-opts-classic.html
│   │   ├── std-opts.html
│   │   ├── subplot.html
│   │   ├── supplements
│   │   │   ├── geodesy
│   │   │   │   ├── earthtide.html
│   │   │   │   ├── gpsgridder.html
│   │   │   │   ├── psvelo.html
│   │   │   │   └── velo.html
│   │   │   ├── gshhg
│   │   │   │   └── gshhg.html
│   │   │   ├── img
│   │   │   │   ├── img2google.html
│   │   │   │   └── img2grd.html
│   │   │   ├── mgd77
│   │   │   │   ├── mgd77convert.html
│   │   │   │   ├── mgd77header.html
│   │   │   │   ├── mgd77info.html
│   │   │   │   ├── mgd77list.html
│   │   │   │   ├── mgd77magref.html
│   │   │   │   ├── mgd77manage.html
│   │   │   │   ├── mgd77path.html
│   │   │   │   ├── mgd77sniffer.html
│   │   │   │   ├── mgd77track-classic.html
│   │   │   │   └── mgd77track.html
│   │   │   ├── potential
│   │   │   │   ├── gmtflexure.html
│   │   │   │   ├── gmtgravmag3d.html
│   │   │   │   ├── gravfft.html
│   │   │   │   ├── grdflexure.html
│   │   │   │   ├── grdgravmag3d.html
│   │   │   │   ├── grdredpol.html
│   │   │   │   ├── grdseamount.html
│   │   │   │   ├── talwani2d.html
│   │   │   │   └── talwani3d.html
│   │   │   ├── segy
│   │   │   │   ├── pssegy.html
│   │   │   │   ├── pssegyz.html
│   │   │   │   ├── segy2grd.html
│   │   │   │   ├── segy.html
│   │   │   │   └── segyz.html
│   │   │   ├── seis
│   │   │   │   ├── coupe.html
│   │   │   │   ├── meca.html
│   │   │   │   ├── polar.html
│   │   │   │   ├── pscoupe.html
│   │   │   │   ├── psmeca.html
│   │   │   │   ├── pspolar.html
│   │   │   │   ├── pssac.html
│   │   │   │   └── sac.html
│   │   │   ├── spotter
│   │   │   │   ├── backtracker.html
│   │   │   │   ├── gmtpmodeler.html
│   │   │   │   ├── grdpmodeler.html
│   │   │   │   ├── grdrotater.html
│   │   │   │   ├── grdspotter.html
│   │   │   │   ├── hotspotter.html
│   │   │   │   ├── originater.html
│   │   │   │   ├── polespotter.html
│   │   │   │   ├── rotconverter.html
│   │   │   │   └── rotsmoother.html
│   │   │   └── x2sys
│   │   │   ├── x2sys_binlist.html
│   │   │   ├── x2sys_cross.html
│   │   │   ├── x2sys_datalist.html
│   │   │   ├── x2sys_get.html
│   │   │   ├── x2sys_init.html
│   │   │   ├── x2sys_list.html
│   │   │   ├── x2sys_merge.html
│   │   │   ├── x2sys_put.html
│   │   │   ├── x2sys_report.html
│   │   │   └── x2sys_solve.html
│   │   ├── surface.html
│   │   ├── switching.html
│   │   ├── ternary.html
│   │   ├── text.html
│   │   ├── trend1d.html
│   │   ├── trend2d.html
│   │   ├── triangulate.html
│   │   ├── tutorial
│   │   │   ├── intro.html
│   │   │   ├── session-1.html
│   │   │   ├── session-2.html
│   │   │   ├── session-3.html
│   │   │   └── session-4.html
│   │   ├── tutorial.html
│   │   ├── users-contrib-scripts
│   │   │   └── vertical-slice.html
│   │   ├── users-contrib-scripts.html
│   │   ├── users-contrib-symbols
│   │   │   ├── biology
│   │   │   │   ├── atlantwhitesided_high.html
│   │   │   │   ├── atlantwhitesided.html
│   │   │   │   ├── atlantwhitesided_low.html
│   │   │   │   ├── beluga_high.html
│   │   │   │   ├── beluga.html
│   │   │   │   ├── beluga_low.html
│   │   │   │   ├── bottlenose_high.html
│   │   │   │   ├── bottlenose.html
│   │   │   │   ├── bottlenose_low.html
│   │   │   │   ├── bowhead_high.html
│   │   │   │   ├── bowhead.html
│   │   │   │   ├── bowhead_low.html
│   │   │   │   ├── burmeistersporpoise_high.html
│   │   │   │   ├── burmeistersporpoise.html
│   │   │   │   ├── burmeistersporpoise_low.html
│   │   │   │   ├── Cetacea.html
│   │   │   │   ├── commondolphin_high.html
│   │   │   │   ├── commondolphin.html
│   │   │   │   ├── commondolphin_low.html
│   │   │   │   ├── commondolphin_midhigh.html
│   │   │   │   ├── commondolphin_midlow.html
│   │   │   │   ├── commonporpoise_high.html
│   │   │   │   ├── commonporpoise.html
│   │   │   │   ├── commonporpoise_low.html
│   │   │   │   ├── cuviersbeaked_high.html
│   │   │   │   ├── cuviersbeaked.html
│   │   │   │   ├── cuviersbeaked_low.html
│   │   │   │   ├── finwhale_high.html
│   │   │   │   ├── finwhale.html
│   │   │   │   ├── finwhale_low.html
│   │   │   │   ├── graywhale_high.html
│   │   │   │   ├── graywhale.html
│   │   │   │   ├── graywhale_low.html
│   │   │   │   ├── humpbacktail_one.html
│   │   │   │   ├── humpbacktail_one_low.html
│   │   │   │   ├── humpbacktail_two.html
│   │   │   │   ├── humpbacktail_two_low.html
│   │   │   │   ├── jumpback_high.html
│   │   │   │   ├── jumpback.html
│   │   │   │   ├── jumpback_low.html
│   │   │   │   ├── killerwhale_high.html
│   │   │   │   ├── killerwhale.html
│   │   │   │   ├── killerwhale_low.html
│   │   │   │   ├── longfinnedpilotwhale_high.html
│   │   │   │   ├── longfinnedpilotwhale.html
│   │   │   │   ├── longfinnedpilotwhale_low.html
│   │   │   │   ├── minkewhale_high.html
│   │   │   │   ├── minkewhale.html
│   │   │   │   ├── minkewhale_low.html
│   │   │   │   ├── northernrightwhale_high.html
│   │   │   │   ├── northernrightwhale.html
│   │   │   │   ├── northernrightwhale_low.html
│   │   │   │   ├── pigmyspermwhale_high.html
│   │   │   │   ├── pigmyspermwhale.html
│   │   │   │   ├── pigmyspermwhale_low.html
│   │   │   │   ├── rissosdolphin_high.html
│   │   │   │   ├── rissosdolphin.html
│   │   │   │   ├── rissosdolphin_low.html
│   │   │   │   ├── seiwhale_high.html
│   │   │   │   ├── seiwhale.html
│   │   │   │   ├── seiwhale_low.html
│   │   │   │   ├── shortfinnedpilotwhale_high.html
│   │   │   │   ├── shortfinnedpilotwhale.html
│   │   │   │   ├── shortfinnedpilotwhale_low.html
│   │   │   │   ├── southernrightwhale_high.html
│   │   │   │   ├── southernrightwhale.html
│   │   │   │   ├── southernrightwhale_low.html
│   │   │   │   ├── spectacledporpoise_high.html
│   │   │   │   ├── spectacledporpoise.html
│   │   │   │   ├── spectacledporpoise_low.html
│   │   │   │   ├── spermwhale_high.html
│   │   │   │   ├── spermwhale.html
│   │   │   │   ├── spermwhale_low.html
│   │   │   │   ├── spermwhaletail_high.html
│   │   │   │   ├── spermwhaletail.html
│   │   │   │   ├── spermwhaletail_low.html
│   │   │   │   ├── srightwhaledolphin_high.html
│   │   │   │   ├── srightwhaledolphin.html
│   │   │   │   ├── srightwhaledolphin_low.html
│   │   │   │   ├── stripeddolphin_high.html
│   │   │   │   ├── stripeddolphin.html
│   │   │   │   ├── stripeddolphin_low.html
│   │   │   │   ├── unidentifiedbeakedwhale_high.html
│   │   │   │   ├── unidentifiedbeakedwhale.html
│   │   │   │   ├── unidentifiedbeakedwhale_low.html
│   │   │   │   ├── unidentifieddolphin_high.html
│   │   │   │   ├── unidentifieddolphin.html
│   │   │   │   ├── unidentifieddolphin_low.html
│   │   │   │   ├── unidentifiedwhale_high.html
│   │   │   │   ├── unidentifiedwhale.html
│   │   │   │   └── unidentifiedwhale_low.html
│   │   │   ├── geology
│   │   │   │   ├── geo-cleavage_hor.html
│   │   │   │   ├── geo-cleavage.html
│   │   │   │   ├── geo-cleavage_vert.html
│   │   │   │   ├── geo-foliation-2.html
│   │   │   │   ├── geo-foliation-3.html
│   │   │   │   ├── geo-foliation_hor.html
│   │   │   │   ├── geo-foliation.html
│   │   │   │   ├── geo-foliation_vert.html
│   │   │   │   ├── geo-joint_hor.html
│   │   │   │   ├── geo-joint.html
│   │   │   │   ├── geo-joint_vert.html
│   │   │   │   ├── geo-lineation-2.html
│   │   │   │   ├── geo-lineation-3.html
│   │   │   │   ├── geo-lineation_hor.html
│   │   │   │   ├── geo-lineation.html
│   │   │   │   ├── geo-lineation_vert.html
│   │   │   │   ├── Geology.html
│   │   │   │   ├── geo-plane_gentle.html
│   │   │   │   ├── geo-plane_hor.html
│   │   │   │   ├── geo-plane.html
│   │   │   │   ├── geo-plane_inv.html
│   │   │   │   ├── geo-plane_medium.html
│   │   │   │   ├── geo-plane_rake.html
│   │   │   │   ├── geo-plane_steep.html
│   │   │   │   ├── geo-plane_und.html
│   │   │   │   └── geo-plane_vert.html
│   │   │   └── misc
│   │   │   └── pirata.html
│   │   ├── users-contrib-symbols.html
│   │   ├── wiggle.html
│   │   └── xyz2grd.html
│   └── supplements
│   ├── geodesy
│   │   └── README.geodesy
│   ├── gshhg
│   │   └── README.gshhg
│   ├── img
│   │   └── README.img
│   ├── mgd77
│   │   └── README.mgd77
│   ├── potential
│   │   └── README.potential
│   ├── segy
│   │   └── README.segy
│   ├── seis
│   │   └── README.seis
│   ├── spotter
│   │   ├── README.spotter
│   │   └── spotter.sh
│   └── x2sys
│   ├── README.x2sys
│   └── test_x2sys.sh
├── gmt
│   ├── cpt
│   │   ├── abyss.cpt
│   │   ├── acton.cpt
│   │   ├── bamako.cpt
│   │   ├── bathy.cpt
│   │   ├── batlow.cpt
│   │   ├── berlin.cpt
│   │   ├── bilbao.cpt
│   │   ├── broc.cpt
│   │   ├── buda.cpt
│   │   ├── categorical.cpt
│   │   ├── cool.cpt
│   │   ├── copper.cpt
│   │   ├── cork.cpt
│   │   ├── cubhelix.cpt
│   │   ├── cyclic.cpt
│   │   ├── davos.cpt
│   │   ├── dem1.cpt
│   │   ├── dem2.cpt
│   │   ├── dem3.cpt
│   │   ├── dem4.cpt
│   │   ├── devon.cpt
│   │   ├── drywet.cpt
│   │   ├── earth.cpt
│   │   ├── elevation.cpt
│   │   ├── etopo1.cpt
│   │   ├── gebco.cpt
│   │   ├── geo.cpt
│   │   ├── globe.cpt
│   │   ├── grayC.cpt
│   │   ├── gray.cpt
│   │   ├── hawaii.cpt
│   │   ├── haxby.cpt
│   │   ├── hot.cpt
│   │   ├── ibcso.cpt
│   │   ├── imola.cpt
│   │   ├── inferno.cpt
│   │   ├── jet.cpt
│   │   ├── lajolla.cpt
│   │   ├── lapaz.cpt
│   │   ├── lisbon.cpt
│   │   ├── mag.cpt
│   │   ├── magma.cpt
│   │   ├── nighttime.cpt
│   │   ├── no_green.cpt
│   │   ├── nuuk.cpt
│   │   ├── ocean.cpt
│   │   ├── oleron.cpt
│   │   ├── oslo.cpt
│   │   ├── paired.cpt
│   │   ├── panoply.cpt
│   │   ├── plasma.cpt
│   │   ├── polar.cpt
│   │   ├── rainbow.cpt
│   │   ├── red2green.cpt
│   │   ├── relief.cpt
│   │   ├── roma.cpt
│   │   ├── seafloor.cpt
│   │   ├── sealand.cpt
│   │   ├── seis.cpt
│   │   ├── split.cpt
│   │   ├── srtm.cpt
│   │   ├── terra.cpt
│   │   ├── tofino.cpt
│   │   ├── tokyo.cpt
│   │   ├── topo.cpt
│   │   ├── turbo.cpt
│   │   ├── turku.cpt
│   │   ├── vik.cpt
│   │   ├── viridis.cpt
│   │   ├── world.cpt
│   │   └── wysiwyg.cpt
│   ├── custom
│   │   ├── astroid.def
│   │   ├── circle.def
│   │   ├── cross.def
│   │   ├── crosshair.def
│   │   ├── deltoid.def
│   │   ├── diamond.def
│   │   ├── flash.def
│   │   ├── gmt_custom_symbols.conf
│   │   ├── hexagon.def
│   │   ├── hlens.def
│   │   ├── hlozenge.def
│   │   ├── hneedle.def
│   │   ├── hurricane.def
│   │   ├── invtriangle.def
│   │   ├── lcrescent.def
│   │   ├── lflag.def
│   │   ├── ltriangle.def
│   │   ├── meca.def
│   │   ├── octagon.def
│   │   ├── pacman.def
│   │   ├── pentagon.def
│   │   ├── QR.eps
│   │   ├── QR_transparent.eps
│   │   ├── rcrescent.def
│   │   ├── rflag.def
│   │   ├── rtriangle.def
│   │   ├── sectoid.def
│   │   ├── square.def
│   │   ├── squaroid.def
│   │   ├── star3.def
│   │   ├── star4.def
│   │   ├── star.def
│   │   ├── starp.def
│   │   ├── sun.def
│   │   ├── triangle.def
│   │   ├── trirot1.def
│   │   ├── trirot2.def
│   │   ├── trirot3.def
│   │   ├── trirot4.def
│   │   ├── vlens.def
│   │   ├── vlozenge.def
│   │   ├── vneedle.def
│   │   └── volcano.def
│   ├── localization
│   │   ├── gmt_cn1.locale
│   │   ├── gmt_cn2.locale
│   │   ├── gmt_de.locale
│   │   ├── gmt_dk.locale
│   │   ├── gmt_eh.locale
│   │   ├── gmt_es.locale
│   │   ├── gmt_fi.locale
│   │   ├── gmt_fr.locale
│   │   ├── gmt_gr.locale
│   │   ├── gmt_hi.locale
│   │   ├── gmt_hu.locale
│   │   ├── gmt_ie.locale
│   │   ├── gmt_il.locale
│   │   ├── gmt_is.locale
│   │   ├── gmt_it.locale
│   │   ├── gmt_jp.locale
│   │   ├── gmt_kr.locale
│   │   ├── gmt_nl.locale
│   │   ├── gmt_no.locale
│   │   ├── gmt_pl.locale
│   │   ├── gmt_pt.locale
│   │   ├── gmt_ru.locale
│   │   ├── gmt_se.locale
│   │   ├── gmt_sg.locale
│   │   ├── gmt_to.locale
│   │   ├── gmt_tr.locale
│   │   ├── gmt_uk.locale
│   │   └── gmt_us.locale
│   ├── mgd77
│   │   ├── Dst_all.wdc
│   │   ├── F107_mon.plt
│   │   ├── mgd77_paths.txt
│   │   └── umdl.CM4
│   ├── mgg
│   │   ├── carter.d
│   │   └── gmtfile_paths
│   ├── spotter
│   │   ├── Global_250-0Ma_Rotations_2019_v2.rot
│   │   └── Global_EarthByte_Plate_ID_Table.txt
│   ├── tools
│   │   ├── gmt5syntax
│   │   ├── gmt_aliases.csh
│   │   ├── gmt_functions.sh
│   │   ├── gmt_links.sh
│   │   ├── gmt_prepmex.sh
│   │   ├── gmt_uninstall.sh
│   │   ├── img2google
│   │   └── ncdeflate
│   └── x2sys
│   ├── dat.fmt
│   ├── geo.fmt
│   ├── geoz.fmt
│   ├── gmt.fmt
│   ├── mgd77.fmt
│   ├── mgd77+.fmt
│   ├── xy.fmt
│   └── xyz.fmt
└── man
└── man1
├── gmt.1.gz
├── gmt-config.1.gz
├── gmt_shell_functions.sh.1.gz
├── gmtswitch.1.gz
└── isogmt.1.gz
159 directories, 1601 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment