Skip to content

Commit

Permalink
Merge #614
Browse files Browse the repository at this point in the history
614: Calculate statistics for vector data r=ChristianBeilschmidt a=dbrandenstein



Co-authored-by: Dominik Brandenstein <brandend@mathematik.uni-marburg.de>
  • Loading branch information
bors[bot] and dbrandenstein authored Sep 19, 2022
2 parents c081ea0 + 16d0242 commit 865436f
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 91 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- https://github.com/geo-engine/geoengine/pull/587

- Added statistics for vector data

- https://github.com/geo-engine/geoengine/pull/614

### Changed

- The Interpolation operator's input resolution can now be set to `native` to take the best available resolution, if it is known.
Expand Down Expand Up @@ -86,3 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- https://github.com/geo-engine/geoengine/pull/590
- Uses the same format now as `Display` or `ToString`

- Changed `Statistics` input and output format

- https://github.com/geo-engine/geoengine/pull/614
- The input parameters now include a field `column_names` to select vector columns/alias raster inputs
- The output was changed to a map from column names/raster aliases to the respective statistics
3 changes: 2 additions & 1 deletion operators/src/plot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pub use self::histogram::{
HistogramVectorQueryProcessor, InitializedHistogram,
};
pub use self::statistics::{
InitializedStatistics, Statistics, StatisticsParams, StatisticsQueryProcessor,
InitializedStatistics, Statistics, StatisticsParams, StatisticsRasterQueryProcessor,
StatisticsVectorQueryProcessor,
};
pub use self::temporal_raster_mean_plot::{
InitializedMeanRasterPixelValuesOverTime, MeanRasterPixelValuesOverTime,
Expand Down
Loading

0 comments on commit 865436f

Please sign in to comment.