-
Notifications
You must be signed in to change notification settings - Fork 22
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
what3words integration #179
Comments
+1 Whoop! I was thinking it might be useful for Taarifa :) |
@kynan what do I do with the file you sent smime.p7s ? |
Nothing, that's my digital signature. |
Ok. So what's the next step? |
See the checklist above: start by modifying the schema. |
@fayazv You haven't pushed any code afaict. Which branch are you working on? |
I've created a new branch - fayaz-dev |
OK, thanks. I'd rather call this branch |
makes more sense. |
see commit: a6f96ae |
Let's not close this before the feature is deployed. |
@fayazv What's the progress on this? |
The waterpoints file the w3w guys batch converted for us was based on the Sep 2014 data, so it's outdated compared to the Feb 2015 data we're now using. There's another issue: if we want w3w in the database I think we need to keep both English and Kiswahili versions so we can show the right version based on language selection. Thoughts? @dgorissen |
Having the w3w in multiple languages is a good idea. But, might not be feasible for more than 3 languages. For instance: In the TaarifaTraders we have 4 languages (English, Swahili, Chichewa and Nyanja), though w3w isn't present in chichewa and nyanja. |
Are we going to be needing thw w3w name one waterpoint at a time (ie, when |
Valid points, I'm not sure either. Maybe using their API will be sufficient. |
@dirk thanks for the points. The w3w are going to be used in two ways, i. Adding waterpoint (one time request to the api), ii. Map (many requests for all the visible waterpoints), the w3w will be shown in the tips. We could have english version stored in the db and use api requests for other languages (would be helpful for later use). |
what3words is a unique combination of just 3 words that identifies a 3mx3m square. This is a sufficient resolution to uniquely identify a waterpoint (see also #15) and could therefore be used as an easy to remember ID.
Integration requires roughly:
waterpoint_schema
There are some open questions e.g. how to create a geospatial index on the w3w field.
The text was updated successfully, but these errors were encountered: