There was an error while loading. Please reload this page.
#1248 weeded_counts, and the three argument form of the classify functions Since 20.20.0 the value-count table that every classify function calculates internally can be requested as a data item of its own, weeded_counts(a): a new domain unit with one entry per distinct value, sub items Values and Count, capped at 4096 entries above which adjacent values are merged. Each of the eight classify functions gained a form that takes such a table instead of the data item, so a configuration that derives more than one result from the same scan calculates that scan once. New page weeded_counts.md, the second syntax line and a dated note on the eight ClassifyXxx pages, and the pointer plus the shared explanation on Classify-functions.md. The note says where the two forms can differ, since above 4096 distinct values weeded_counts has merged values that the two argument form counts separately. weeded_counts.md is a new page, so it is built and indexed but does not appear in the left menu of geodms.nl until it is added to nav/geodms.md in the GeoDmsWikiToStaticHtml repository.