-
Notifications
You must be signed in to change notification settings - Fork 3
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
tutorial #1
Comments
Hi @Joaquin-Urruti , So you wanna first open the raster with the function openGeoTiff(). It will return the 2D array. You use this one on the function
|
Hi @ArcticSnow! Thanks for the answer. I'm trying to install the lib like I show in the pic but can't access the methods of rasterTool. I'm a bit lost sorry |
try from dempy import rasterTool as rt
rt.openGeoTiff(file) |
thank you Simon. I wasn't able to install on macos, I had some problem with open-cv |
I installed in a new anaconda env in windows but couldn't make it work either. |
I have had many issues of compatibilities between gdal and opencv. A trick I think I had was to install gdal with conda and opencv with pip. It is an ad-hoc solution. Both library are very useful but sadly not easily compatible. |
Hi! I'm not an advanced user of python so don't know how to use the package. I tryed to detrend a raster but couldn't do it. Could you give me some help on how to call the function once I installed the package?
The text was updated successfully, but these errors were encountered: