Skip to content

Commit

Permalink
Merge pull request #271 from sacridini/patch-1
Browse files Browse the repository at this point in the history
Update 06-reproj.qmd
  • Loading branch information
Robinlovelace authored Oct 29, 2024
2 parents aa9ec72 + 93f14e9 commit 9fa66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-reproj.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The output specifies the following pieces of information:

The WKT representation, which is internally used when saving the object to a file or doing any coordinate operations, can be extracted using `.crs.to_wkt()` as shown above (@sec-coordinate-reference-systems).
We can also see that the `world` object has the WGS84 ellipsoid, the latitude and longitude axis order, and uses the Greenwich prime meridian.
We also have the suitable suitable area specification for the use of this CRS, and CRS identifier: `EPSG:4326`.
We also have the suitable area specification for the use of this CRS, and CRS identifier: `EPSG:4326`.

The CRS specification object, such as `world.crs`, has several useful properties and methods to explicitly retrieve information about the used CRS.
For example, we can check whether the CRS is geographic with the `.is_geographic` property.
Expand Down

0 comments on commit 9fa66bc

Please sign in to comment.