ObjectVision / GeoDMS

Source code for the GeoDMS software
Other
7 stars 1 forks source link

AsUniqueList function #723

Open mtbeek32 opened 3 months ago

mtbeek32 commented 3 months ago

it would be nice to have variant of the AsList function resulting in unique occurences.

use case: which unique zip codes do occur in a building block.

MaartenHilferink commented 3 weeks ago

the use case requires a partitioned version: AsUniqueList(zip_code, bblock_rel)

MaartenHilferink commented 3 weeks ago

Related to #684