Moritz Schott
Moritz Schott
for context: the following works: ``` def test(): """ Request osmcha analysis for changeset ids and update edits table with flags. All cs ids are passed as a parameter to...
~sorry created this PR prematurely. Will rework and eventually reopen~ -> adapted and reopened
Thank you @Aadesh-Baral for reviewing. I have updated the config and docker-compose so it uses the same ports as the local development setup. I have also addressed #5313 and simplified...
also the api-key for the central api is lost each time
Another very minor thing: the word optional is not directly clear in the changelog: `(optional) contributor: `. All filters are optional, right? Also this information `(disabled by default, can be...
Two other variables might vary over time and should not result in a change of code on the client side: - [ ] oshdb-table-prefix - [ ] oshdb-keytable-tablename
- [ ] if I see it correctly, there are duplicate information in the metadata: `header.bbox` vs. `data.bbox` vs. `extract.region` and `data.timerange` vs. `extract.timerange` for example. There should be no...
- [ ] timestamps should be split in two rows for start and end for better handling
what is the priority of this issue? The prefix and keytables config necessary to start ignite jobs frequent update of otherwise stable config files, especially now with the weekly updates.
Ok that sounds feasable but it seems incompatible with https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/helpers/oshdb-database-driver. Wasn't the idea to have exaclty that logic in a dedicated class or method for each backend: > write getters...