Skip to content

Commit

Permalink
Use HTTPS as suggested in #44
Browse files Browse the repository at this point in the history
Closes #44
  • Loading branch information
alexamici authored Mar 16, 2021
1 parent 6819b29 commit d902e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elevation/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def srtm_ellip_tiles_names(left, bottom, right, top, tile_name_template='{slat}{
SRTM3_SPEC = {
'folders': ('spool', 'cache'),
'file_templates': {'Makefile': DATASOURCE_MAKEFILE},
'datasource_url': 'http://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/tiff',
'datasource_url': 'https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/tiff',
'tile_ext': '.tif',
'compressed_pre_ext': '',
'compressed_ext': '.zip',
Expand Down

0 comments on commit d902e62

Please sign in to comment.