From 63127a9a29c818b4fa1a4ba8991303074ae24a34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Nar=C3=A7on?= <nicolas.narcon@inrae.fr>
Date: Wed, 17 Aug 2022 21:43:09 +0200
Subject: [PATCH] REFAC: move scripts to separate directory

---
 functions_for_rasterio.py => scripts/functions_for_rasterio.py | 0
 with_pyotb.py => scripts/with_pyotb.py                         | 0
 with_rasterio.py => scripts/with_rasterio.py                   | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename functions_for_rasterio.py => scripts/functions_for_rasterio.py (100%)
 rename with_pyotb.py => scripts/with_pyotb.py (100%)
 rename with_rasterio.py => scripts/with_rasterio.py (100%)

diff --git a/functions_for_rasterio.py b/scripts/functions_for_rasterio.py
similarity index 100%
rename from functions_for_rasterio.py
rename to scripts/functions_for_rasterio.py
diff --git a/with_pyotb.py b/scripts/with_pyotb.py
similarity index 100%
rename from with_pyotb.py
rename to scripts/with_pyotb.py
diff --git a/with_rasterio.py b/scripts/with_rasterio.py
similarity index 100%
rename from with_rasterio.py
rename to scripts/with_rasterio.py
-- 
GitLab