pacificclimate / climate-explorer-backend

3 stars 1 forks source link

Add filtering on cell_methods to multimeta API #182

Closed corviday closed 3 years ago

corviday commented 3 years ago

This is a companion PR to #176, which added the ability to specify a cell_methods parameter (either "mean", "percentile", or "standard_deviation") to the /data API in order to support displaying datasets that are percentiles of a model ensemble. (The /multistats API already had this capability.)

This PR adds the same capacity to the /multimeta API.