anbj

Results 11 issues of anbj

Auto resolution: ``` $ gmt grdimage -R-10/69/15/76r @earth_relief -Js0/90/1:5000000 -pdf test gmt [WARNING]: gmt_get_dataset_tiles: No earth_relief_03s_g tiles available for your region. grdimage [ERROR]: Passing zmax

bug

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...

bug

Is there a reason why many (all?) gmt tools producing spatial output does not pr. default output the OGR/GMT header (*and* aspatial data)? E.g. ``grdcontour``, ``gmtconnect``, ``gmtspatial``, ``block[mean,median,mode]`` etc. In...

feature request

GMT provides several ways of gridding data; * `triangulate` * `nearneighbor` * `greenspline`(?) * `sphinterpolate`(?) * `surface` * more? What about adding a section (where appropriate) and figure/flow chart in...

feature request

The command substitution for ``-R`` in the command below expands to: ``` $ gmt mapproject -WE -RIHO6 -JS0/90/10c -R-13.13780447767911/60.1123216369926/46.78593973599926/72.38367793452505+r ``` ``` $ gmt grdproject @earth_relief_05m $(gmt mapproject -WE -RIHO6 -JS0/90/10c)...

bug

According to the [pscontour](https://docs.generic-mapping-tools.org/dev/pscontour.html) docs, the only required arguments are *table*, *-J* and *-R*. * Should not *-J* be optional? Using *pscontour* with *-D* no plotting will take place, ``-J``...

bug

[grdcontour -T](https://docs.generic-mapping-tools.org/dev/grdcontour.html#t) allows to annotate the centers of closed innermost contours with a label. What about adding the [plot -S](https://docs.generic-mapping-tools.org/dev/plot.html#s) machinery also, so that one may use symbols instead of...

feature request

The contents of *merged.txt* is identical, but the contents of *merged-divide_tree.kml* differs when running **merge_divide_trees** with or without ``-f``. Is this expected? Note I'm only checking **Peaks** in the KML-file....

Background: https://github.com/GenericMappingTools/gmt/pull/8529. See https://github.com/GenericMappingTools/website/pull/154.

documentation

I've built the docs locally, and [ex52](https://docs.generic-mapping-tools.org/dev/gallery/ex53.html) actually loads the image from https://user-images.githubusercontent.com/14077947/123172626-62ca6880-d44b-11eb-8d91-21e448930460.png. Deliberate? I would expect it to load a locally generated version/dvc version, so that you don't need...

bug