pre-lt-raster-frames icon indicating copy to clipboard operation
pre-lt-raster-frames copied to clipboard

Support both integer and double forms of aggregate histograms

Open metasim opened this issue 8 years ago • 1 comments

Currently only double (which are approximate) are supported. Need to come up with a consistent naming scheme for double vs integer forms of things (like GT does).

metasim avatar Aug 25 '17 16:08 metasim

Should just require creating an Int version of this:

https://github.com/s22s/raster-frames/blob/5fb23a260d514478c5480f847572b90104326b30/src/main/scala/astraea/spark/rasterframes/functions/AggregateHistogramFunction.scala#L32

metasim avatar Sep 12 '17 13:09 metasim