Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Reading and writing files docs #4059

Closed
clausmichele opened this issue May 14, 2020 · 3 comments · Fixed by #4063
Closed

Typo in Reading and writing files docs #4059

clausmichele opened this issue May 14, 2020 · 3 comments · Fixed by #4063

Comments

@clausmichele
Copy link
Contributor

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")

@keewis
Copy link
Collaborator

keewis commented May 14, 2020

good catch. Would you like to put in a PR fixing that?

@clausmichele
Copy link
Contributor Author

Sure, should I use the master branch or the fix-docs?

@keewis
Copy link
Collaborator

keewis commented May 14, 2020

use master and create a new feature branch from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants