stripy icon indicating copy to clipboard operation
stripy copied to clipboard

2D spherical and Cartesian triangulation toolkit using tripack, stripack, srfpack and ssrfpack

Results 6 stripy issues
Sort by recently updated
recently updated
newest added

Thanks for maintaining stripy and apologies for the following limited bug report. I don't know much about Python packaging or wheel distribution I'm afraid. I have tried installing stripy via...

Hi I have a silly newbie question. sTriangulation returns areas of a unit sphere. So to convert this to actual areas on earth, should I multiply the areas by 4*pi*R^2,...

Hi guys, I run into an import issue and that bother me a while, would you help me check with that? if import underworld and stripy together, it will somehow...

- Logo for jupyter book - Shorter titles for side menu

From some tests I have done, the time taken to identify neighbour simplices in a spherical triangulation scales with N^{2}, where N is is the number of simplices. This seems...

Running this code seems to randomly hang after ~3000 iterations, and I have been unable to deduce why. Using quadrature points from [here](https://people.sc.fsu.edu/~jburkardt/datasets/sphere_lebedev_rule/sphere_lebedev_rule.html). ``` import time import numpy as np...