id,node_id,number,title,user,state,locked,assignee,milestone,comments,created_at,updated_at,closed_at,author_association,active_lock_reason,draft,pull_request,body,reactions,performed_via_github_app,state_reason,repo,type 991857313,MDU6SXNzdWU5OTE4NTczMTM=,5782,rio.crs seems to misbehave with geopandas.to_crs,16776790,closed,0,,,7,2021-09-09T06:35:26Z,2022-04-19T02:58:16Z,2022-04-19T02:58:16Z,NONE,,,,"**What happened**: Using rio.crs to reproject a GeoDataFrame throws an Exception, namely 'Warning 1: +init=epsg:XXXX syntax is deprecated. It might return a CRS with a non-EPSG compliant axis order.'. **What you expected to happen**: Exception should not be thrown. This might be a underlying Proj issue. **Minimal Complete Verifiable Example**: ```python # Open files data = xr.open_dataset(path/to/file.nc) gdf = geopandas.read_feather(path/to/feather) # Reproject gdf.to_crs(crs=data.rio.crs, inplace=True) ``` **Anything else we need to know?**: This might be a geopandas issue. Not exactly sure. **Environment**:
Output of xr.show_versions() ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5782/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue