mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.66k stars 529 forks source link

Subdividing when sum reaches above a certain point #618

Closed atavoidturk closed 4 months ago

atavoidturk commented 5 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

atavoidturk commented 5 months ago

@mbloch im getting sums that are mathematically impossible too

atavoidturk commented 5 months ago

in addition, i would find it useful if cluster could set maximum sums of variables other than area,width and height.