Skip to content

Latest commit

 

History

History
77 lines (67 loc) · 1.32 KB

TODO.md

File metadata and controls

77 lines (67 loc) · 1.32 KB

Functions to be implemented

Joins

  • inside (tested)
  • within (tested)
  • tag (tested)

Data

  • remove (tested)
  • filter (tested)
  • sample

Measurement

  • distance (tested)
  • area (tested)
  • nearest (tested)
  • bboxpolygon (tested)
  • envelope (tested)
  • extent (tested)
  • square (tested)
  • size (tested)
  • center (tested)
  • centroid (tested)
  • pointonsurface
  • midpoint (tested)
  • bearing (tested)
  • destination (tested)
  • linedistance (added comments)
  • along (tested)

Interpolation

  • tin
  • grid
  • hex
  • planepoint
  • isolines
  • isobands

Classification

  • quantile (tested)
  • jenks
  • reclass (tested)

Aggregation

  • average
  • median
  • sum
  • min
  • max
  • count
  • deviation
  • variance
  • aggregate

Transformation

  • buffer
  • bezier
  • simplify
  • union
  • merge
  • intersect
  • erase
  • convex
  • concave

Meta

  • coordinates
  • properties

Misc

  • flip (tested)
  • explode (tested)
  • combine (tested)
  • isclockwise (tested)
  • kinks (tested)
  • flatten