-
Check input fails when input does not have a `geometry` attribute, i.e. SIRF objects
https://github.com/TomographicImaging/CIL/blob/26f863aea98b339cc4f8f53f0d33f61a44742d5c/Wrappers/Python/cil/plug…
-
# Fixed with remarks from mentor Adam Wulkiewicz.
- [x] Obviously in main.cpp the code showing how your library is used is missing. You should also compare it with the methods implemented in Boost.…
-
It seems that some combinations of traffic/turn cost data can lead to the following assertion being thrown:
```
[assert] /Users/danpat/mapbox/osrm-backend/include/engine/routing_algorithms/routing…
-
Comment by @jbednar in https://github.com/holoviz/datashader/issues/1006:
> GeoPandas docs makes it clear it's intended only for geographic applications, not spatial applications in general. The geop…
-
In SPDHG, if we do not precompute `norms` outside the algorithm, we need to iterate over all operators and append the `norm` for each operator into a list.
https://github.com/TomographicImaging/C…
-
Thanks for all of the work you've put into this library --- it's awesome to have such a well-written codebase to use and learn from.
Are there any books, papers, or other resources you would recomm…
-
Write tests for the following libraries:
- **Geometry**. Testing includes the various `Shape.contains`, `Shape.distance(to:)`, `Line.distance(to:)` and `Line.intersection(with:)` methods. `PolarCoord…
-
https://uva.onlinejudge.org/external/6/659.pdf
Seems like an interesting problem and not too bad to solve, once you get the geometry math figured out.
Performance won't be an issue, only the mat…
-
From the docstring of `get_coord_seq`:
> Note: this clones the underlying CoordSeq to avoid double free (because CoordSeq handles the object ptr and the CoordSeq is still owned by the geos geometry…
-