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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[planet] New data from 240429. #8009

Merged
merged 3 commits into from
May 4, 2024
Merged

[planet] New data from 240429. #8009

merged 3 commits into from
May 4, 2024

Conversation

vng
Copy link
Member

@vng vng commented Apr 27, 2024

No description provided.

@biodranik
Copy link
Member

All next generations will be compact when this PR is merged: #8016

I've used this script to convert the content of the countries.txt into UTF-8 (which is supported by all JSON parsers):

import json

with open('data/countries.txt') as f:
    d = json.load(f)
    str = json.dumps(d, ensure_ascii=False, indent=' ')
    print(str)

@biodranik
Copy link
Member

Ha, my commit again allows to see the diff here on Github )

@biodranik
Copy link
Member

@vng you've force-pushed my change 5d01b19 :)

@vng
Copy link
Member Author

vng commented Apr 28, 2024

Ok, Actions works fine, but I will remove the countries.txt UTF-8 commit. Next release.

vng added 3 commits May 1, 2024 23:33
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
@vng vng changed the title [planet] New data from 240425. [planet] New data from 240429. May 2, 2024
@rtsisyk rtsisyk merged commit 0b31081 into master May 4, 2024
15 checks passed
@rtsisyk rtsisyk deleted the vng-data branch May 4, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants