Víctor Molina García

Results 63 comments of Víctor Molina García

Unfortunately, without more feedback there is not much more that I can do to help. The piece of traceback is typical from not setting `GEOS_DIR` to the appropriate folder. If...

I created a pull request replacing the parentheses with brackets in the problematic code line. This change is not enough to make `example5.py` work again with GMT 5.4.5. The reason...

I changed the default page orientation from `landscape` to `portrait` because I saw this is the default value for older versions and otherwise the examples are generated with a wrong...

I have added some additional changes and therefore renamed the pull request: 1. I have aligned all the "parameter = value" rows as in the defaults from the GMT 5...

> Hello, I was experimenting again with setting CYTHON_LIMITED_API define macro. Is it expected and normal that, e.g. if I build the *.abi3.so with python3.8 and then try to import...

@da-woods Thanks for the clarification about the stability of `CYTHON_LIMITED_API`. For the moment I will just enclose my imports to ABI3 modules with a `warnings.catch_warnings` context, it is not that...

@AgilentGCMS It took me a long while to look at this, but finally I had time to solve it and it will be ready soon in the hotfix release 1.3.5...

The bugfix is already available in the latest `basemap` release 1.3.5 (on PyPI and conda-forge). Thanks for reporting the issue!

@guziy This issue and your fix were included in `basemap` 1.3.3. Since April, a bit of development on the `conda-forge` side has been ongoing, and we now have up-to-date `basemap`...

Hi @SoundsSerious! I am not an expert on Miniforge/Anaconda, but I tried to follow your steps in a clean Miniforge installation on Windows 64-bit and your commands seem to work...