locationtech / rasterframes

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

Update viz code in supervised ML page #443

Closed vpipkt closed 4 years ago

vpipkt commented 4 years ago

https://rasterframes.io/supervised-learning.html#visualize-prediction currently shows some numpy manipulations of the resulting tile values for visualization. Once we have #429 merged and #430 merged we should be able to do all of this in RasterFrames, and be able to visualize a larger region.

vpipkt commented 4 years ago

Half way there.

vpipkt commented 4 years ago

Also need to fix this https://github.com/locationtech/rasterframes/issues/218

vpipkt commented 4 years ago

Preview

image

vpipkt commented 4 years ago

Fixed with merge of #449