-
Notifications
You must be signed in to change notification settings - Fork 8
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
implement /contributions/latest/count #174
Comments
marked as |
As supposed, they would like to speed up the count process of edited entities in a period of time //edit @tyrasd
|
ok, this is a valid use case, thanks for clarifying. //cc @Hagellach37 What's unclear to me now is, if the resource is well placed in the Also we should now probably also think about how we could grow the API around this new endpoint in the near future: I think that it would be quite useful to extend this from simple PS: now I just notice that even to answer the original question of “what is the percentage of features that have been edited on the past 12 months” it would be needed to split the result between created/modified and deleted features, since one could get results > 100% when there are many deletions in an area (e.g. when there were 2 POIs in a region, one gets deleted and the other is modified, then the result should be 100% not 200%), shouldn't it? |
A different feature to offer could be to just add, for every //edited |
Hey, Being able to distinguish between the type of the contribution (e.g. created, deleted, modified) would be really good. When it comes to anything else than count it gets even more difficult. Because then we need to be able to aggregate more fine grained, e.g. contributions that increase and contributions that decrease the road length etc. So I would only focus on the |
Use Case Description
OQT would use this endpoint for the computation of the
lastEdit
indicator.Request Description
Enlarges the
/contributions
data-aggregation endpoint as an addition to the already existing/contributions/latest/{geometry-type}
data-extraction endpoint.The text was updated successfully, but these errors were encountered: