Import more accurate data in Photon #842
Unanswered
BobLamarley
asked this question in
Q&A
Replies: 1 comment
-
Photon can only import from a Nominatim database at the moment. Adding a CSV importer is possible but so low on the TODO list that it will likely only happen as a contracted work. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi guys,
![image](https://private-user-images.githubusercontent.com/7857364/381453869-1a43c631-1b9f-4d75-9152-26a93ff377f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjY0NjUsIm5iZiI6MTczOTM2NjE2NSwicGF0aCI6Ii83ODU3MzY0LzM4MTQ1Mzg2OS0xYTQzYzYzMS0xYjlmLTRkNzUtOTE1Mi0yNmE5M2ZmMzc3ZjIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTMxNjA1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTVlMTVhMDI0NDVhMTQ4N2FkNzk1NWFjYjc1YWYwODU2ZGMwN2ZjMDM1MWJhZGFmZGNlMmY3NzE4MTA5ODYyNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.2Rqtm15QjGvU5oveb3NhzNSVAVyXx2EAROQYRm3-g14)
![image](https://private-user-images.githubusercontent.com/7857364/381453943-f9e09e4e-5706-498a-bb0a-fdfd702a09db.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjY0NjUsIm5iZiI6MTczOTM2NjE2NSwicGF0aCI6Ii83ODU3MzY0LzM4MTQ1Mzk0My1mOWUwOWU0ZS01NzA2LTQ5OGEtYmIwYS1mZGZkNzAyYTA5ZGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTMxNjA1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmY1NzM0Njc1NTc5MjRkZTlmMmVkN2NhMTk3ZWZkM2IzODkyMTgxMGQ1OTBhYmM3MDg5NDA5ODNhOGM5NDc3ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Yu2VDH-T9HDkedZdSlp8KOj_QYuMCL-YR-xoEl45yWc)
I've setted up my project with this dataset : http://download1.graphhopper.com/public/extracts/by-country-code/fr/photon-db-fr-latest.tar.bz2
But it's not very accurate on the request 'CHU B':
For example, google is responding :
And my photon :
I think there is a lack of data so i've found another dataset in csv format based on OSM model with a lot more of hospital data (https://www.data.gouv.fr/en/datasets/localisation-des-hopitaux-dans-openstreetmap/#/resources), how can i import it inside my photon elasticsearch database ?
Beta Was this translation helpful? Give feedback.
All reactions