YiZhangCUG / gmt_API_example

examples for using GMT's c_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gmt_API_example

Examples for using GMT's C_API

What's GMT?

The Generic Mapping Tools (GMT) are widely used across the Earth, Ocean, and Planetary sciences and beyond. A diverse community uses GMT to process data, generate publication-quality illustrations, automate workflows, and make animations. Scientific journals, posters at meetings, Wikipedia pages, and many more publications display illustrations made by GMT. And the best part: it is free, open source software licensed under the LGPL.

For those who wants to know more, please go to GMT_site.

What are these examples?

  • example1: call a GMT module to gridding a table data.
  • example2: read a grid file and call GMT modules to plot the grid to an image file.
  • example3: create a GMT grid container and call GMT modules to plot the grid to an image file.

How to run the examples?

Simply go to a example folder and run the compile.sh.

About

examples for using GMT's c_api

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:Shell 4.3%