Skip to content

Commit 85be917

Browse files
committed
included scikit image as dependency
1 parent df1831b commit 85be917

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

algorithm_catalog/vito/random_forest_firemapping/openeo_udp/rf_feature_extraction_ndfi_glcm.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# dependencies = [
3+
# "scikit-image",
4+
# ]
5+
# ///
6+
17
import xarray
28
import numpy as np
39
from skimage.feature import graycomatrix, graycoprops

0 commit comments

Comments
 (0)