Skip to content
Snippets Groups Projects
Commit b310ef6e authored by David Radu's avatar David Radu
Browse files

Merge remote-tracking branch 'origin/feature-ol' into feature-ol

parents 81a79718 093cae22
No related branches found
No related tags found
No related merge requests found
# Path to data folder
data_path: 'D:/ULg_PhD_work/datasets/resite_ip/'
#data_path: '/data/dcradu/resite_ip/'
#data_path: '../../EVO/dcradu/resite_ip/'
#data_path: 'D:/ULg_PhD_work/datasets/resite_ip/'
data_path: '/home/dcradu/data/resite_ip/'
# Spatial resolution (in degrees) of the potential sites.
spatial_resolution: 0.25
......
......@@ -5,7 +5,9 @@ from glob import glob
from os import listdir
from os.path import join, isfile
import dask
import dask.array as da
dask.config.set({"array.slicing.split_large_chunks": True})
import geopy.distance
import xarray as xr
import xarray.ufuncs as xu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment