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
Traceback (most recent call last):
File "/Users/rmay/miniconda3/envs/py38/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3319, in run_codeexec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-7-89bf4603e739>", line 3, in <module>
proj.domain_of_validity()
File "/Users/rmay/miniconda3/envs/py38/lib/python3.8/site-packages/pyepsg.py", line 205, in domain_of_validity
gml =ET.fromstring(xml)
File "/Users/rmay/miniconda3/envs/py38/lib/python3.8/xml/etree/ElementTree.py", line 1320, in XML
parser.feed(text)
File "<string>", line unknown
ParseError: mismatched tag: line 33, column 4
The error results in this case from trying to access the url: http://epsg.io/urn:ogc:def:area:EPSG::3544.gml?download
which you can see results in a 500 error page. My best guess is maybe previously the domain was returned as e.g. 3544 and not "urn:ogc:def:area:EPSG::3544"? Just a guess. Regardless, the function is unusable and causes CartoPy to error out whenever trying to use the EPSG functionality.
The text was updated successfully, but these errors were encountered:
The call to
domain_of_validity()is now resulting in an error:yields
The error results in this case from trying to access the url: http://epsg.io/urn:ogc:def:area:EPSG::3544.gml?download
which you can see results in a 500 error page. My best guess is maybe previously the domain was returned as e.g. 3544 and not "urn:ogc:def:area:EPSG::3544"? Just a guess. Regardless, the function is unusable and causes CartoPy to error out whenever trying to use the EPSG functionality.
The text was updated successfully, but these errors were encountered: