rasterframes
rasterframes copied to clipboard
rf_data_cells registration error
While using RasterFrame, I noticed an issue with the registration of the UDF rf_data_cells. It should use org.locationtech.rasterframes.expressions.tilestats.DataCells, but it is incorrectly registered as org.locationtech.rasterframes.expressions.aggregates.CellCountAggregate.DataCells. Why is this happening?