gmt
gmt copied to clipboard
The Generic Mapping Tools
There are two issues addressed in this PR: 1. There is a check to parse txt_c for z-values given via **+w** on line 2359 but the count _k_ is not...
This works (no tiling since one grid): gmt grdimage @earth_relief_06m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c -B -png m6 This looks very sad (all tiles are present on disk): gmt grdimage @earth_relief_05m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c...
From [coast man](https://docs.generic-mapping-tools.org/dev/pscoast.html#e): *Append =continent to specify a continent, using either the full names or the abbreviations AG (Africa), AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), OC (Oceania), NA...
As reported on the [forum](https://forum.generic-mapping-tools.org/t/the-inset-picture-doesnt-displayed/2677), **inset** used in subplot panels fails in terms of placement. Clearly the -Dj setting is computing strange placement coordinates. In the original post, the BR...
To convert a shapefile to OGR/GMT format, ogr2ogr needs the data file (`.shp`) and some metadata files (e.g., `.shx`). If the `.shx` file is not found, org2ogr fails to do...
Not sure it is a bug but it seems that `inset` doesn't retain history within its block. Is it on purpose ? Guillaume
**Description of the desired feature** I am not sure if we are catching any problems related to our OpenMP implementation. Because most times when I run tests (and probably the...
For those who did not install DCW from a tarball or Linux distributions, GMT will download the latest from the gmt server. However, until this PR there was no mechanism...
**Description of the problem** The general issue here is the problem of Matlab, Julia, and Python finding the right GMT libraries and dependencies. For the GMT/MEX toolbox the only way...
**Description of proposed changes** See #6080 for background. After much forensics I learned that the failing contour reported a clockwise (CW) polygon whereas all others are counter-clockwise (CCW). Due to...