diff --git a/hydromt_fiat/fiat.py b/hydromt_fiat/fiat.py index 7dbaec6e..f2ebfb4a 100644 --- a/hydromt_fiat/fiat.py +++ b/hydromt_fiat/fiat.py @@ -92,7 +92,7 @@ def setup_global_settings( The CRS of the model. """ if crs: - self.set_config("global.crs", crs) + self.set_config("global.crs", f"EPSG:{crs}") if gdal_cache: self.set_config("global.gdal_cache", gdal_cache) if keep_temp_files: