Spaces:
Running
Running
Update pages/Hail.py
Browse files- pages/Hail.py +7 -7
pages/Hail.py
CHANGED
@@ -28,13 +28,13 @@ import rasterio
|
|
28 |
import rioxarray
|
29 |
import numpy as np
|
30 |
|
31 |
-
from urllib import request
|
32 |
-
import certifi
|
33 |
-
import ssl
|
34 |
-
context = ssl.create_default_context(cafile=certifi.where())
|
35 |
-
https_handler = request.HTTPSHandler(context=context)
|
36 |
-
opener = request.build_opener(https_handler)
|
37 |
-
request.install_opener(opener)
|
38 |
|
39 |
@st.cache(allow_output_mutation=True)
|
40 |
def geocode(address, buffer_size):
|
|
|
28 |
import rioxarray
|
29 |
import numpy as np
|
30 |
|
31 |
+
# from urllib import request
|
32 |
+
# import certifi
|
33 |
+
# import ssl
|
34 |
+
# context = ssl.create_default_context(cafile=certifi.where())
|
35 |
+
# https_handler = request.HTTPSHandler(context=context)
|
36 |
+
# opener = request.build_opener(https_handler)
|
37 |
+
# request.install_opener(opener)
|
38 |
|
39 |
@st.cache(allow_output_mutation=True)
|
40 |
def geocode(address, buffer_size):
|