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 proj_grid_get_info_from_database #1494

Merged
merged 1 commit into from
Jun 1, 2019
Merged

Conversation

nyalldawson
Copy link
Contributor

Allows retrieval of grid metadata from a grid filename. Currently the only way to retrieve this is via proj_coordoperation_get_grid_used, but that requires an existing coordinate operation object (which can be impossible to create if a particular grid is not locally available).

src/iso19111/c_api.cpp Show resolved Hide resolved
src/iso19111/c_api.cpp Outdated Show resolved Hide resolved
@nyalldawson
Copy link
Contributor Author

@rouault done!

@kbevers
Copy link
Member

kbevers commented May 31, 2019

Complaint from Travis:

proj_get_source_crs
 proj_get_target_crs
 proj_get_type
+proj_grid_get_info_from_database
 proj_grid_info
 proj_identify
 proj_info
Difference(s) found in exported symbols. If intended, refresh scripts/reference_exported_symbols.txt with 'scripts/dump_exported_symbols.sh src/.libs/libproj.so > scripts/reference_exported_symbols.txt'
The command "./travis/${BUILD_NAME}/install.sh" failed and exited with 1 during .

Error message explains what to do :)

@nyalldawson
Copy link
Contributor Author

@kbevers thanks, fixed

@kbevers kbevers added this to the 6.2.0 milestone Jun 1, 2019
@kbevers kbevers merged commit d246f1c into OSGeo:master Jun 1, 2019
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.

3 participants