Skip to content

version 0.2.0

Latest
Compare
Choose a tag to compare
@dbaston dbaston released this 31 Aug 21:21
· 8 commits to master since this release
v0.2.0
bd994be

Breaking changes

  • CLI now processes all bands of a multi-band raster if no band is specified.

Enhancements

  • Python bindings added
  • Additional operations added:
    • cell_id
    • coverage
    • center_x, min_center_x, max_center_x
    • center_y, min_center_y, max_center_y
    • frac, weighted_frac
    • values, weights
  • CLI: Additional options added:
    • --nested-output option to write the results of operations that return
      multiple values as an array
    • --include-col and --include-geom to include column(s) from the input
      features in the result
  • CLI: Specifying an input feature id column is no longer required