├── .gitignore ├── AgriSAR_Prediction_maps.ipynb ├── AgriSAR_test_NNs.ipynb ├── AgriSAR_train_NNs.ipynb ├── LICENSE ├── Old └── AgriSAR_train_NNs.ipynb ├── Python_scripts ├── A1_Change_Matrix_Seville(with_Final_CM_code).py ├── A2_Change_Matrix_AgriSAR (with_Final_CM_code).py ├── B1_array2D_of_coherency_matrices.py ├── C_np_Labels_from_shp.py ├── D2_Ground_truth_summary.py ├── E_MT_Datacube.py ├── F_PolSAR_feat_time_series.py ├── H1_Change_mat_datacube_other_viz.py ├── H2a_Change_mat_datacube_other_viz_abs.py ├── H_Change_mat_datacube.py ├── I3_Final_dataset.py ├── I4_master.py ├── K1_RGBs_and_SM_RGBs_Canada (Fig2).py ├── K_RGBs_and_SM_RGBs_Seville (Fig1).py ├── L_Bi_date_CD_seville(Fig3).py ├── M_Scale_CM_cube (figs 10&11).py ├── SAR_utilities_V3a.py └── Steps_to_reproduce_short.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/.gitignore -------------------------------------------------------------------------------- /AgriSAR_Prediction_maps.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/AgriSAR_Prediction_maps.ipynb -------------------------------------------------------------------------------- /AgriSAR_test_NNs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/AgriSAR_test_NNs.ipynb -------------------------------------------------------------------------------- /AgriSAR_train_NNs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/AgriSAR_train_NNs.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/LICENSE -------------------------------------------------------------------------------- /Old/AgriSAR_train_NNs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Old/AgriSAR_train_NNs.ipynb -------------------------------------------------------------------------------- /Python_scripts/A1_Change_Matrix_Seville(with_Final_CM_code).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/A1_Change_Matrix_Seville(with_Final_CM_code).py -------------------------------------------------------------------------------- /Python_scripts/A2_Change_Matrix_AgriSAR (with_Final_CM_code).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/A2_Change_Matrix_AgriSAR (with_Final_CM_code).py -------------------------------------------------------------------------------- /Python_scripts/B1_array2D_of_coherency_matrices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/B1_array2D_of_coherency_matrices.py -------------------------------------------------------------------------------- /Python_scripts/C_np_Labels_from_shp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/C_np_Labels_from_shp.py -------------------------------------------------------------------------------- /Python_scripts/D2_Ground_truth_summary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/D2_Ground_truth_summary.py -------------------------------------------------------------------------------- /Python_scripts/E_MT_Datacube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/E_MT_Datacube.py -------------------------------------------------------------------------------- /Python_scripts/F_PolSAR_feat_time_series.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/F_PolSAR_feat_time_series.py -------------------------------------------------------------------------------- /Python_scripts/H1_Change_mat_datacube_other_viz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/H1_Change_mat_datacube_other_viz.py -------------------------------------------------------------------------------- /Python_scripts/H2a_Change_mat_datacube_other_viz_abs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/H2a_Change_mat_datacube_other_viz_abs.py -------------------------------------------------------------------------------- /Python_scripts/H_Change_mat_datacube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/H_Change_mat_datacube.py -------------------------------------------------------------------------------- /Python_scripts/I3_Final_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/I3_Final_dataset.py -------------------------------------------------------------------------------- /Python_scripts/I4_master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/I4_master.py -------------------------------------------------------------------------------- /Python_scripts/K1_RGBs_and_SM_RGBs_Canada (Fig2).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/K1_RGBs_and_SM_RGBs_Canada (Fig2).py -------------------------------------------------------------------------------- /Python_scripts/K_RGBs_and_SM_RGBs_Seville (Fig1).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/K_RGBs_and_SM_RGBs_Seville (Fig1).py -------------------------------------------------------------------------------- /Python_scripts/L_Bi_date_CD_seville(Fig3).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/L_Bi_date_CD_seville(Fig3).py -------------------------------------------------------------------------------- /Python_scripts/M_Scale_CM_cube (figs 10&11).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/M_Scale_CM_cube (figs 10&11).py -------------------------------------------------------------------------------- /Python_scripts/SAR_utilities_V3a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/SAR_utilities_V3a.py -------------------------------------------------------------------------------- /Python_scripts/Steps_to_reproduce_short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/Python_scripts/Steps_to_reproduce_short.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisjosil/MT-PolSAR-Change-Detection-For-Crop-Monitoring-And-Classification/HEAD/README.md --------------------------------------------------------------------------------