Max Jones

Results 88 issues of Max Jones

**Description of proposed changes** Following a couple comments at https://github.com/GenericMappingTools/pygmt/pull/1706, this PR suggests an implementation of GMT's clip module using a `with` statement/context manager. It uses the same style as...

feature

**Description of proposed changes** Adds a link to the SciPy talk in the overview page. Fixes # **Reminders** - [ ] Run `make format` and `make check` to make sure...

documentation
final review call

**Description of the desired feature** The [YAML configured issue forms](https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/) are nice because they provide more obvious structure relative to the markdown issue templates and automatically format Python code. I...

maintenance

**Description of the desired feature** It would be helpful to include an example showing how to specify the projection using EPSG codes in the [projections gallery](https://www.pygmt.org/latest/projections/index.html). Here's a simple example...

good first issue
documentation
help wanted
feature request

**Description of proposed changes** This PR adds an inline example for pygmt.datasets.list_sample_data. It is a possible solution to https://github.com/GenericMappingTools/pygmt/issues/1774 and would be easier to maintain than table/list in the docstring...

documentation
skip-changelog

**Description of the desired feature** The authorship policy added in https://github.com/GenericMappingTools/pygmt/pull/726 is really helpful to have for releases and future papers. I found it a bit more confusing how authorship...

discussions

**Description of proposed changes** This PR adds the guidance from #1599 to the contributing guide and shortens the pull request reminders based on the conversation at https://github.com/GenericMappingTools/pygmt/pull/1629#discussion_r754688480. Fixes #1599 **Preview**:...

documentation

**Description of the desired feature** Most of the PyGMT modules order aliases and arguments alphabetically by the GMT short option. I think it would be helpful to add this convention...

documentation

Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/1284#discussion_r639581006: > Currently, the blockm*/grdtrack modules simply outputs pandas.DataFrame/filenames (see #1099) automatically depending on the input type (2 options). The implementation @willschlitzer made at bf58dc2...

enhancement

**Description of the desired feature** _Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/1092#discussion_r598541899_ - [x] Improve the **input** options for blockmedian, blockmode, and blockmean from only supporting pandas.DataFrame or file to supporting...

enhancement