You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue serves as the central place for discussing and tracking the implementation of the grdmask method in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.
This issue serves as the central place for discussing and tracking the implementation of the
grdmaskmethod in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.Documentation
GMT Option Flags and Modifiers
☑️: Implemented; ⬜: To be implemented/discussed;
Strikethrough: Won't implement.-A:steps- Steps for polygon path construction-C:clobber- Clobber mode for selecting polygons (f|l|o|u)-G:outgridWrap grdmask for creating mask grid from polygons or point coverage #4463-I:spacingWrap grdmask for creating mask grid from polygons or point coverage #4463-N:outside/edge/inside/id_startWrap grdmask for creating mask grid from polygons or point coverage #4463-R:regionWrap grdmask for creating mask grid from polygons or point coverage #4463-S:search_radius- Search radius for point coverage mode-V:verboseWrap grdmask for creating mask grid from polygons or point coverage #4463-r:registration- Grid registration (gridline or pixel)-x:cores- Number of cores for multi-threading-a:aspatial- Aspatial column associations-bi:binary_in- Binary input format-di:nodata_in- Replace nodata values with NaN-e:pattern- Data record pattern matching-f:coltypes- Data types of input/output columns-g:gaps- Data gaps and line breaks-h:header- Header record handling-i:incols- Input column selection and transformations-j:distcalc- Distance calculation method-n:interpolation- Interpolation settings-q:inrows- Input row selection-w:wrap- Cyclic coordinate conversion: Use--PAR=valuepygmt.configinsteadRelated GMT configurations
PROJ_ELLIPSOID: Affects distance calculations for geographic coordinatesPROJ_GEODESIC: Method used for geodesic calculationsPROJ_MEAN_RADIUS: Used for spherical distance calculationsLinked Pull Requests
Related Issues and Discussions