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

Pipeline instanciation: better error message when an inverse operation is needed in forward path and not available #4014

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Jan 27, 2024

... and fix a copy-paste error where fwd4d was tested instead of inv4d

Before:

$ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
pipeline: Pipeline: A forward operation couldn't be constructed

Now:

$ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
pipeline: Pipeline: Inverse operation for isea is not available

Slightly related to OSGeo/gdal#9149

…n is needed in forward path and not available

and fix a copy-paste error where fwd4d was tested instead of inv4d

Before:
```
$ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
pipeline: Pipeline: A forward operation couldn't be constructed
```

Now:
```
$ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
pipeline: Pipeline: Inverse operation for isea is not available
```

Slightly related to OSGeo/gdal#9149
@rouault rouault added this to the 9.4.0 milestone Jan 27, 2024
@rouault rouault merged commit e31195f into OSGeo:master Jan 29, 2024
22 checks passed
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.

1 participant