Oleksandr Huziy

Results 71 comments of Oleksandr Huziy

I have a similar problem. I think this might be because your domain does not intersect any coastlines? I have this reproducer: ```python # fails from mpl_toolkits.basemap import Basemap import...

@molinav Could you please try to create the following conda environment: ```bash conda create -n py39 python=3.9 basemap ipython conda activate py39 ``` Here are the versions ``` conda list...

* I don't know about conda recipies, but willing to learn, are they in this repo? * @flaviodoliveira could you please check if the latest develop branch fixes the issue...

Yes, I get this as well, I'll try look into this...

Hi: I do not think this is a shiftgrid issue. I think it is the problem with using projection coordinates at the boundaries that leads to having close points in...

Yes @jrcarley, it would be great )) I think there is lots of people who would like to look at it. Cheers

@jrcarley: It seems like the plots with the data from dropbox are different? Or is it because my version of basemap is different (I am using the latest master)? Could...

I've figured out the indices, and the plot for 1 point looks very similar to the field plots... https://github.com/guziy/PyNotebooks/blob/master/basemap_issue_%23269.ipynb

Hi @awarnock3: I am curious what happens if you convert lats and lons to the projection coordinates yourself and plot without latlon=True ? Thanks