v1.18.0
GMT v1.18.0
Merged pull requests:
- Add workarounds for when GDAL refuses to recognize geog coords in nc cubes. (#1510) (@joa-quim)
- Add new methods to several functions. Fix a couple issues. (#1511) (@joa-quim)
- Add support in gmt2gd to the wkbPolygonZM geometry. (#1512) (@joa-quim)
- Make grdview & plot3 always inherit -R and -p existing settings. (#1513) (@joa-quim)
- Set a new default view azim of 217.5 like in Matlab. (#1514) (@joa-quim)
- Finish the grid2tri function that created 3D triangulated bodies from grids. (#1515) (@joa-quim)
- Add code to detect gridtri datasets and set sensible defaults to it. (#1516) (@joa-quim)
- Change the gridtri DS geometry to wkbLineStringZ (#1517) (@joa-quim)
- Fix again the modified logic to detect polygons in gmt2gd. (#1518) (@joa-quim)
- Add top_only option and fix usade of the downsample option in grid2tri. (#1519) (@joa-quim)
- Sort the triangles by depth. Make the vwall closed triangles too. (#1520) (@joa-quim)
- Sort triangles by depth. Add option 'geog'. Fix a 'bottom' bug. (#1521) (@joa-quim)
- Fix one situation where we were replacing a -R by empty in a nested call. (#1522) (@joa-quim)
- Restore the paper mode facility that was broken by the explicit R change (#1523) (@joa-quim)
- Add a vizpdf function. (#1524) (@joa-quim)
- Set the right proj4 string when reading the cached planets grids. (#1525) (@joa-quim)
- Check if GMTgrids have a cpt field and use in case yes. (#1526) (@joa-quim)
- One more gc try and some type signatures. (#1527) (@joa-quim)
- Fix parsing bug that could result a double -E (#1528) (@joa-quim)
- Add type signatures and function barriers in gmtread (#1529) (@joa-quim)
- Add and move type signatures. Fix a methods invalidation in extrema (complex case) (#1530) (@joa-quim)
- Revert the cat_1_arg story again because it lacked colnames. Move a chunk code is psxy to a function. (#1531) (@joa-quim)
- Add a new function to easy up the call of remote grids (#1532) (@joa-quim)
- Add a method for help docs (#1533) (@joa-quim)
- Remove a line where "_g" was always added to remote grids to shut up a warning. (#1534) (@joa-quim)
- Fix a situation when using a nested psclip raised by the change to -R (#1535) (@joa-quim)
Closed issues:
- Register v"1.16.0" (#1491)