Skip to content
Snippets Groups Projects

Extended filenames as dict

Merged Rémi Cresson requested to merge 102-pythonic_ext_fname into develop
All threads resolved!
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -154,9 +154,7 @@ def test_ext_fname():
INPUT["out"].filepath.unlink()
mss = pyotb.MeanShiftSmoothing({
"in": FILEPATH
})
mss = pyotb.MeanShiftSmoothing(FILEPATH)
mss.write(
{
"fout": "/tmp/test_ext_fn_fout.tif?&nodata=1",
Loading