You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frompyprojimportProjimportlogginglogging.basicConfig(level=logging.DEBUG)
p=Proj("+proj=stere +a=6370000 +b=6370000 +lat_0=90 +lat_ts=60 +lon_0=10 +units=m +no_defs")
p.crs.source_crs# DEBUG:pyproj:PROJ_ERROR: proj_crs_get_coordoperation: Object is not a DerivedCRS or BoundCRS
Problem description
Pyproj ouputs the following error message on debug log level:
DEBUG:pyproj:PROJ_ERROR: proj_crs_get_coordoperation: Object is not a DerivedCRS or BoundCRS
I have started seeing this with Pyproj 3.1.0, whereas the one reported in #822 is now gone. I tested with pyproj 2.6.1 and PROJ 7.1.1 and it is not there.
Expected Output
No log message or at least not a DEBUG message with a PROJ_ERROR.
This is equivalent to #822
But while the message "PROJ_ERROR: proj_crs_get_sub_crs: Object is not a CompoundCRS" is now gone I see this
Code Sample, a copy-pastable example if possible
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you:
http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
Problem description
Pyproj ouputs the following error message on debug log level:
DEBUG:pyproj:PROJ_ERROR: proj_crs_get_coordoperation: Object is not a DerivedCRS or BoundCRS
I have started seeing this with Pyproj 3.1.0, whereas the one reported in #822 is now gone. I tested with pyproj 2.6.1 and PROJ 7.1.1 and it is not there.
Expected Output
No log message or at least not a DEBUG message with a PROJ_ERROR.
Environment Information
pyproj -v
python -m pyproj -v
python -c "import pyproj; pyproj.show_versions()"
python -c "import pyproj; print(pyproj.__version__)"
)python -c "import pyproj; print(pyproj.proj_version_str)"
)python -c "import pyproj; print(pyproj.datadir.get_data_dir())"
)python -c "import sys; print(sys.version.replace('\n', ' '))"
)python -c "import platform; print(platform.platform())"
)Installation method
conda-forge
Conda environment information (if you installed with conda):
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: