Patrick Brockmann

Results 16 issues of Patrick Brockmann

It would be nice to have a popup window from the label property set from a mpl.scatter call ? The bindPopup method from Leaflet is there to do so. Telling...

Analyzing a python notebook with a magic cell breaks pipreqsnb. Is there a way to use it with such notebooks where there are some cells not written in python ?...

bug

I have a netCDF resource with no coverage metadata (no longitude, latitude) because it contains integrated quantities (global or regional means for example). In this case, the NCSS complains with...

I have encountered a problem when drawing polygons from a icosahedral grid with a Mollweide projection only. ![image](https://user-images.githubusercontent.com/5402758/159475095-a1699d15-a589-43e4-9869-c2cd7f782829.png) The same with a Robinson projection. ![image](https://user-images.githubusercontent.com/5402758/159475431-11f070cb-f65f-4717-b3f1-70ddd028a129.png) What do I miss ?...

Hi, I have updated python to 3.9.13 and then my IPython notebook extension does not work anymore. I get this error ``` File "/opt/anaconda3/lib/python3.9/site-packages/ipykernel/kernelbase.py", line 406, in dispatch_shell await result...

Very glad of this lib. Congratulations. Have patched the lib with your merge proposal in order to read var(Z,Y,X). https://github.com/cheminfo-js/netcdfjs/commit/122924176ba90f52076d18e1d0497966cb8ecf3a It works with my test. Now how to read only...

As described in https://eox.at/2018/01/visualizing-geotiff-tiles-with-openlayers/, an olGeoTiff.js has been developped to modify the internal tileloadFunction so that OpenLayers does not request a regular PNG image rendered by the server but downloads...

I have a strange behaviour with a SVG file produced from https://www.geeksforgeeks.org/pycairo-displaying-text/ The svg produced is correctly displayed from different browsers (Google Chrome, Firefox) and Inkscape but not from Adobe...

How to remove the discontinuity of the contours visible from the documentation ? ![image](https://user-images.githubusercontent.com/5402758/54373829-39241380-467e-11e9-8cbc-d82e6384fb23.png) Is it an issue to solve with a add_cyclic method from cartopy ?

type: bug

Is there a way to update the color BuffetAttribute from a BufferGeometry ? `` geometry = BufferGeometry(attributes=dict( position=BufferAttribute(pList), color=BufferAttribute(cList), )) `` Changing the color attribute on geometry does not change...