Skip to content

Natural Break (Jenks) node #413

@koettert

Description

@koettert

Natural breaks seems to be the default algorithm in ArcGIS and is commonly used https://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization#Use_in_cartography

  • Node Name: Natural Break (Jenks)
  • The node input would be a KNIME table (does not need to contain a Geometry column)
  • Node dialog
    • Numerical column(s) to use
    • Number of classes (k)
  • Output would be the input table with an appended "Jenks class" column

We could use the https://pysal.org/mapclassify/generated/mapclassify.NaturalBreaks.html#mapclassify.NaturalBreaks method.

Metadata

Metadata

Assignees

Labels

new nodeSpecial enhancement which has a new KNIME node as outcome

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions