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

Issue with pyproj #6

Open
geo-py opened this issue Jan 30, 2019 · 0 comments
Open

Issue with pyproj #6

geo-py opened this issue Jan 30, 2019 · 0 comments

Comments

@geo-py
Copy link

geo-py commented Jan 30, 2019

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'`

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

No branches or pull requests

1 participant