summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts/extract-geo-data.py
AgeCommit message (Collapse)AuthorFilesLines
2024-05-15Remove map related code in geo data scriptsOskar Nyberg1-473/+0
2023-03-27Fix many typosAlexander Seiler1-1/+1
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2022-04-07Prevent translations of beta citiesOskar Nyberg1-4/+5
2021-11-03Revert "Use lower resolution maps"Linus Färnstrand1-3/+3
This reverts commit 76199d0904eacca86fac0e33c93101707fe77c3c.
2021-11-01Use lower resolution mapsOskar Nyberg1-3/+3
2021-10-20Reduce output in extract-geo-data scriptOskar Nyberg1-31/+3
The large amounts of output in the `extract-geo-data.py` script makes it difficult to spot real errors. Reducing the amount of output saying whether or not a translation was found and which one is being translated will make it easier to follow the output and make it easier to spot more critical errors.
2021-10-20Switch to REST API since JSON RPC API has been removedOskar Nyberg1-48/+63
2021-07-07Scripts: use "with" with resource allocating callsAndrej Mihajlov1-15/+16
2021-03-22Flip import order to fix the crash in FionaAndrej Mihajlov1-1/+1
Reported in https://github.com/Toblerity/Shapely/issues/1107
2020-03-26Switch to lower resolution mapOskar Nyberg1-2/+2
2020-02-11Remove parts of scripts that generate geo data and city/country translationsOskar Nyberg1-207/+0
2019-11-27Update python shebangAndrej Mihajlov1-0/+2
2019-10-15Convert to python 3Andrej Mihajlov1-60/+54
2019-10-14Refactor codeAndrej Mihajlov1-16/+52
2019-10-14Handle exceptions from duplicate entriesAndrej Mihajlov1-2/+11
2019-10-14Rename PlaceTranslator -> CityTranslatorAndrej Mihajlov1-3/+3
2019-10-14Output countries into relay-locations.potAndrej Mihajlov1-11/+101
2019-10-14Enable checks for duplicate entriesAndrej Mihajlov1-6/+10
2019-10-14Sort cities and countriesAndrej Mihajlov1-0/+6
2019-10-14Fix relay-locations.pot merging and sort outputAndrej Mihajlov1-4/+4
2019-09-13Update extract-geo-data.py to use relay_list_v3Linus Färnstrand1-1/+1
2019-07-05More idiomatic pythonLinus Färnstrand1-1/+1
2019-07-05Add stricter language mappingAndrej Mihajlov1-29/+26
2019-05-21Build the index for the geo dataset to speed up the translations lookupAndrej Mihajlov1-17/+41
2019-05-21Add exceptions for the USA and UKAndrej Mihajlov1-0/+16
2019-05-21Add formal country name in the outputAndrej Mihajlov1-1/+12
2019-05-21Turn generator into a list to make it possible to be printed to console in ↵Andrej Mihajlov1-1/+1
the case of error
2019-04-16Forgot to save back the properties dictionary with lowercase keysAndrej Mihajlov1-1/+2
2019-04-09Translate the map and relay listAndrej Mihajlov1-0/+501