I'm trying to visualize the changer in a mining area over time (the new buildings, the exploitation ..) and I can't find enough documentation, I prefer to do this work in python since I'm familiar with it, thank you in advance :D
Solving the problem of finding mining areas is not dependent on preferable programming language or tool. In contrary, it is dependent on extracting features that are unique to mining activities from the Sentinel image and from these feature you can recognize the mines.
More information on how to track mining areas can be found in the following papers:
Ji Maowei, Li Xiaojing, Wu Shunchuan, Gao, Yongtao, Ge Linli,
Use of SAR interferometry for monitoring illegal mining activities: A case study at Xishimen Iron Ore Mine, Mining Science and Technology (China), Volume 21, Issue 6, November 2011, Pages 781-786
LaJeunesse Connette, K.J.; Connette, G.; Bernd, A.; Phyo, P.; Aung, K.H.; Tun, Y.L.; Thein, Z.M.; Horning, N.; Leimgruber, P.; Songer, M. Assessment of Mining Extent and Expansion in Myanmar Based on Freely-Available Satellite Imagery. Remote Sens. 2016, 8, 912.
Solving the problem of finding mining areas is not dependent on preferable programming language or tool. In contrary, it is dependent on extracting features that are unique to mining activities from the Sentinel image and from these feature you can recognize the mines.
More information on how to track mining areas can be found in the following papers:
Ji Maowei, Li Xiaojing, Wu Shunchuan, Gao, Yongtao, Ge Linli,
Use of SAR interferometry for monitoring illegal mining activities: A case study at Xishimen Iron Ore Mine, Mining Science and Technology (China), Volume 21, Issue 6, November 2011, Pages 781-786
LaJeunesse Connette, K.J.; Connette, G.; Bernd, A.; Phyo, P.; Aung, K.H.; Tun, Y.L.; Thein, Z.M.; Horning, N.; Leimgruber, P.; Songer, M. Assessment of Mining Extent and Expansion in Myanmar Based on Freely-Available Satellite Imagery. Remote Sens. 2016, 8, 912.
Acually my use case is not about exploration and finding mining areas, it's mainly about tracking the changes aover the years, and detecting differences through comparison.
And yes you're right, this study does'nt depend on the language, it's more about the algorithms and method.