Skip to content
Snippets Groups Projects
Commit 10eb82a6 authored by Bing Gong's avatar Bing Gong
Browse files

Change the geo_info path

parent f4b6a65e
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ from matplotlib.colors import LinearSegmentedColormap
from skimage.metrics import structural_similarity as ssim
import pickle
with open("geo_info.json","r") as json_file:
with open("../geo_info.json","r") as json_file:
geo = json.load(json_file)
lat = [round(i,2) for i in geo["lat"]]
lon = [round(i,2) for i in geo["lon"]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment