gmt
gmt copied to clipboard
The Generic Mapping Tools
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,...
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...
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...
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...
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...
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
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. -------- 
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
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...
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...