<!-- A short summary of the issue, if appropriate --> There is a typo in http://xarray.pydata.org/en/stable/io.html#rasterio `In [35]: rds4326 = rio.rio.reproject("epsg:4326")` Should instead be `In [35]: rds4326 = rds.rio.reproject("epsg:4326")`