Wei Ji
Wei Ji
This reminds me of the FOSS4GOceania 2019 workshop material I made at #317, and the ROSES 2020 stuff which @liamtoney made at #613. As a start, we could probably expose...
Another thing we could do is to take the existing user guide and divide it into sections, going from the basics to intermediate stuff. For advanced stuff, I was thinking...
Just mentioning that we've submitted a tutorial proposal for Scipy 2021 (see https://github.com/GenericMappingTools/scipy2021) :wink: In terms of this issue, how should we proceed and/or what exactly is it that we...
Welcome @whyjz! Thanks for providing the links, I think that your website is really well thought out, and it fills in an important gap we have on the ['understanding-orientated'](https://documentation.divio.com/#about-the-system) side...
Here are the number of test images grouped by module-name at commit 561eb41edc9abfcb27839c2f8d9c6b4fd77f4616. Maybe we can start opening individual PRs for the modules with >10 baseline images like `plot`, `text`,...
> Another possible option: running `dvc pull` twice. Not sure if it works. Or if you want to give @seisman's suggestion a quick try, could modify https://github.com/GenericMappingTools/pygmt/blob/561eb41edc9abfcb27839c2f8d9c6b4fd77f4616/.github/workflows/ci_tests.yaml#L120-L124 to use https://github.com/nick-fields/retry/tree/v2.8.1#only-retry-after-error....
> > On the implementation, here are 2 ideas on how to integrate `contextily` basemaps with `pygmt`. > > > > 1. Have an additional option under `fig.basemap` which allows...
Started a Pull Request at #2125 for ~`load_map_tiles`~ `load_tile_map` (renamed based on https://github.com/GenericMappingTools/pygmt/pull/2125#discussion_r1089730111). To jump ahead a little bit, this is the code I'm currently using to plot the 3-band...
Hi @Sarenrenegade, thanks for trying out PyGMT! What you described on creating an animation seems to be the job for https://docs.generic-mapping-tools.org/6.4/movie.html (see also GMT animation gallery at https://docs.generic-mapping-tools.org/6.4/animations.html and feature...
> The (simplified) function I use to generate the images is below : Do you think using gmt end in my loop is wise? If the for-loop is run **one-by-one**,...