Oleksandr Huziy
Oleksandr Huziy
## Rationale The tricontourf fails with the dataset I have, because the `vertices` parameter in `quick_vertices_transform` is empty. ## Implications ## Checklist * [ ] If you have not already...
Hi: I've recently tried to install basemap using pip on my fedora 23 in py3.4 virtual environment, but: ``` !bash (py3.4) huziy at thinkpad in ~/Python/Projects/PyNotebooks on master* $ pip...
Hi: Does anyone know how to convert rotpole projection to ESRI format, to write data into a shape file? I tried to do it using basemap.proj4string, and then pycrs or...
I have another indication that there might be something wrong in case of the rotpole projection, I'll try to make an example with that, later when I have some time....
I know this is might not be an issue for fort or gfortran ( for sure not an issue - tested) but with 14.4 compiling tests fails: $ make s.f90...
Hi: I am trying to parse a table contents on a [page](https://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/twl-mne/inventory-inventaire/sd-ds-eng.asp?no=9422&user=isdm-gdsi®ion=MEDS) containing 1 normal table (the one I am interested in) and other tables (paginated). I think I can...
Hi: I would like to wrap some code that uses derived types into python and was wondering if fwrap works for modules with dependencies, the dependencies are included in the...
### Description I am trying to plot a field on a stereographic projection with contourf. The contourf fails if lat/lon are provided along with the transformation. It seems to be...
In python 3, field values of shapefile are parsed in shapefile.py, as shown below: ``` python def u(v): if PYTHON3: if isinstance(v, bytes): # For python 3 decode bytes to...
Hi: I realized that when `lsq=best` falls back to `lsq=normal` which fails when we pass a long timeseries with missing values. Here is the reproducer: ```python import ttide import matplotlib.pyplot...