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

Changes for use of double[] instead of pointers for some funcs (deals with #53) #57

Closed
wants to merge 12 commits into from

Conversation

fpl
Copy link
Contributor

@fpl fpl commented Sep 21, 2023

GDALApplyGeoTransform needs to fix only the first double* parameter and leaving intact the final two ones. Even,
using the number of expected values in the arrays would be better, so parse_h.pl probably needs a revision for a better overriding mechanism.

@shawnlaffan
Copy link
Collaborator

@ajolma - if this makes sense then it should be merged?

#53 can be left open to record the changes needed for the parser script.

@shawnlaffan
Copy link
Collaborator

@fpl - are you able to add a test for this? That will identify any future cases where these functions are updated incorrectly.

@fpl
Copy link
Contributor Author

fpl commented Oct 29, 2023

@fpl - are you able to add a test for this? That will identify any future cases where these functions are updated incorrectly.

Will do.

fpl added a commit to fpl/Geo-GDAL-FFI that referenced this pull request Nov 15, 2023
@shawnlaffan
Copy link
Collaborator

Superseded by #65

shawnlaffan added a commit that referenced this pull request Jun 12, 2024
Closes #53 with simple tests (this obsoletes PR #57 and PR #65)
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