We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d04201 commit d18037dCopy full SHA for d18037d
1 file changed
workflow/scripts/area_potential.py
@@ -95,6 +95,7 @@ def get_area_potential(
95
96
potential_da.name = "area_potential"
97
potential_da = potential_da.transpose("band", "y", "x")
98
+ potential_da.rio.write_crs(ds.rio.crs, inplace=True)
99
potential_da.rio.to_raster(output_path, driver="GTiff", compress="LZW")
100
101
potential_da.plot()
0 commit comments