Igor Chubin
0b8ead03e6
Use case-insensitive term for translation ( #552 )
4 years ago
Igor Chubin
7333c4d950
Add several RU translations ( #535 )
4 years ago
Igor Chubin
5c449742ec
Merge pull request #542 from gregdan3/master
...
Observe region data from all Geo-IP sources
4 years ago
Igor Chubin
d551735021
Handle 404 properly ( #500 , #459 , #372 )
4 years ago
Igor Chubin
ed569540bc
Canonify contries names
4 years ago
Igor Chubin
e525129847
Move broken entries to a separate dir
4 years ago
Igor Chubin
a5532419fa
Add pycountry to requirements.txt
4 years ago
Igor Chubin
3c8149a227
Cleanup
4 years ago
Igor Chubin
3ae30af48d
Update from master
4 years ago
Igor Chubin
ab756f1134
Check for 'United States of America' ( #474 )
4 years ago
Igor Chubin
482dffc9a9
Use violet for extremely cold temp ( #11 )
4 years ago
Igor Chubin
4e42841c4b
Clean we-lang code up
4 years ago
Igor Chubin
b5d3da52cc
Add alias conversion for YYZ ( #557 )
4 years ago
Igor Chubin
40892a937d
Merge pull request #558 from amadeogarcia/master
...
Final Spanish corrections
4 years ago
Igor Chubin
b2b8d6d17d
Merge branch 'master' into master
4 years ago
Amadeo García Torrano
08de2bf51a
Final Spanish corrections
...
In my opinion with this commit we can close the issue #533 . I edited `es.txt` and `es-help.txt` in `share/translations`. `we-lang.go` was okay, so I didn't touch it.
I apologize for being absent the last 2 months after suggesting said issue.
4 years ago
Gregory Danielson
e98fbe9258
Document expected ipcachewrite input and output, with optional latlong entries
4 years ago
Gregory Danielson
c49c0a5c0e
Remove lat, long from _ip2location because WS5 is more expensive
4 years ago
Igor Chubin
1b25e16a37
Minor code cleanup
4 years ago
Igor Chubin
41d4d3d789
Extend location.py docstring
4 years ago
Gregory Danielson
26372148b5
Merge branch 'master' of github.com:chubin/wttr.in
4 years ago
Gregory Danielson
303c2d2ab7
Observe two possible names for United States when checking us_ip
4 years ago
Gregory Danielson
bdcb24742d
Rework ipcache write to include new data from all sources
4 years ago
Gregory Danielson
c349dc2f17
Break from IPLOCATION method loop if one method produces non-null result
4 years ago
Gregory Danielson
34313eb162
Rework get_location to handle additions to location tuple; same return
4 years ago
Gregory Danielson
e8cc9adc7f
Rework geoip to include ccode, lat, long for cache purposes
4 years ago
Gregory Danielson
88cd84b5d2
Rework ipinfo to include ccode, lat, long for cache purposes
4 years ago
Gregory Danielson
b7517bce65
Rework ip2location to include ccode, lat, long for cache purposes
4 years ago
Gregory Danielson
66802657a5
Add COUNTRY_MAP dict for workaround function cleanliness
4 years ago
Gregory Danielson
117727bc2b
Add pycountry dependency for converting ISO code to country name
4 years ago
Igor Chubin
4eedafb813
Merge pull request #546 from dnkl/add-foot-to-list-of-terminals-with-image-support
4 years ago
Daniel Eklöf
9c4e2b1cfb
Add ‘foot’ to list of terminals with image support
...
Foot, https://codeberg.org/dnkl/foot , has sixel support.
4 years ago
Igor Chubin
b37d8028bf
Merge pull request #545 from UlisesAlexanderAM/master
...
Spanish translation corrections and additions
4 years ago
Ulises Alexander Arguelles Monjaraz
3c64af0697
Corrects some words in spanish, and adds translation
...
for 2 options not include in es-help.txt but present in help.txt
4 years ago
Ulises Alexander Arguelles Monjaraz
cbea96f43a
Corrects some words in spanish, and changes others for a better comprehention
4 years ago
Igor Chubin
74283de5f5
Bind v3
4 years ago
Igor Chubin
626a106186
Fix bug with location format
4 years ago
Igor Chubin
d224efae39
Add note about VTE-based terminals
4 years ago
Igor Chubin
8401a06f4a
Add Konsole and st sixel support info
4 years ago
Gregory Danielson
bd7dd05cca
Observe region in geolocator
4 years ago
Gregory Danielson
953284d3d1
Check US IP out of 2nd element of query_source_location, due to added region
4 years ago
Gregory Danielson
afde91211c
Check and observe region and country in building formatted location
4 years ago
Gregory Danielson
deb2a5d01f
Adjust ipcache to observe new region
...
THIS WILL INVALIDATE THE EXISTING CACHE!
The new cache now pulls data from all three of geoip, ip2location, and
ipinfo, and stores it in the relatively simple city;region;country
format.
The old format would either store city;country or store
countrycode;country;region;city directly from ip2location, so it is much
more consistent with this change.
4 years ago
Gregory Danielson
2ebdb15398
Adjust ipcachewrite to account for region addition
4 years ago
Gregory Danielson
c7d3b32d53
Remove cache operation from ip2location; shortcut where possible
...
This comes with something of a refactor.
- IP2LOCATION_KEY is now checked with `if not` to reduce indention
- ConnectionError is increased to RequestException to catch all requests
errors
- On that note, now raising for status too
4 years ago
Gregory Danielson
628a860d6d
Remove cache operation from ipinfo; shortcut where possible
...
This comes with something of a refactor.
- IPINFO_TOKEN is now checked with `if not` to reduce indention
- ConnectionError is increased to RequestException to catch all requests
errors
- On that note, now raising for status too
- Now catching ValueError in case of json parsing failure
4 years ago
Gregory Danielson
996485adf1
Remove cache operation from geoip; shortcut where possible
4 years ago
Gregory Danielson
e4ac3f266f
Do cache read and write in get_location instead of duplicated in each IPLOCATION_ORDER method
4 years ago
Gregory Danielson
7af4aaa8ec
Correct docstring for get_location
4 years ago
Gregory Danielson
e1adca3bf0
Add region into location formatting
4 years ago