Skip to content

Commit

Permalink
Merge pull request #159 from carpentries-incubator/fix-link
Browse files Browse the repository at this point in the history
fix link remove underscore for new template
  • Loading branch information
rbavery authored Aug 11, 2023
2 parents d976591 + 0e0dc0b commit c8848d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/06-raster-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ raster_ams_b9.plot(vmin=100, vmax=7000)

## View Raster Coordinate Reference System (CRS) in Python
Another information that we're interested in is the CRS, and it can be accessed with `.rio.crs`. We introduced the concept of a CRS in [an earlier
episode]({{ page.root }}{% link _episodes/03-crs.md %}).
episode]({{ page.root }}{% link episodes/03-crs.md %}).
Now we will see how features of the CRS appear in our data file and what
meanings they have. We can view the CRS string associated with our DataArray's `rio` object using the `crs`
attribute.
Expand Down

0 comments on commit c8848d8

Please sign in to comment.