This website requires JavaScript.
Explore
Help
Sign In
facat
/
gdal
Watch
1
Star
0
Fork
You've already forked gdal
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bece894a0c
gdal
/
dem_utils.py
7 lines
90 B
Python
Raw
Blame
History
import
numpy
as
np
def
distance
(
a
,
b
)
:
r
=
np
.
sum
(
(
a
-
b
)
*
*
2
)
*
*
0.5
return
r
Reference in New Issue
View Git Blame
Copy Permalink