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

cookiecutter in utils.py #38

Open
puru07 opened this issue Jan 24, 2018 · 1 comment
Open

cookiecutter in utils.py #38

puru07 opened this issue Jan 24, 2018 · 1 comment

Comments

@puru07
Copy link

puru07 commented Jan 24, 2018

it fails to execute
from gippy.algorithms import CookieCutter

I looked at the gippy's documentation and realized it should be:
from gippy.algorithms import cookie_cutter

modified it and ran 'python setup.py install' again after removing the previous build and dist folder.

ref: https://gippy.readthedocs.io/en/latest/algorithms.html

@ircwaves
Copy link
Contributor

ircwaves commented Jan 25, 2018

Thanks @puru07. Updating lidar2dems to use gippy>=1.0 has been on the todo list, but hasn't gotten to the top of the stack. I believe the latest version that we've tested with is v0.3.11. There were a lot of compatibility breaking changes with 1.0 release, so I'd recommend going back and using 0.3.11, unless you're up for porting 👍 .

Looks like the installation docs point toward v0.3.9: http://applied-geosolutions.github.io/lidar2dems/doc/installation.html , and there is a nice install script there that you can use on that page.

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

2 participants