Cj Malone

Results 111 comments of Cj Malone

Dairy Queen/DQ Grill & Chill matching issues. Dunelm how has issues in JE.

They are being dropped because they are duplicates (`ref` is a duplicate). Source issue is easily visable with: ```bash curl https://www.thefoodwarehouse.com/assets/foodwarehouse/ajax/ | jq '.[].storeNo' -r | sort | uniq -c...

... There is also an issue with several of them having `https://www.thefoodwarehouse.com/store-locator/default-store` ```bash curl 'https://www.thefoodwarehouse.com/assets/foodwarehouse/ajax/' | jq '.[] | select(.url=="/store-locator/default-store")' ``` ```json { "validFrom": "2019-01-01T12:00:00.000Z", "validTo": "2100-12-12T12:00:00.000Z", "storeNo": "1737", "lat":...

Some of these are because you're presumably comparing against the wrong NSI entry, eg I would expect a Bangkok Bank in Thailand to end up with `brand=ธนาคารกรุงเทพ` not `brand=Bangkok Bank`...

I've just had a little play with this, got the data downloading and processing. I've given up with the mapping, we'll need someone more interested. ```python import csv import tempfile...

@abbensid2 This was more specifically targeting [StructuredData](https://schema.org/docs/schemas.html) (LinkedData/Microdata) values, that are close to spec [1](https://schema.org/openingHoursSpecification) [2](https://schema.org/openingHours), but not quite parsed. The other examples are useful, in theory, DictParser could end...

pytest.skip(), but I'm not sure if it's worth adding a bunch of tests before the code.

> `template` and `level` being `search` or `domain` doesn't seem to make much difference? `https://maps.locations.wingiton.com/api/getAsyncLocations?template=domain&level=domain&limit=10000&radius=10000` Doesn't work for me in GB: ``` {"lat":50.7249,"lng":-1.1988,"originLat":"50.7249","originLng":"-1.1988","markers":null,"maplist":"","options":{"render":"all","zoom":"autofit","mapContainerId":"gmap","listContainer":".map-list","psid":1,"limit":"10000","radius":"10000","did":"7241","lat":50.7249,"lng":-1.1988,"async":true}} ``` `https://maps.levi.com/api/getAsyncLocations?template=search&level=search&limit=10000&radius=10000` Does

A lot of what you are describing is like @rjw62 [tool](https://osm.mathmos.net/chains/). It [lists](https://osm.mathmos.net/chains/Q99752411/) everything in OSM, but not in another dataset. Everything in another dataset, but not in OSM. As...

Rel: https://github.com/alltheplaces/alltheplaces/issues/4295#issue-1486282985 @brawer has commented about the country checks before, and probably the fix with shapley. I've not actually looked how bad our country codes are, I know they break...