Skip to content

Commit

Permalink
exclude vertical datum from default Osfm lla_crs
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 4, 2023
1 parent 333c5f0 commit 9d999fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_ortho/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ class OsfmReader(Reader):
# the orthorectified image can be reprojected to UTM.
def __init__(
self, filename: Union[str, Path], crs: Union[str, rio.CRS] = None,
lla_crs: Union[str, rio.CRS] = _default_lla_crs
lla_crs: Union[str, rio.CRS] = CRS.from_epsg(4326)
):
"""
Class for reading camera interior and exterior parameters from an OpenSfM 'reconstruction.json' file.
Expand Down

0 comments on commit 9d999fe

Please sign in to comment.