Skip to content
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

GeoLite2 database not available anymore -- lala does not import #2

Open
veghp opened this issue Sep 2, 2020 · 1 comment
Open

GeoLite2 database not available anymore -- lala does not import #2

veghp opened this issue Sep 2, 2020 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@veghp
Copy link
Member

veghp commented Sep 2, 2020

Due to GDPR, MaxMind has changed the GeoLite2 Database access policy used in conf.py
https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/

Access to GeoLite2 requires registration (free of charge).

@veghp veghp added the bug Something isn't working label Sep 2, 2020
@veghp
Copy link
Member Author

veghp commented Sep 12, 2020

After registration and careful reading of the EULA, one can download a CSV database: make sure you tick NO for "Old versions of our GeoIP Update program use a different license key format. Will this key be used for GeoIP Update?"

The CSV must then be converted to .dat, using the geolite2legacy module:
"This tool will convert MaxMind GeoLite2 Database to the old legacy format."

Download the module and -- after PIP installing the ipaddr package -- follow the instructions there to convert the zip/csv file into a .dat file, which can then be specified in https://github.com/Edinburgh-Genome-Foundry/lala/blob/master/lala/conf.py#L9.

Unfortunately, requirement cartopy's API has changed considerably, therefore tests still won't run without errors.

@veghp veghp added the wontfix This will not be worked on label Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant