geotrellis-server
geotrellis-server copied to clipboard
Parameterize histogram generation w/ sampling strategy
We've run into this a few times now in RF - most recently in https://github.com/raster-foundry/raster-foundry/issues/5235 which resulted in https://github.com/geotrellis/geotrellis-server/issues/165 being opened.
We've run into it in other spots and have gotten around it by generating our histograms externally because the sampling strategy was broken here.
I think this would be a good feature to work on.
Adding a bit of context here. This issue came up again and @pomadchin and I discussed the idea of having Histogram be a MAML expression. This would allow the interpreter to do the job of figuring out how to best extract a histogram from the parameter.