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

Use Overpass CSV instead to check each item #2

Open
ppKrauss opened this issue Aug 2, 2018 · 1 comment
Open

Use Overpass CSV instead to check each item #2

ppKrauss opened this issue Aug 2, 2018 · 1 comment

Comments

@ppKrauss
Copy link
Contributor

ppKrauss commented Aug 2, 2018

As the prove of concept at help.openstreetmap shows, is possible to generate an OSM's dump with all elements with a Wikidata tag.

Ideal is by relation mask, for each country or each country's states.

[out:csv(::type,::id,wikidata,name)] ;
relation   (_MASK_RELATION_ID_) -> .c ;
.c map_to_area -> .myarea ;
(
  node (area.myarea) [wikidata];
  way (area.myarea) [wikidata];
  relation (area.myarea) [wikidata];
);
out meta ;
@ppKrauss
Copy link
Contributor Author

ppKrauss commented Aug 4, 2018

Important NOTICE from @mmd-osm, is to not run "with all planet". Important to stay with the 2018's goal that is AR, BR, GW and perhaps (if possible), DE.

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

1 participant