locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
246 stars 45 forks source link

Add rf_agg_local_median aggregate function #412

Closed emc5ud closed 4 years ago

emc5ud commented 4 years ago

Similar usage as rf_agg_local_mean

metasim commented 4 years ago

@emc5ud We need to identify a "streaming median algorithm" or "rolling median algorithm" to implement. . Some cursory research resources:

We temporarily, we might be able to just explode the tile and feed it into the built-in scalar approxQuantiles implementation.

vpipkt commented 4 years ago

This should be closed with #429