Skip to content

Commit

Permalink
Fixed typo in rasterio docs (#4063)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele authored May 14, 2020
1 parent 8051c47 commit 2542a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ GDAL readable raster data using `rasterio`_ as well as for exporting to a geoTIF
In [4]: rds.rio.crs
Out[4]: CRS.from_epsg(32618)

In [5]: rds4326 = rio.rio.reproject("epsg:4326")
In [5]: rds4326 = rds.rio.reproject("epsg:4326")

In [6]: rds4326.rio.crs
Out[6]: CRS.from_epsg(4326)
Expand Down

0 comments on commit 2542a63

Please sign in to comment.