Wei Ji

Results 343 comments of Wei Ji

After some more searching, I found that the multi-user feature is on their current roadmap (see https://about.zenodo.org/roadmap/), and due for (Northern Hemisphere) autumn 2020 according to https://github.com/zenodo/zenodo/issues/35 and https://github.com/zenodo/zenodo/issues/151. So...

Just an update, things appear to have been pushed out to (Northern Hemisphere) autumn 2021 (see https://github.com/zenodo/zenodo/issues/810#issuecomment-753917462). The multi-curator feature will likely come to InvenioRDM in May 2021 (see https://inveniosoftware.org/products/rdm/roadmap...

> @weiji14 Are you planning on getting this into v0.5.0? I was, but there's some complication with the API design (see #1555), so might need to move it to v0.6.0.

Can I work on this @maxrjones? Got some time to spare right now so I can open a PR. Edit: went ahead and started one for the bug report template...

GMT has a [`gmtdefaults`](https://docs.generic-mapping-tools.org/dev/gmtdefaults.html) function that may help with this. However, it might not respect the user's [`gmt.conf`](https://docs.generic-mapping-tools.org/dev/gmt.conf.html) properly (correct me if I'm wrong)? Was actually mentioned in https://github.com/GenericMappingTools/pygmt/pull/293#pullrequestreview-312313145 when...

> > Yes, continuing sounds good. Here's how I imagine the API looking with the various clip options being organized in a single namespace: > > ``` > > import...

Hi @espiritocz, glad to see someone checking out the EGU short course materials! From the sounds of what you're trying to do (click on a map to get lon/lat coordinates),...

Ah ok, so if you just want to convert image x y coordinates to longitude and latitude, that can be done with an affine transform that encodes information about the...

The single lonlat to xy conversion could be considered as a feature request for [`mapproject`](https://docs.generic-mapping-tools.org/6.4/mapproject.html) to be wrapped in PyGMT. I'll reopen this issue to keep track.

Xarray has patched this in https://github.com/pydata/xarray/pull/6821, but it will be a while before an xarray 2022.8.0 or 2022.9.0 release is made that contains this patch, we've workaround this in PyGMT...