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

Add transformation accuracy #13

Open
kbevers opened this issue Jan 7, 2020 · 0 comments
Open

Add transformation accuracy #13

kbevers opened this issue Jan 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@kbevers
Copy link
Contributor

kbevers commented Jan 7, 2020

We should be able to display the accuracy of a transformation between to CRS's. This would probably be best placed in a metadata end-point of /trans/, e.g /v1.1/trans/<from>/<to>/metadata which should return something like:

{
	"crs_src": "EPSG:4258",
	"crs_dst": "EPSG:4326",
	"accuracy": "1.0 m",
	"valid_bbox": [32.88,-16.1,84.17,40.18],
	"area_of_use": "Europe - ETRS89",
	"usage": "ETRS89 and WGS 84 are realizations of ITRS coincident to within 1 metre. This transformation has an accuracy equal to the coincidence figure.",
	"proj_string": "+proj=noop"
}

For EPSG registered CRS's this is easy to provide. Somewhat more complicated for DK:S34S etc but where there's a will there's a way.

@kbevers kbevers added the enhancement New feature or request label Jan 7, 2020
@kbevers kbevers added this to the 1.1 milestone Jan 7, 2020
@kbevers kbevers removed this from the 1.1.0 milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant