You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Users of Glaciers CCI data require an operation that would provide summary statistics from aggregating numerical series in the Shapefile. For all or the given numeric series, the operation would compute the following statistics and create new column names for each variable {var}:
{var}_count
{var}_mean
{var}_median
{var}_sum
{var}_std
{var}_min
{var}_max
Note, there is a per-variable {var}_count because values may be excluded because they are NaN.
Also note, another way to achieve similar results is the new compute_data_frame operation, see #703.
Expected behavior
Users of Glaciers CCI data require an operation that would provide summary statistics from aggregating numerical series in the Shapefile. For all or the given numeric series, the operation would compute the following statistics and create new column names for each variable {var}:
{var}_count
{var}_mean
{var}_median
{var}_sum
{var}_std
{var}_min
{var}_max
Note, there is a per-variable
{var}_count
because values may be excluded because they are NaN.Also note, another way to achieve similar results is the new
compute_data_frame
operation, see #703.Proposed signature is:
In case
keep_geometry == True
an intersection of all geometries in every geometry column is performed.Actual behavior
Such operation does not exist yet.
Specifications
Cate 1.0 ... 2.0.dev15
The text was updated successfully, but these errors were encountered: