Skip to content

Pygmt surface module feature request #1660

@pragyantpradab

Description

@pragyantpradab

Description of the desired feature
pygmt surface function has been missing some important arguments from gmt like -Ll , -Lu , -C, -M, which are vary important when using surface function to create grid data from xyz data.

pygmt surface function has been missing some important arguments from gmt like -Ll , -Lu , -C, -M, which are vary important when using surface function to create grid data from xyz data.

-Lllower and -Luupper
Impose limits on the output solution. llower sets the lower bound. lower can be the name of a grid file with lower bound values, a fixed value, d to set to minimum input value, or u for unconstrained [Default]. uupper sets the upper bound and can be the name of a grid file with upper bound values, a fixed value, d to set to maximum input value, or u for unconstrained [Default]. Grid files used to set the limits may contain NaNs. In the presence of NaNs, the limit of a node masked with NaN is unconstrained.

-Cconvergence_limit[%]
Convergence limit. Iteration is assumed to have converged when the maximum absolute change in any grid value is less than convergence_limit. (Units same as data z units). Alternatively, give limit in percentage of rms deviation by appending %. [Default is scaled 10^-4 to of the root-mean-square deviation of the data from a best-fit (least-squares) plane.]. This is the final convergence limit at the desired grid spacing; for intermediate (coarser) grids the effective convergence limit is divided by the grid spacing multiplier.

Are you willing to help implement and maintain this feature? Yes/No
yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImproving an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions