We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The workflow consists of the following:
Config example:
"shift_coordinates": { --- optional "crs_transformation": { --- optional "source_epsg": 7415, "target_epsg": 4979 }, "shift_x": 51.3, "shift_y": 3.4, "shift_z": 40 },
The text was updated successfully, but these errors were encountered:
Make sure that compound CRS can be used, for example EPSG 32617 (WGS 84 / UTM zone 17N) + EPSG 5703 (NAVD88 height)
Edit: this will be done under #83
Sorry, something went wrong.
#81: Make sure that data can be shifted given WGS84 coordinates as re…
f5ec8e0
…ference point (#82)
priscavdsluis
Successfully merging a pull request may close this issue.
The workflow consists of the following:
Config example:
The text was updated successfully, but these errors were encountered: