Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing EPSG:4979 #165

Open
lbruun opened this issue Sep 29, 2023 · 0 comments
Open

Missing EPSG:4979 #165

lbruun opened this issue Sep 29, 2023 · 0 comments

Comments

@lbruun
Copy link

lbruun commented Sep 29, 2023

This EPSG is not present in the spatial_ref_sys.txt file, thus not present in the lib.

I would think the spatial_ref_sys.txt file needs to be refreshed so that it includes EPSGs defined after 2018 ?

Workaround

EPSG:4979 is known as the 3D version of EPSG:4326.
Therefore can be simulated:

var mySimulatedEPSG4979 = org.geolatte.geom.crs.CoordinateReferenceSystems.WGS84
    .addVerticalSystem(LinearUnit.METER, G3D.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant