GeoTIFF / geoblaze

Blazing Fast JavaScript Raster Processing Engine
http://geoblaze.io
MIT License
181 stars 28 forks source link

Calculate Mean for Whole Raster (Without Geometry) #146

Closed DanielJDufour closed 5 years ago

DanielJDufour commented 5 years ago

Is your feature request related to a problem? Please describe.

I'm working on a CLI for geoblaze and users should be able to calculate the mean of the whole raster without having to pass in a geometry.

Describe the solution you'd like

Take approach similar to median where only use the mean to get the values from the geometry

Describe alternatives you've considered

None

Additional context

https://github.com/GeoTIFF/geoblaze-cli

DanielJDufour commented 5 years ago

Fixed with https://github.com/GeoTIFF/geoblaze/pull/149