Closed atavoidturk closed 8 months ago
I am trying to make a map where census tracts are aggregated into areas with AT LEAST 60000 people. -subdivide sum(pop)>=60000 makes areas with STRICTLY LESS THAN 60000 people, which is not what I want. @mbloch
@mbloch im getting sums that are mathematically impossible too
in addition, i would find it useful if cluster could set maximum sums of variables other than area,width and height.
I am trying to make a map where census tracts are aggregated into areas with AT LEAST 60000 people. -subdivide sum(pop)>=60000 makes areas with STRICTLY LESS THAN 60000 people, which is not what I want. @mbloch