Skip to content
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

Feature: Recent Changes #34

Open
asdofindia opened this issue Mar 10, 2022 · 1 comment
Open

Feature: Recent Changes #34

asdofindia opened this issue Mar 10, 2022 · 1 comment

Comments

@asdofindia
Copy link
Contributor

Considering multiple options to implement recent changes.

Augmented Diffs from Overpass seems to be relevant.

https://wiki.openstreetmap.org/wiki/Overpass_API/Augmented_Diffs

It is an abstraction over minuted diffs.

https://github.com/osmlab/osm-stream uses that and that's what powers https://osmlab.github.io/show-me-the-way/

There is also an augmented delta feature.

See also:

@5p4r70n
Copy link
Contributor

5p4r70n commented Aug 6, 2022

 [out:csv(::type,::id,::user,::uid,::version,::timestamp,::changeset,::version, amenity, name,lastcheck;true; "|")];
// gather results
(
  //wards in Pudusseri Municipal Corporation
  area["wikidata"="Q13113332"];
  nwr(area)(newer:"2022-03-06T07:00:00Z");
);
// print results
out meta;
>;
out meta qt;

@asdofindia asdofindia transferred this issue from another repository Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants