Wei Ji

Results 343 comments of Wei Ji

:atom: [Atom](https://atom.io/) Editor please!

I'm getting the exact same `doctest.h:4189:47: error: size of array ‘altStackMem’` error on Ubuntu 22.04, is there a workaround for this at the moment?

Note to self, get `libgmt` packaged, and update/patch code on PyGMT to fix this error https://app.circleci.com/pipelines/github/pyodide/pyodide/4095/workflows/6cd9a4d7-2f51-4f0b-ae57-15cd7be70b42/jobs/45300?invite=true#step-102-701: ```python-traceback ----------------------------- Captured stdout call ----------------------------- JavascriptException message: Traceback (most recent call last): File...

> @weiji14 this would be awesome! Yes, the goal is to have an in-browser version of https://github.com/GenericMappingTools/try-gmt. No install needed to try out PyGMT :smile: > The major challenge will...

Hi there :wave:, I'm interested in adding the color interpretation feature too. We're thinking of integrating `rioxarray` in PyGMT (see thread at https://github.com/GenericMappingTools/pygmt/issues/1555) and would be keen to help out...

Hi there, I've been trying to access the NSIDC OPeNDAP server to programmatically pull down some ICESAT2 data via [`intake-xarray`](https://github.com/intake/intake-xarray/) for the past week and just stumbled on this issue......

Also should mention that plotting shapefiles directly using `plot` and `plot3d` (maybe others too?) is supported. Xref #1616 and https://docs.generic-mapping-tools.org/6.3/cookbook/file-formats.html?highlight=shapefile#shapefiles

> First of all, the existing examples are really, really nice! They helped me a lot understanding the functionality. Thanks for the kind words, glad you found them helpful :smiley:...

I've got the same `GMT_FILE_NOT_FOUND` error when using `grdcut`, but using `gmt which -Ga @earth_gebco_01d_g` works: ``` gmt [INFORMATION]: Downloading file http://oceania.generic-mapping-tools.org/gmt_data_server.txt ... gmt [INFORMATION]: Downloading file http://oceania.generic-mapping-tools.org/gmt_hash_server.txt ... gmtwhich...

> @weiji14 Does the use of `which` request a download from the remote server regardless or if it's cached, or will it use the cached version of the file if...