I have been able to use the segmentation algorithm and a scikit-learn based object classification with a very good computer performance (I am working with a fourth part of a Landsat scene). Unfortunately, when I try to write the output using the "exportCol2GDALImage" function, the process is very slow. It finishes it correctly but after some minutes.
I have just updated my RSGISLib library (2.3.1061) using conda . I'm using Linux Mint 17.1 and Python 3.4 on Anaconda 2.3 environment.
Any hint will be welcome
Thanks in advance
Aitor
--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To post to this group, send email to rsgislib...@googlegroups.com.
Visit this group at http://groups.google.com/group/rsgislib-support.
For more options, visit https://groups.google.com/d/optout.
import rsgislib
t = rsgislib.RSGISTime() t.start() # Insert function call here t.end()