Radiant Earth Spot the CropChallenge
https://zindi.africa/competitions/radiant-earth-spot-the-crop-challenge
https://github.com/sweetlhare/Radiant-Solution
対象とした日付
2017年4月から12月が元
特徴量
特徴
B1, B2, B3, B4, B5, B6, B7, B8, B8A, B9, B11, B12
ndvi, savi, arvi, evi, gci, sipi, nbr, ndwi, deforest, sr, cI_green, cI_rededge, recl, ndre
マスク、おそらく対象の圃場でmean, median
計(12+14) * 2 = 56
https://github.com/sweetlhare/Radiant-Solution/blob/main/make_train_data.ipynb
地理的特徴
最も近くに何のラベルがあるか、同円のに含まれる数
近くには以下のアルゴリズムを使った
https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
https://github.com/sweetlhare/Radiant-Solution/blob/main/generate_geo_features.ipynb