hydromt_fiat.FIATModel.reproject#

FIATModel.reproject(crs: CRS | int | str | None = None) None[source]#

Reproject the model to a specific coordinate system.

Parameters:

crs (CRS | int | str | None, optional) – The coordinate system to reproject to. If None, the model crs is used, which is derived from the region, for reprojecting all spatial components. By default None.