diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..08927b3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Jarray Noureddine + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index fa26c58..03260c2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # SMETool -

Earth Observation (EO) technologies have played an increasingly importantrole in monitoring the Sustainable Development Goals (SDG). -These technologies often combined with Machine Learning (ML) models provide efficientmeans for achieving the SDGs. -The great progress of this combination is alsodemonstrated by the large number of software, web tools and packages thathave been made available for free use. -This paper presents a web-based tool for Soil Moisture Estimation (SMETool), designed for the soil moisture estimation using Sentinel-1A and Sentinel-2A data based on Eo-learn library. SMETool implements several ML techniques such as (Artificial Neural Net-work (ANN), Random Forest (RF), Convolutional Neural Network (CNN),etc.). -The SMETool could be very useful for decision makers in the region inassessing the effects of drought and desertification events. -Experiments werecarried out on two sites in Tunisia during the period from 2016 to 2017. -The CNN allowed obtaining the best results in terms of performance and precision, compared to other ML methods. -The achieved results reveal that the soil moisture, was highly correlated to the in-situ measurements with high Pearson’s correlation coefficient R ( RRF= 0.86, RANN= 0.75, RXGBoost= 0.79,RCNN= 0.87 ) and low Root Mean Square Error (RMSE) (RMSERF= 1.09m3/m3, RMSEANN= 1.49 m3/m3, RMSEXGBoost= 1.39 m3/m3, RMSECNN=1.12 m3/m3), respectively.

+

+ Earth Observation (EO) technologies have played an increasingly important role in monitoring the Sustainable Development Goals (SDG). These technologies often combined with Machine Learning (ML) models provide efficient means for achieving the SDGs.The great progress of this combination is also demonstrated by the large number of software, web tools and packages that have been made available for free use. In this paper, we introduce a software architecture to facilitate the generation of EO information targeted towards soil moisture that derive several challenges regarding the facilita- tion of satellite data processing. Thus, this paper presents a web-based tool for Soil Moisture Estimation (SMETool), designed for the soil moisture estimation using Sentinel-1A and Sentinel-2A data based on Eo-learn library. +SMETool implements several ML techniques such as (Artificial Neural Network (ANN), Random Forest (RF), Convolutional Neural Network (CNN), etc.). The SMETool could be very useful for decision makers in the region in assessing the effects of drought and desertification events. Experiments were carried out on two sites in Tunisia during the period from 2016 to 2017. Generally, the results are very close. In fact, CNN and RF outperformed other ML models. The achieved results reveal that the soil moisture, was highly correlated to the in-situ measurements with high Pearson’s correlation coefficient r ( rRF = 0.86, rANN = 0.75, rXGBoost = 0.79, rCNN = 0.87 ) and +low Root Mean Square Error (RMSE) (RMSERF = 1.09 %, RMSEANN = 1.49 %, RMSEXGBoost = 1.39 %, RMSECNN = 1.12 %), respectively. + +

![methodo-software](https://user-images.githubusercontent.com/38008180/154925003-34d99c26-e7f0-4ecb-bf41-aec55e938973.png) @@ -31,4 +29,5 @@ The requests sent and received by the user establish a link with several197proce ![resultats](https://user-images.githubusercontent.com/38008180/154928390-e444ebf1-2992-4bdc-ba05-7e296b214889.png) -To view the python file that uses the eolearn packages : src/main/resources/static/scripts +To view the python file that uses the eolearn packages : https://github.com/jarray01/SMETool/tree/main/Complete%20pipeline%20script
+To view the ML techniques scripts files : https://github.com/jarray01/SMETool/tree/main/ML%20techniques