nens / threedigrid

grid administration for 3Di models
Other
9 stars 0 forks source link

Convert tables arrayfield to varying arrayfield. #188

Open jpprins1 opened 1 year ago

jpprins1 commented 1 year ago

https://github.com/nens/threedigrid/blob/433ad6470facbff6998ca69be9f6a55ade935ef6/threedigrid/admin/crosssections/models.py#L23

Is in fact an array with multiple varying sub-array's. We can use the h5py varying array's object for storing this. Currently using filtering on this field does not work because of a mismatch in array dimensions.

jpprins1 commented 1 year ago

@martijn-siemerink: is this field used in the calccore?

martijn-siemerink commented 1 year ago

Yes it is @jpprins1