Max Jones

Results 218 comments of Max Jones

Following up from https://github.com/GenericMappingTools/gmt/pull/6474#issuecomment-1077506566, do you think an example of that mapproject use-case in the new [gmt-examples site](https://www.generic-mapping-tools.org/gmt-examples/) would be sufficient for this issue?

There's an issue with ex44.sh after the recent inset changes. It's odd because the script does not use -X or -Y, but here are the error messages: ``` bash ex44.sh...

The Linux CI tests are run with OpenMP enabled, but with 4 jobs in parallel. Should this be reduced to 1?

I wasn't able to reproduce the bug when building from master on Windows and running the script using Git Bash. ``` $ gmt --version 6.3.0_417760f_2021.07.12 ```

Nice sleuthing. Could the allowable command length be increased instead from `GMT_LEN256`? https://github.com/GenericMappingTools/gmt/blob/85ec5493062bf90c9eb4cd31e958db2024d338aa/src/movie.c#L1320

@seisman, do you know what the coverage `file` parameter would need to be for setting up the action for the GMT repository?

The region is all >60N, so there are no 03s tiles available (The 3 and 1 arc second grids only extend to latitudes ±60˚ and are only available over land.)....

Many of the other options that require additional explanation include references to sections of the cookbook, **-r[g|p]** is a good example. Is that an option? Otherwise, revising to make it...

Wouldn't `gmt subplot begin -Rw/e/s/n -JM15c -p130/20 -Fs15c/?` or `gmt subplot begin -Rw/e/s/n -JM15c -p130/20 -Fs15c/` be more inline with auto-computation elsewhere?

There isn't a straightforward solution to this, apart from adding a git hook for `dvc push` (which I think isn't in line with GMT's dev strategies). While we could add...