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
Hello. I keep getting the following error when trying to run pyproj in chapter_4_vector.ipynb.
`RuntimeError Traceback (most recent call last) in 1 from pyproj import Proj ----> 2 Proj('+init=epsg:2193', preserve_flags=True)
~\Anaconda3\envs\open-geo-tutorial\lib\site-packages\pyproj_init_.py in new(self, projparams, preserve_units, **kwargs) 360 # on case-insensitive filesystems). 361 projstring = projstring.replace('EPSG','epsg') --> 362 return _proj.Proj.new(self, projstring) 363 364 def call(self, *args, **kw):
_proj.pyx in _proj.Proj.cinit()
RuntimeError: b'no arguments in initialization list'`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. I keep getting the following error when trying to run pyproj in chapter_4_vector.ipynb.
`RuntimeError Traceback (most recent call last)
in
1 from pyproj import Proj
----> 2 Proj('+init=epsg:2193', preserve_flags=True)
~\Anaconda3\envs\open-geo-tutorial\lib\site-packages\pyproj_init_.py in new(self, projparams, preserve_units, **kwargs)
360 # on case-insensitive filesystems).
361 projstring = projstring.replace('EPSG','epsg')
--> 362 return _proj.Proj.new(self, projstring)
363
364 def call(self, *args, **kw):
_proj.pyx in _proj.Proj.cinit()
RuntimeError: b'no arguments in initialization list'`
The text was updated successfully, but these errors were encountered: