Closed
Bug 1015512
Opened 12 years ago
Closed 11 years ago
events service not returning dupe, null, or empty country/city data
Categories
(Webmaker Graveyard :: Events, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fuzzyfox, Assigned: jon)
References
Details
(Whiteboard: [tech-debt][aug8])
Attachments
(2 files)
The events api is not returning the location of events correctly city + country are undefined.
Maybe we should run a 1 time pass w/ a reverse geocoder to get this information, as it helps produce pretty stats we want for a makerparty live infographic.
Example of possible output:
* https://pastebin.mozilla.org/5222440
// data set limited down as I don't want to run ~1857 reverse geocodes repeatedly while testing.
| Reporter | ||
Comment 1•12 years ago
|
||
Update: looks like we also need to cleanup some of the data already set for these things:
https://pastebin.mozilla.org/5222749
Source = more compelete/realistic data based on current possibilities
| Reporter | ||
Comment 2•12 years ago
|
||
Just a quick update that this problem still seems to be the case when refining the search down to more recent data (since april) https://pastebin.mozilla.org/5271550
| Reporter | ||
Updated•12 years ago
|
Summary: events service not returning country, or city for older data → events service not returning dupe, null, or empty country/city data
| Reporter | ||
Comment 3•12 years ago
|
||
Dupe: country stored w/ single char difference maybe? But when comparing against itself (i.e. Côte d’Ivoire and Côte d'Ivoire)
| Reporter | ||
Comment 4•12 years ago
|
||
| Reporter | ||
Comment 5•12 years ago
|
||
| Reporter | ||
Comment 6•12 years ago
|
||
Right I've taken the time to run our data (using lat,lng) against a geocoder and have generated the attached dataset to be merged w/ our own.
Its in both JSON (w/ all other publicly available event data), and CSV w/ only the new country data.
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → jon
Updated•12 years ago
|
Flags: needinfo?(jon)
Whiteboard: [june27] → [events] [june27]
Updated•12 years ago
|
Status: NEW → ASSIGNED
Updated•12 years ago
|
Whiteboard: [events] [june27] → [events] [july11]
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(jon)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [events] [july11] → [events] [july25]
Updated•12 years ago
|
Whiteboard: [events] [july25] → [events] [techdebt]
Updated•12 years ago
|
Whiteboard: [events] [techdebt] → [tech-debt]
Updated•12 years ago
|
Whiteboard: [tech-debt] → [july25][tech-debt]
Comment 8•12 years ago
|
||
* Is this still needed? Fuzzy, this ticket has been kicking around a while -- please update?
Flags: needinfo?(williamd)
Whiteboard: [july25][tech-debt] → [tech-debt][aug8]
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(fuzzyfox0)
You need to log in
before you can comment on or make changes to this bug.
Description
•