Re: [otb-users] Is it possible to use Gdal raster compression (LZW or DEFLATE) args in otbcli ?

2018-02-21 Thread CedricL
Michel a écrit : > > Hi Cédric, > > You can add any gdal creation option you like by using extended filenames > : > > otbcli_MyApp -in in.tif -out "out.tif?:co:COMPRESS=DEFLATE" > > Julien > > Le 20/02/2018 à 11:59, CedricL a écrit : > > Hi, &g

[otb-users] Is it possible to use Gdal raster compression (LZW or DEFLATE) args in otbcli ?

2018-02-20 Thread CedricL
Hi, I am working with huge dataset over French Guyana and I would like to reduce the output size data using tiff compression, in particular deflate algoritm. In Gdal, using python we can use this kind of things 'COMPRESS=DEFLATE', 'PREDICTOR=3', 'ZLEVEL=9' and for gdal_translate for example

[otb-users] Request: new features to Sentinel-1 orthorectification ?

2017-10-02 Thread CedricL
Good morning, After using a lot Sentinel-1 orthorectification with a lot of success (OTB is very powerful l), in some study area with some important slope like in french Guyana, I would like to know if in the future it should be possible to add a feature that allow user to have local incidence

[otb-users] Error while Activating OTB Toolbox in QGIS

2017-08-14 Thread CedricL
Hi, It's not due to tb but to qgis installer I deed,I dont know why but thé package msys is not installée by default as older version. To solve it you need to run again thé osgeo4w installer ans check msys package to force installation. After you will ne able to update thé otb link. Best

Re: [otb-users] Maximum number of sampling point in Train Classifier not takink into account in OTB 5.10.1

2017-06-23 Thread CedricL
Hello, Thank you Manuel and Jordy for your recommandations. After some new processing using otb 6.0 I don't have the problem like with otb 5.10. It works as expected ! I have to says that it's very nice to have integrate to the training process the new sampling schema that help to have more

[otb-users] Maximum number of sampling point in Train Classifier not takink into account in OTB 5.10.1

2017-05-23 Thread CedricL
Hello, I think it's the same for otb 5.10, but in OTB 5.10.1 I found probably a bug in otbcli_TrainImagesClassifier Indeed even if I say use maximum sampling to 100 it take tha maximum available point as shown in the output. Is it really a bug and if yes what should be the best way to bypass

Re: [otb-users] Re: which distribution of Ubuntu for OTB ?

2017-04-15 Thread CedricL
Hi, I am using ubuntu 17.04 (budgie remix) and otb is working fine after building from source. But may be wait a little bit that main software was ported on 17.04. What I mean is, for example, qgis is only available in 2.14 not 2.18. But standard ubuntu app are already inside. So for me

[otb-users] Best Tips on Sentinel-1 Time Series processing over big area (more than one data) ?

2017-01-23 Thread CedricL
Hello all, I am working on a time series dataset to detect deforestation over s1 time series (I am using grdh vv vh product) over all the french guyana.

Re: [otb-users] Re: Sentinel-1 geometric corrections

2016-08-09 Thread CedricL
Hello, here my brief review of OTB S1 orthorectification, also in comparison to Snap. First of all, it's brief comparison in only one dataset so the review is not fully general and rigorous. Anyway, first, it's very fast (grid parameter at 50m) and output pixel to 10m, otb near 15min and

[otb-users] Re: Sentinel-1 geometric corrections

2016-08-08 Thread CedricL
I reply to me and don't erase my question even if it was easy to solve. Indeed I thought that original output of otbcli_DownloadSRTMTiles could be used for orthorectification. However, the solution is easy, just unzip the dem files. I will search how to unzip it in python script whatever linux

[otb-users] Re: Sentinel-1 geometric corrections

2016-08-08 Thread CedricL
> > Hello, I am trying to use the new OTB 5.6 feature, ortoreficication of Sentinel-1 For that first I calibrate VH, then I use this file with otbcli_DownloadSRTMTiles in order to download the srtm tile. I unzip it to control and files are not corrupted. However xwhen I run the following

[otb-users] OTB 5.6 is out!

2016-07-29 Thread CedricL
Hello, Very nice work. I am exiting to test this new release. Thanks for this works -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to

Re: [otb-users] Sentinel-1 geometric corrections

2016-05-17 Thread CedricL
t gdal release how). > > Regards, > > Julien > > Le 17/05/2016 08:21, CedricL a écrit : > > Hi, I have rrad some news that ossim is improved by otb team in > particular about sentinel-1 orthorectifications. > > > > I have understand that in sup

Re: [otb-users] Sentinel-1 geometric corrections

2016-05-17 Thread CedricL
Hi, I have rrad some news that ossim is improved by otb team in particular about sentinel-1 orthorectifications. I have understand that in superbuild there is ossim including patch to this task but I am not sure. Indeed, after building last otb dev, 5.5 from yesterday and tring using

[otb-users] Re: [Tutorial] How to compile, and use remote modules (or any OTB app) in QGIS?

2016-03-30 Thread CedricL
Hello, thanks a lot for this clear answer. It works very well. However, even after an update of otb processing settings in Qgis, I have the following error in the log area of processing (the same command line in terminal works well otbcli_ComputeImagesStatistics -il

[otb-users] [Tutorial] How to compile, and use remote modules (or any OTB app) in QGIS?

2016-03-30 Thread CedricL
Hi, Thanks for this tutorial. However, I would like to know and to understand if we can include the on value for module at first cmake and not in second time after build main packages ? Other question is why these module are not include in standard packages ? Licence question or not

Re: [otb-users] Using sentinel 2 with otb

2016-02-25 Thread CedricL
I answer to myself, after compiling with gdal 2.1 it's the same: it works well but the syntax that I use to extract only 20m bands give the same results as 10m. Best On Tuesday, February 23, 2016 at 1:53:13 PM UTC+1, CedricL wrote: > > Hi, > > thanks for the tricks. >

Re: [otb-users] Using sentinel 2 with otb

2016-02-23 Thread CedricL
e command > line). We need most likely a dedicated interface to browse and select > subdatasets wich corresponds to a set of bands in a specific UTM zone. > All the info can be retrieved from gdal. > > Note that there are some useful examples in the driver documentation to >

[otb-users] Re: OTB SVM vs Random Forest and its parameter optimisation

2016-01-28 Thread CedricL
. http://jmlr.org/papers/volume15/delgado14a/delgado14a.pdf In the future, in real work I will compare SVM and RF. Best On Saturday, January 23, 2016 at 2:37:46 PM UTC+1, CedricL wrote: > > Hello all, > > last update of OTB 5.2 seems to remove SVM learning (I am not sure). > > What

Re: [otb-users] OTB SVM vs Random Forest and its parameter optimisation

2016-01-24 Thread CedricL
Thanks a lot for this very interesting paper. Now II will better consider random forest and test it more. Best -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this

[otb-users] Otb 5.2 SVM classification not availlable (Ubuntu) ?

2016-01-23 Thread CedricL
Hello all, I have now otb 5.2 but my favorite SVM classification algorithm is not yet available. I remenber reading some "bad" things about opencv and cv which could explain why no svm in otb 5.2 but I would like to know if it will appear in future update ? Best -- -- Check the OTB FAQ at

[otb-users] Re: OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-14 Thread CedricL
Hi all, I have done an update of my ubuntu and even if I don't do e real processing now I don't have the error. So I think the problem is solved. Best On Monday, January 4, 2016 at 12:50:05 PM UTC+1, CedricL wrote: > > Hello, > > First I wish an happy new year to OTB user and more

[otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-04 Thread CedricL
Hello, First I wish an happy new year to OTB user and more for OTB dev team which provide a good tools. I am trying to use last version 5.2 in ubuntu 10.04 using ubuntugis-unstable ppa. However, after instalation whatever otbcli tools I have the following error (here for otb_Convert):

Re: [otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-04 Thread CedricL
UTC+1, Grizonnet Manuel wrote: > > FYI I've opened a bug after I've tried to migrate from 5.0 to 5.2 > packages from ubuntugis: > > https://bugs.orfeo-toolbox.org/view.php?id=1126 > > Not sure that it is related > > Le 04/01/2016 13:48, CedricL a écrit : > > He

Re: [otb-users] OTB 5.2 in Ubuntu 14.04 : Error to launch any otbcli

2016-01-04 Thread CedricL
Hello, thanks for help, I will try. Yes, it's ubuntu 14.04 not 10.04, sorry for the mistakes. Best On Monday, January 4, 2016 at 1:14:23 PM UTC+1, Rashad M wrote: > > Hello CedricL, > > On Mon, Jan 4, 2016 at 12:50 PM, CedricL <clar...@gmail.com > > wrote: > >

Re: [otb-users] Using sentinel 2 with otb

2015-12-08 Thread CedricL
n time, if you build your gdal and otb yourself, you can > already have S2 support. For next OTB release (5.2, in a few days), we > will also try to get the S2 driver in Superbuild and standalone > linux/mac/windows packages. > > Regards, > > Julien > > [1] http://gdal.

Re: [otb-users] Re: How can i install OTB 4.4 on Centos 6.6

2015-05-27 Thread CedricL
i see, i hope if you can point me to a tutorial where i can find all steps to do to compile it thanks 2015-05-26 6:13 GMT+01:00 CedricL clar...@gmail.com javascript:: Hi, Otb 4.4 is source only so you need to compile it. Best On Monday, May 25, 2015 at 2:23:46 PM UTC+2, Abdelilah

[otb-users] Re: How can i install OTB 4.4 on Centos 6.6

2015-05-25 Thread CedricL
Hi, Otb 4.4 is source only so you need to compile it. Best On Monday, May 25, 2015 at 2:23:46 PM UTC+2, Abdelilah Benjabbour wrote: i have to install OTB 4.4 on my CentOS 6.6, and in the website i find just how the install it inOpenSUSE, can someone help me please ? -- -- Check the

[otb-users] Re: missing projection in output of ImageClassifier in otb 4.2 and 4.4 in Ubuntu (not in Windows)

2015-03-13 Thread CedricL
more line and less than a second... On Wednesday, March 11, 2015 at 2:37:45 PM UTC+1, CedricL wrote: Hi, I often work with OTB for classification task and using Ubuntu or Windows depending if it's may work or for Working session. So I think that in otb 4.2 in ubuntu (ubuntu gis unstable

[otb-users] missing projection in output of ImageClassifier in otb 4.2 and 4.4 in Ubuntu (not in Windows)

2015-03-12 Thread CedricL
Hi, I often work with OTB for classification task and using Ubuntu or Windows depending if it's may work or for Working session. So I think that in otb 4.2 in ubuntu (ubuntu gis unstable repository) there is a bug using ImageClassifier. Indeed even if the classification is well process the

[otb-users] Orfeo ToolBox 4.4 source release

2015-02-13 Thread CedricL
What good news ! As for previous version did you know when it will be publisher in ubuntu gis unstable repository ? Thanks -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups otb-users group. To post

[otb-users] Re: LibSVM-Grid search- cross validation in Monteverdi2

2014-06-30 Thread CedricL
Hi, my collegue have done some test which seems to confirm that optimization parameter in OpenCV algorithm is equivalent to grid search. If it's confirma by anybody, it's a very good news for me because SVM is powefull but, in my point of view, svm is not so powerfull without grid search.

[otb-users] Re: LibSVM-Grid search- cross validation in Monteverdi2

2014-06-29 Thread CedricL
Hi to all, yesterday I have use OpenCv SVM classifier with Optimization Parameter. When I use it, it change automaticaly the Cost and Gamma value like a Grid search. However, when I see documentation, it seems to be mainly cross validation and not grid search. But, when I see