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

EngineeringCRS: make proj_create_engineering_crs() set a datum name, … #3685

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

rouault
Copy link
Member

@rouault rouault commented Mar 28, 2023

…and relax isEquivalentTo() comparisons to deal with case of r-spatial/sf#2049 (comment)

// Test equivalent of CRS definition got from GPKG (wkt2) and its equivalent
// from GeoTIFF (wkt1)
// Cf /~https://github.com/r-spatial/sf/issues/2049#issuecomment-1486600723
auto wkt1 = "ENGCRS[\"Undefined Cartesian SRS with unknown unit\",\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it an unknown unit? There says metre.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I guess it is coming from the example in the comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I guess it is coming from the example in the comment.

yes

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

Successfully merging this pull request may close these issues.

2 participants