Closed koonchaya closed 8 months ago
“Costa Rica Macaws” has one site at (10.9637191,-84.4020265) that is incorrectly marked as being in Nicaragua. So one ticket is why is the country code wrong?
It looks like the library is not accurate enough Similar problem to the timezone library not being accurate
Extra context, I’m looking in the Arbimon sites table: select site_id, name, lat, lon, country_code from sites where project_id = 4897;
There should not be any NI or null values.
Fixed.
@rassokhina-e How did you fix this? How can I check it?
I fixed it manually in both dbs, you can check it in the project countries, try to find it in the project directory
@rassokhina-e can you also manual fix the country code for these 2 sites please?
select * from location_site ls where ls.location_project_id = 1134760 AND country_code = 'RS'
fixed
After fix the country, this project should only show 1 country which is Croatia? I still see Serbia on the directory.
I just check that it has been updated on the database, and it return correctly elsewhere (in project profile).
I think we might be facing another sync problem on opensearch. FYI @grindarius.
Can we mark this as done and close it or wait until the country gets updated?
This can be marked done. FYI the countries on project directory will be update once per day
Original post: https://rfcx.slack.com/archives/C04R9TT711U/p1708619004510669?thread_ts=1708615967.208109&cid=C04R9TT711U
Project: https://arbimon.org/p/costa-rica-macaws-audiomoth/dashboard
“Costa Rica Macaws” has one site at (10.9637191,-84.4020265) that is incorrectly marked as being in Nicaragua. So one ticket is why is the country code wrong?
Extra context, I’m looking in the Arbimon sites table:
select site_id, name, lat, lon, country_code from sites where project_id = 4897;
There should not be any NI or null values.