Skip to content

Commit

Permalink
Update src/baec/coordinates.py
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Wimmers <[email protected]>
  • Loading branch information
PabloVasconez and RDWimmers committed Jun 10, 2024
1 parent 635ec57 commit 214c513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/baec/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def __init__(self, horizontal: pyproj.CRS, vertical: pyproj.CRS) -> None:
def from_epsg(cls, horizontal: int, vertical: int) -> CoordinateReferenceSystems:
"""
Creates a CoordinateReferenceSystems object from the EPSG codes of the horizontal and vertical CRS.
Notes:
-----------
If your settlement rod is located in the Netherlands the horizontal coordinate reference systems is likely `28992` (Amersfoort / RD New) and the vertical `5709` (NAP height). To combine use `7415` (Amersfoort / RD New + NAP height).
Parameters:
----------
Expand Down

0 comments on commit 214c513

Please sign in to comment.