locationtech / rasterframes

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

DataFrameRenderers param for color ramp #307

Open vpipkt opened 5 years ago

vpipkt commented 5 years ago

https://github.com/locationtech/rasterframes/pull/301/files#diff-0fe6afd825a768bd52f15c3f103e8b00R46

PR #301 recommended this issue...

Enable the user to select color ramp for tile rendering in the HTML / MD outputs.

metasim commented 5 years ago

Will likely require a dictionary to map color ramp names to color ramps. wonder if there's a standardized string representation for ad-hoc color ramps?

vpipkt commented 3 years ago

Related #513