*This is the central issue to track the implementation of the `pygmt.grdclip` method.* - GMT doc: https://docs.generic-mapping-tools.org/6.5/grdclip.html - PyGMT doc: https://www.pygmt.org/dev/api/generated/pygmt.grdclip.html - GMT.jl doc: https://www.generic-mapping-tools.org/GMTjl_doc/documentation/modules/grdclip/ ## GMT options *Checked: Implemented; Unchecked: To be implemented/discussed; Strikethrough: Won't implement.* - [x] `<ingrid>` #1261 - [x] `-G<outgrid>` #1261 - [x] `-R`: `region` #1261 - [x] `-Sa<high>/<above>[+e]`: `above` #1261 - [x] `-Sb<low>/<below>[+e]`: `below` #1261 - [x] `-Si<low>/<high>/<between>`: `between` #1261 - [x] `-Sr<old>/<new>`: `new` #1261 - [x] `-V`: `verbose` #1261 - [ ] ~~`--PAR=<value>`~~: Use `pygmt.config()`