diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-16 08:49:18 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-16 08:49:18 +0200 |
commit | e1c9de14ca94a9bc6a957859c7140808b51eba98 (patch) | |
tree | 541c4bdd9309b24355c11ff4e070bb3ea9f23220 /core | |
parent | 7b67eb52dc98eab936b8000216a0132b4153d642 (diff) | |
download | troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.tar.gz troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.tar.bz2 troggle-e1c9de14ca94a9bc6a957859c7140808b51eba98.zip |
trying to find srtm *fix stations
Diffstat (limited to 'core')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py index 12f7615..daf48b3 100644 --- a/core/utils.py +++ b/core/utils.py @@ -363,7 +363,7 @@ def find_nearest_point(points, target_point): #let raw = [[406264.72, 5278037.57, 873.53], #first version: #rawheights = [[406264.72, 5278037.57, 873.53], - +# [[406264.72, 5278037.57, 826.64], from constants.js 14 Nov 2023, i.e. 46.89m lower rawheights = [[406264.72, 5278037.57, 873.53], [406314.69, 5278036.50, 861.60], [406364.66, 5278035.43, 852.51], |