windkit.spatial.crs_are_equal
- windkit.spatial.crs_are_equal(obj_a, obj_b)[source]
Check if CRS’s of two WindKit objects are equal
- Parameters:
obj_a (int, dict, str, CRS, geopandas.GeoDataFrame, geopandas.GeoSeries,xarray.DataArray,xarray.Dataset) – Object to compare.
obj_b (int, dict, str, CRS, geopandas.GeoDataFrame, geopandas.GeoSeries,xarray.DataArray,xarray.Dataset) – Object to compare.
- Returns:
True if the CRS’s are equal. False otherwise.
- Return type: