From 22764e87ff8e2315ecfb024f6001dc092fff228b Mon Sep 17 00:00:00 2001 From: Jarray Noureddine <38008180+jarray01@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:33:39 +0200 Subject: [PATCH 1/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE 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. From 1212edc6f014f0a836f3e4d84b86e0c564440b02 Mon Sep 17 00:00:00 2001 From: Jarray Noureddine <38008180+jarray01@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:39:57 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fa26c58..a58a05a 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. + +
 @@ -31,4 +29,5 @@ The requests sent and received by the user establish a link with several197proce  -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 that uses the eolearn packages : https://github.com/jarray01/SMETool/tree/main/ML%20techniques From ba68f9dfae151027401f18d4fed992a091378d32 Mon Sep 17 00:00:00 2001 From: Jarray Noureddine <38008180+jarray01@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:41:19 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58a05a..85a8a01 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ The requests sent and received by the user establish a link with several197proce  -To view the python file that uses the eolearn packages : https://github.com/jarray01/SMETool/tree/main/Complete%20pipeline%20script +To view the python file that uses the eolearn packages : https://github.com/jarray01/SMETool/tree/main/Complete%20pipeline%20script