Skip to content

Commit

Permalink
Merge branch 'master' into parametric-function-ring
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Dec 18, 2024
2 parents fbaaed5 + 16383a9 commit 0a5d340
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 0a5d340

Please sign in to comment.