hprovyn / frequency-heatmap

Create Frequency Heatmaps from points or ISO 3166 geocodes with a PHP backend
Apache License 2.0
3 stars 1 forks source link

Bug: Wrong coordinates of YFull kits #2

Open Daemon2017 opened 4 years ago

Daemon2017 commented 4 years ago

Hello!

I have a problem: my kits from YFull contains wrong coordinates. Etc.: kit YF14604 https://www.yfull.com/tree/R-Y35177/ is from Russia (Nizhegorodskaya oblast') and must have coords 56.294132, 44.048305 image but it's 62.6599 41.3699 image this place is far from Nizhegorodskaya oblast' image

Daemon2017 commented 4 years ago

Maybe it's because of "RU-NIZ" seems like "Russia, Niz" - village at coords 62.664789, 41.364435 https://www.google.com/maps/place/%D0%9D%D0%B8%D0%B7,+%D0%90%D1%80%D1%85%D0%B0%D0%BD%D0%B3%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%B0%D1%8F+%D0%BE%D0%B1%D0%BB.,+164266/@62.6643846,41.3554656,15z/data=!3m1!4b1!4m5!3m4!1s0x441c86d97a4d3b7f:0xee9a026a555af2ad!8m2!3d62.6643264!4d41.3635718

Daemon2017 commented 4 years ago

Yes, here it is: https://github.com/hprovyn/frequency-heatmap/blob/master/iso3166-2.tsv#L1098

Daemon2017 commented 4 years ago

The same problem with BY-MI https://github.com/hprovyn/frequency-heatmap/blob/master/iso3166-2.tsv#L132 It's somewhere in USA, not in Belarus image

hprovyn commented 4 years ago

Thanks! So far I've corrected these that you've found plus two more. I'll wait a few days until more corrections are found by you or others and correct all in one commit.

corrections: BY-MA Mahilëuskaja voblasc' BY-MI Minskaja voblasc' RU-NIZ Nizhegorodskaya oblast' CMR Cameroon (it was very off center)

Daemon2017 commented 4 years ago

Thank you! :)

hprovyn commented 4 years ago

Hi Dmitri, you can use this map view I just created to help spot any additional errors.

https://phylogeographer.com/heatmap/geocodes-viewer.html

Daemon2017 commented 4 years ago

Thank you, Hunter! Awesome view :)

Some dots are absent in list and some are a even not in borders of their region: code | name | lat | lng RU-AST|Astrakhan Oblast|47.2189|47.2337 RU-BEL|Belgorod Oblast|50.7532|37.4503 RU-KR|Republic of Karelia|63.8072|33.0002 RU-ORE|Orenburg Oblast|52.1202|55.5997 RU-MUR|Murmansk Oblast|68.0254|34.5664 RU-NEN|Nenets Autonomous Okrug|68.8257|54.8335 RU-YAN|Yamalo-Nenets Autonomous Okrug|67.2416|74.6665 RU-TYU|Tyumen Oblast|57.8219|69.0003 RU-TOM|Tomsk Oblast|58.7388|82.1331 RU-TY|Tuva|51.7702|94.7502 RU-SAK|Sakhalin Oblast|50.5363|142.5998 RU-AMU|Amur Oblast|53.5372|127.8335 ‎RU-MAG|Magadan Oblast|62.8904|153.7001 RU-YEV|Jewish Autonomous Oblast|48.4645|132.1394 KZ-ZAP|West Kazakhstan Region|51.22|51.3666 KZ-ATY|Atyrau Region|47.1021|51.8836 ‎KZ-MAN|Mangystau Region|43.8511|51.9997 ‎KZ-SEV|North Kazakhstan Region|54.8713|69.1665 UA-14|Donetsk Oblast|48.126|37.7401 KZ-AKT|Aktobe Region|50.2698|57.1667

Daemon2017 commented 4 years ago

Thank you!

I found a new one in Russia: RU-KEM|Kemerovo Oblast|54.921|87.2335 And two in KZ: KZ-KZY|Kyzylorda Region|44.985|64.0002 KZ-KAR|Karaganda Region|47.9856|70.9998

hprovyn commented 4 years ago

Thanks, I'll check these out.

All your previous corrections I have entered and are reflected in recomputed heatmaps as of a few days ago.

Soon I will commit to github showing all the corrected geocodes.