Skip to content

Should we say "coast" module, or "coast" method? #1828

@seisman

Description

@seisman

In GMT, coast is called a "module", which makes sense because GMT is a CLI program. In PyGMT, sometimes we say "the coast method", but sometimes we also say "the coast module" (for example, https://www.pygmt.org/dev/get-started/first_figure.html).

In the Python world, a module usually means a Python file with some functions, and one can import the functions in the module using from xxmodule import yyfunc, but that's not the case for a PyGMT "module". I'm afraid it may cause some confusion for non-GMT users.

Should we not say "the coast module", and consitenly say "the coast method" instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedHelping hands are appreciated

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions