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 query_geodetic_crs_from_datum #1390

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jjimenezshaw
Copy link
Contributor

@jjimenezshaw jjimenezshaw commented Mar 31, 2024

Adds new API to PROJ. database.query_geodetic_crs_from_datum

pyproj/database.pyx Outdated Show resolved Hide resolved
pyproj/database.pyx Outdated Show resolved Hide resolved
pyproj/database.pyx Outdated Show resolved Hide resolved
@snowman2
Copy link
Member

I tried to re-produce the error and couldn't with main...snowman2:pyproj:docker .

To debug, I suggest modifying the CI tests to specifically run the test that fails and trying these configurations:

  • set PROJ_DEBUG environment variable to 3
  • add -vv flag to tests
  • Install gdb and run gdb -ex=r --args /venv/bin/python -B -m pytest test/test_database.py

@snowman2
Copy link
Member

Also, it may not hurt to rebase this PR against the latest version.

@jjimenezshaw
Copy link
Contributor Author

Also, it may not hurt to rebase this PR against the latest version.

I did rebase (after some problems), but the tests are not running. Is anything broken in the gh actions?

@snowman2 snowman2 closed this Apr 19, 2024
@snowman2 snowman2 reopened this Apr 19, 2024
@snowman2
Copy link
Member

I see this error:

The workflow is not valid. .github/workflows/tests.yaml (Line: 127, Col: 17): Unexpected value ''

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.

Add proj_query_geodetic_crs_from_datum
2 participants