-
Notifications
You must be signed in to change notification settings - Fork 2
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
As an opendatahub developer i want to improve the District / Municipality assignment on Activities and Pois from LTS #362
Comments
Cool this are great news..... |
I will inspect the data, i think at the moment not many Activities/Pois have the District assigned.... the next question is how to deal with Data which has more Districts assigned...... |
Hi Antonietta I read the last LTS Docs and inspected the data the Districts can be retrieved by simply adding I think this is great, my proposal is to use the TIC Web District assignment (if available) instead of our logic..... and build the whole LocationInfo on this District assignment...... (District -> Municipality -> TV -> Region) Unfortunately on the ActivityData Interface this info is not available.... so there the old logic remains the same waht do you think? |
Hi Rudi, sorry the late answer. Yes, this is great, let's do it for wherever it's available. Maybe they will implement it also for other interfaces in future. |
Rudi I'm setting up a mail for LTS to ask if they can implement the "Fraktionsauswahl" also for other data-types. |
Hi Antonietta Only on the data from ActivityData it is missing....... I think the main problem here is that often there are activities which area located in more fractions....... I think the simplest solution would be to add the Fraction of the StartingPoint of the Activity..... |
Ok, thank you Rudi. Hallo Antonietta, bei uns stand hier auch die Datenqualität im Vordergrund. Jede Entscheidung die wir hierzu getroffen hätten, wäre in Zukunft in Frage gestellt worden. Viele Grüße und schönes Wochenende |
ok, then i will add the location parsing to POIs only |
Asked LTS to insert the District Element into their Object Model. The sync is currently using their LCS Objectmodell and this Element was not included yet... let's wait for their answer.... |
I got a mail from LTS on 22-11 where they added the props to the objectmodel so i will work on this issue this sprint |
Hi Antonietta I checked the code now. If a DistrictId is assigned on LTS Side this District Id is used (only on POIs, not Activities) we can always change this workflow.... We can also do syncs on all Activities/Pois which have no Municipality/District assignment..... |
Hi Rudi, |
There can be edge cases
I will check if i can do some reassignments and see how many there are etc.... |
@antoniettadesantis
If it is ok for you i can resync all Pois without District.... |
Hi Rudi, |
alright! will write you when done |
I resynced all POIS without Districts and did some Cleanup. I created a list where i tried to find all "anomalities" in this District assignment Maybe here we can agree on a procedure to update the data quality, in the meantime i will try to find out if there is some false Gps Assignment on a District something and i can solve a lot of records with a single operation........... ODHActivityPois - District Anomalities.xlsx That numbers may sounds big, but we have ca. 26.000 Datasets in the ODHActivityPoi Endpoint, so i think this is a good point ;) cheers |
Thank you Rudi, |
maybe we can periodically work on this sheet, i already checked and corrected the no TV assigned POIs and some others..... |
sheet where district/tv anomalities are listed |
Since we do not get the assigned District from the LTS Interface, the district and municipality assignment has to be automated by ODH.
Currently ODH is taking the nearest District by GPS distance and assigns District and Municipality. The TV is passed by TIC Web and the Region is set in base of this TV
Possible Drawbacks are
-A TV inserts data that is located in a district that does not belong to the TV. So the result can be that the District/Municipality - TV/Region does not match
-The GPS Point is wrong the assigned District is wrong
-The GPS Point is missing the District cant be assigned
-It is not clear what District has to be assigned (Hike that goes trough more Districts/Municipalities)
The text was updated successfully, but these errors were encountered: