wilson0028

Results 5 comments of wilson0028

Is there any timeline as to when this bug may be resolved or is support for ESRI going away? At NOAA, we are visualizing weather data with deck.gl and unfortunately...

@damix911 Thank you for looking into this issue! We are using SceneView with vector and raster tiles. Some vector tiles work like the example below (dark-gray-vector) while others fail (topo-vector)...

Issue now posted on scipy repo: https://github.com/scipy/scipy/issues/20152

From the [scipy documentation](https://docs.scipy.org/doc/scipy/tutorial/interpolate/1D.html#missing-data), "We note that [scipy.interpolate](https://docs.scipy.org/doc/scipy/reference/interpolate.html#module-scipy.interpolate) does not support interpolation with missing data. Two popular ways of representing missing data are using masked arrays of the [numpy.ma](https://numpy.org/devdocs/reference/maskedarray.generic.html#module-numpy.ma) library,...

@brandonjpierce - The issue with the pathlayer is that the mitering has a bug and is not allowing the triangles to face upwards. I plan on submitting a pull request...