raster-foundry / raster-foundry

The Raster Foundry web application.
https://www.rasterfoundry.com
Apache License 2.0
141 stars 45 forks source link

A(n incomplete and growing) list of Map Algebra operations that would be nice to support #1557

Open moradology opened 7 years ago

moradology commented 7 years ago

Local Operations

Focal Operations

Zonal Operations

Global Operations

rossbernet commented 7 years ago

Also. I have made this point in conversation, but I'd like to get it down here in the event of discussion

I do not think there should be separate tools/nodes for the majority of the local and focal operations. There can be one tool called Calculator where you can just type in any of the operators (layer1 + layer2 / layer1 - layer2**2) + cos(layer3) etc etc.

Just to do an NDVI would otherwise take 3 nodes of tools. (localAdd, localSubtract, localDivision) versus one tool - calculator

Same for focal - I imagine one tool. With on option to select from [min, max, mean, median, std, etc]