-
Notifications
You must be signed in to change notification settings - Fork 5
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
customize area of interest (e.g. by bbox) #13
Comments
Thanks for the suggestion, but I have to admit that this would actually be a much harder task than what this tool currently can perform: It takes a full-history dump and does a preprocessing step to make the taghistory queries fast. This step would have to be repeated for each custom area/bbox after cutting out the respective region from the history-planet using a tool like osm-history-splitter. Using that approach, one could set up a custom taghistory instance e.g. for a specific country. But this approach wouldn't at all scale to really custom bboxes. Some ideas that may worth investigating:
|
Yes I already imagined that this would be hard to work out. But preprocessing the countries would help a lot already. Maybe I will try to set up something for some countries. |
Cool. I have to admit that the code in https://github.com/tyrasd/taghistory/tree/master/backend still lacks documentation and makefiles / build scripts. I'll get back to you as soon as I find the time to finish it up! |
Hi, what about get a specific country OSM database and then run your application on it? |
Sorry for the long silence here.
Me and my colleagues at @GIScience have been (and are still) busy working on a solution for this. Take a look at https://ohsome.org/apps/dashboard/ (an API is also available at https://api.ohsome.org). Parts of the code are already open source (https://github.com/giscience/oshdb, more information about that are in https://doi.org/10.1186/s40965-019-0061-3), the rest will follow in the near future. I'll keep you updated. |
Wow, this looks great! |
Great, thank you very much! The new project seems to do what I was looking for. |
would love to see the tag history within a specific area
The text was updated successfully, but these errors were encountered: