We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to get the following projection EPSG:4001
import pyepsg pyepsg.get(41001)
But I get:
Traceback (most recent call last): File "/opt/conda/envs/rapids-0.20/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3441, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-3-9526ddd0d1ad>", line 1, in <module> pyepsg.get(41001) File "/opt/conda/envs/rapids-0.20/lib/python3.8/site-packages/pyepsg.py", line 288, in get root = ET.fromstring(xml) File "/opt/conda/envs/rapids-0.20/lib/python3.8/xml/etree/ElementTree.py", line 1321, in XML return parser.close() File "<string>", line unknown ParseError: no element found: line 2, column 1
Any clue on what I am doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to get the following projection EPSG:4001
But I get:
Any clue on what I am doing wrong?
The text was updated successfully, but these errors were encountered: