This is a follow up of #245 , see #245 (comment).
The question arose if clipGeometry could be renamed to clipResult and added to all endpoints. Currently this is done, setting clipGeometry=True for any endpoint where it cannot be specified. E.g. the contributions endpoint will only return contributions within the given area of interest. Making it explicit would enable the user to get all contributions to the intersecting geometries.
This is a follow up of #245 , see #245 (comment).
The question arose if
clipGeometrycould be renamed toclipResultand added to all endpoints. Currently this is done, settingclipGeometry=Truefor any endpoint where it cannot be specified. E.g. the contributions endpoint will only return contributions within the given area of interest. Making it explicit would enable the user to get all contributions to the intersecting geometries.