-
Notifications
You must be signed in to change notification settings - Fork 1
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
Post offices #31
Comments
Data for all objects that are shown on LP site is retrieved from https://pasts.lv/ajax/module:post_office/ Data there is in somewhat strange format: {"all":"<serialised json array of POIs>","count":1287} And POIs in that array look like this: {
"tmpLat":57.077432765182,
"tmpLong":24.323845390354,
"tmpName":"\\u0100da\\u017eu pasta noda\\u013ca",
"tmpNameFull":"\\u0100da\\u017eu pasta noda\\u013ca LV-2164",
"tmpAddress":"Gaujas iela 11, \\u0100da\\u017ei, \\u0100da\\u017eu nov., LV-2164",
"tmpCategory":1,
"tmpDistrict":"\\u0100da\\u017eu nov.",
"tmpPhone":"67008001",
"tmpService":"LV-2164",
"tmpImage":null,
"tmpWork":"P 8:00-18:00<br \\/>O 8:00-18:00<br \\/>T 8:00-19:00<br \\/>C 8:00-18:00<br \\/>P 8:00-18:00<br \\/>S -<br \\/>Sv -<br \\/>",
"tmpPayment":"1",
"tmpFilterOut":false,
"tmpMarker":null,
"tmpInfo":null
}, As far as I can tell
|
This information will probably also be useful in #7 |
I see a lot of the "unexpected" post offices being reported. At least some of them seems to be locations corresponding to type 6. Have you reached some understanding what those are, and how they are expected to be mapped on OSM? |
It's a gigantic mess. And LP has made so many changes in past few years, OSM data is grossly out of date. A lot of the offices are actually closed - I've removed a lot in the past day based on news announcements. I am having trouble finding announcements for many of them. I'm basically going through https://pasts.lv/lv/zinas/ . I was going to make separate issues tracking various parts of these instead of everything in here. I am still trying to figure out their data. From what I saw looking at a bunch of LP news articles - there are both physical and virtual type I am not sure "raw" remote service locations can be mapped on the map with the current tagging. We would need to invent something then. |
The text was updated successfully, but these errors were encountered: