-
Notifications
You must be signed in to change notification settings - Fork 140
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
Pass numpy-nDarray directly to spectralpython #3
Comments
Most of the |
It worked as aspected :)
maybe there is abetter way to concatenate my layers, but as it is works great! |
The way you are doing it looks fine. If you know the shape, data type, and number layers, you could save some memory by pre-allocating |
👍 i changed the code to :
Thanks a lot! |
In my workflow the data are coming from GRASS - GIS, from which i'm exporting the raster layers as an Envi multiband dataset which i use as input to spectralpython.
In GRASS the same layers are available as numpy N-Darray without involve any export, how can i use spectralpython to read a numpy N-DArray as input instead of use the envi dataformat ?
The text was updated successfully, but these errors were encountered: