Closed DanielJDufour closed 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
Fixed with https://github.com/GeoTIFF/geoblaze/pull/149
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