anuappu
anuappu
Description I am using cartopy to produce a contour fill plot on a grid. The script computes probability values from input data set given as a csv file. The code...
Hi QuLogic: I have a similar issue as stated by jwynnsmith. I have attached the sample program and a test data. Thanks in advance.
I had a case when it failed for LambertConformal projection too.
Thanks for the reply. The issue seems to stem from an invalid polygon with the contourf function. plt.contourf(xnew, ynew, perc, clevs, transform=ccrs.PlateCarree(),colors=colours,extend='max'). The same sample data seems to work fine,...