Open perllaghu opened 4 years ago
thanks for these (sorry for tardiness :grimacing: )
The first one is now fixed (#25), and the second one sounds like it is best fixed at the SRTM.py level? This is definitely a dodge on my part -- I'll leave this open in case anyone figures out a nice way to fix it here.
code: https://github.com/google/fonts/blob/master/ofl/cinzel/Cinzel-Regular.ttf?raw=True
tohttps://github.com/google/fonts/blob/master/ofl/cinzel/static/Cinzel-Regular.ttf?raw=true
You can get round this problem by specifying the font as in your "Plot with custom fonts and elevation colors!" example
SRTM.py
data is failing.Test code:
.... and we cascade down to
Connection to http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N49W007.hgt.zip failed (timeout)
- in practice, this is because the URL is nowhttps://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N49W007.hgt.zip
andurllib3
's not smart enough to follow the301
code