Hi,
Actually, it already works out of the box with gdal trunk and curl
driver enabled.
See : https://github.com/cholmes/www.cogeo.org/pull/6
You can even open remote data in Monteverdi, works like a charm.
Regards,
Julien
Le 24/10/2017 à 08:37, [email protected] a écrit :
Hello!
I was wondering if there are plans to support VSI in OTB since it
heavily relies on gdal to read/write data.
Below a very simple example of VSI usage in OTB:
otbcli_BandMath -il
'/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_no_ovr_strip.tif'
-out result.tif -exp "im1b1"
or
inputs = [
'/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_no_ovr_strip.tif',
'/vsicurl/http://even.rouault.free.fr/gtiff_test/S2A_MSIL1C_20170102T111442_N0204_R137_T30TXT_20170102T111441_TCI_regular_with_ovr_2.tif'
]
OTB_app1 = otbApplication.Registry.CreateApplication("ConcatenateImages")
OTB_app1.SetParameterStringList("il", inputs)
OTB_app1.SetParameterString('out', 'result.tif')
OTB_app1.ExecuteAndWriteOutput()
Looking forward for your feedback
--
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
---
You received this message because you are subscribed to the Google
Groups "otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
Julien MICHEL
CNES - DSO/SI/2A
--
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
---
You received this message because you are subscribed to the Google Groups "otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.