Quote:
Originally Posted by spartacus007
This is terrific, thank you!
|
Sadly it turned out to be only "sort of terrific". I discovered while using the file myself that it causes problems because the numbers I'm creating to make sure IDs are unique results in numbers that are too large.** Nothing crashes, but it also deals poorly with cities that are outside the number range. Anyway, I will shortly upload a fixed version that incorporates the most recent Mexican census data as well. It is what I've been using, although there are still issues with some cities like Saint Petersburg using non-Latin characters.
**ASIDE* For you true nerds out there, id integers are capped at 4 bytes (certainly less than 4,294,967,295 but very likely less than 2,147,483,647 because I kind of doubt they bothered to make them unsigned).