Casper van der Wel
Casper van der Wel
When adding a stream with a floating point framerate, as follows: import av output = av.open('test.avi', 'w') output.add_stream('rawvideo', rate=30.000001) I receive the following error message: --------------------------------------------------------------------------- OverflowError Traceback (most recent...
## Expected behavior and actual behavior. When reading from a dataset in boundless mode, supplying a window with exact integer coordinates, I expect no resampling to be done. We encountered...
# Issues To start with, thanks for the authors of this amazing project! We are experimenting with it as a possible replacement for celery. Some of our tasks may result...
Copied from https://trac.osgeo.org/geos/ticket/1130 For usage in cluster computing workloads, the possibility of dumping / loading a built STRTree to/from some (internal) binary format through the CAPI would be a major...
At shapely we would like to have a "LineSubstring" method. We now have a Python-implemented one, but an implementation by GEOS would be more efficient. See also: https://shapely.readthedocs.io/en/stable/manual.html#shapely.ops.substring Related work:...
Providing custom memory management functions would allow dependent libraries to use their memory management policies. Especially when small amount of bytes are repeatedly allocated/deallocated, caching/pooling may show a decent speedup....
My PR in https://github.com/libgeos/geos/pull/881 sparked some discussion, so I think it is good to transfer it to an issue. Has there been a discussion about blocking nonfinite values altogether? @dr-jts...