-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Average over polygon subset #314
Comments
@huard you mean a fieldmean? |
I guess so, the average over all points included in the geometry. I realized that the function does already that, but it shouldn't. It's a subset process, it should return the full grid intersecting with the geometry. I think I mistakenly set aggregate to True, while it should be set to False. |
I am not really following you. |
Correct, but I think the wfs_subset did not return a grid on the selected polygon, but an average over each polygon. What I want here is a single spatial average value for each time step over each polygon. I'm getting Internal Server Error (500) with the master, any idea ? |
You want the single spatial average value as a netCDF output? I have planed to wrap up the fieldmean function next week. |
The spaghetti plot can output the timeseries also as files. |
Correct, but I want the mean computed only over a polygon. I think we should update pywps to at least 4.2.3. The 4.2.2 version is incompatible with recent owslib. |
Description
Instead of only subsetting, take the average over each polygon.
The text was updated successfully, but these errors were encountered: