Skip to content

Commit

Permalink
Improve docstring of ValidCoords
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Dec 18, 2024
1 parent cb1bcf0 commit 16383a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/transforms/validcoords.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

"""
ValidCoords(CRS)
Retain the geometries within the domain of the projected `CRS`.
ValidCoords(code)
Retain the geometries within the domain of the
projection of type `CRS` or with EPSG/ESRI `code`.
Alternatively, specify the projected `CRS` using a EPSG/ESRI `code`.
"""
struct ValidCoords{CRS} <: GeometricTransform end

Expand Down

0 comments on commit 16383a9

Please sign in to comment.