We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d23c9 commit 64646c1Copy full SHA for 64646c1
solaris/utils/core.py
@@ -85,6 +85,8 @@ def _check_crs(input_crs):
85
out_crs = input_crs.to_epsg()
86
elif isinstance(input_crs, int):
87
out_crs = input_crs
88
+ elif input_crs is None:
89
+ out_crs = input_crs
90
return out_crs
91
92
def get_data_paths(path, infer=False):
0 commit comments