We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1bcf0 commit 16383a9Copy full SHA for 16383a9
src/transforms/validcoords.jl
@@ -4,10 +4,12 @@
4
5
"""
6
ValidCoords(CRS)
7
+
8
+Retain the geometries within the domain of the projected `CRS`.
9
10
ValidCoords(code)
11
-Retain the geometries within the domain of the
-projection of type `CRS` or with EPSG/ESRI `code`.
12
+Alternatively, specify the projected `CRS` using a EPSG/ESRI `code`.
13
14
struct ValidCoords{CRS} <: GeometricTransform end
15
0 commit comments