gmt icon indicating copy to clipboard operation
gmt copied to clipboard

The Generic Mapping Tools

Results 257 gmt issues
Sort by recently updated
recently updated
newest added

Sorry, not exactly sure how to label this. I have been using ```grdinterpolate``` to get 2-d depth slices from 3-d netCDF cubes of seismic tomography models (i.e., with longitude, latitude,...

feature request

See also GMT.jl issue [#1808](https://github.com/GenericMappingTools/GMT.jl/issues/1808) ``` gmt pscoast -Rg -JF180/0/60/3 -Baf -BWSen -Ggray -Sblue -Da -P -K > lixo.ps gmt pscoast -Rg -JF180/0/60/3 -B -X3 -p90/90 -Ggray -Sblue -Da -O...

bug

I see that gmt spatial -Sb bust be in data units, such as degrees. Is it possible to add a feature where we can specify the unit we want to...

feature request

Hi there, Currently the only available module to simplify lines is `simplify`, using Douglas-Peucker algorithm. The known issue has to do with intercept between lines. Would it be possible to...

feature request

See this GMT.jl [issue](https://github.com/GenericMappingTools/GMT.jl/issues/1797). This is something that can only occur from externals, and maybe not from PyGMT because it restarts the GMT API very often. But in Julia or...

bug

In #8778 8 geological CPT were included in GMT. We need to edit the docs to include these additions. I think that only this page has to be updated. https://docs.generic-mapping-tools.org/dev/reference/cpts.html

feature request
documentation

gmt coast -R56.30993247/-51.13501850/-123.69006753/-51.13501850+r -Js-180/-90/1:50000000 -Baf -BWSen -W1 -png lixo ------- Image starts here. You must scroll down to see the rest. -------- ![Image](https://github.com/user-attachments/assets/e3eba12d-b22f-4ee4-8b11-f4ebdae47717)

bug

Please add Copernicus Glo-30 DEM to available set of DEM products in GMT. **Are you willing to help implement and maintain this feature?** No

feature request

See this Forum [post](https://forum.generic-mapping-tools.org/t/lines-appear-when-the-resolution-is-increased/6011/2) The problem is not in grdimage but on the grid that is fed to it. ``` gmt grdcut @earth_relief_03s -R139.8/140.2/39/40 -Glixo.grd grdblend [ERROR]: Failed to delete...

bug

1. `+g` behaves strange with `+w` , but single modifer works fine. ``` bash gmt begin panels png gmt subplot begin 2x2 -Ff6c+w1p,-+gyellow -R0/10/0/10 gmt basemap -c gmt subplot end...

bug