weidinger-c

Results 9 issues of weidinger-c

Is there a possibility to call a read and write operation to tileDB with mutliple cells at once (that are not a multi-index). e.g. i have a 100x200 array in...

I have a large sparse array with about 400 million entries (3D point entries with x,y,z as dimensions and some point information like intensity, etc. as attributes). Unfortunatley when I...

cuDF currently has no IO support for pickle. I would need this function, but currently it exits with the error: `AttributeError: module 'cudf' has no attribute 'read_pickle'`

feature request
0 - Backlog
Python

cv2.projectPoints takes very long because it always calculates and returns a jacobian matrix, which is huge for millions of points. It would be nice to just skip the calculation to...

question

When loading a file with an uint64 (as of LAS standard 1.4) the whole pointcloud is not visible in Potree. After removing the uint64 attribute from the las file, everything...

The las standard allows for data fields like double, uint64 etc. Unfortunately after importing the pointclouds in CloudCompare, all data is converted to float values, which results in overflow of...

enhancement

### Description It would be really helpful, if the new feature @skip_if and @run_if would be available also for whole TaskGroups. With that I would be able to easily toggle...

kind:feature
area:TaskGroup
needs-triage
airflow3.x candidate

I would we very helpful, if structured arrays are supported by this module.

Hi, I wanted to try out your save and load functions, but got this error with your load function: ``` save("/media/w/numpy_array_fast.npy", numpy_array) load("/media/w/numpy_array_fast.npy") ``` ``` Exception has occurred: ValueError invalid...