From 61e5b48186259aa1330a3a1f24e8e43a87090295 Mon Sep 17 00:00:00 2001 From: MatRouillard Date: Thu, 7 Nov 2024 16:38:53 +0900 Subject: [PATCH] Change Python to src in doc --- Documentation/user-doc.md | 6 +++--- Readme.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/user-doc.md b/Documentation/user-doc.md index 3c587be..a81b8bd 100644 --- a/Documentation/user-doc.md +++ b/Documentation/user-doc.md @@ -277,7 +277,7 @@ If changes are required, they should be made consistently across the different f The script can be run with this command: ```cmd -python Python\Assessment\data_integration.py +python src\Assessment\data_integration.py ``` Or directly by running the script in an IDE of choice. @@ -305,7 +305,7 @@ Other variables can also be changed, but this is not recommended, especially sin As with the previous script, this script can be run with this command: ```cmd -python Python\Assessment\quality_assessment.py +python src\Assessment\quality_assessment.py ``` Or directly by running the script in an IDE of choice. @@ -318,7 +318,7 @@ Calculating everything may take some time, but the results will be printed to th To run the application, since the requirements are already downloaded, one can simply use this command: ``` -shiny run .\Python\Web\Dashboard\app.py +shiny run .\src\Web\Dashboard\app.py ``` Then, open your browser and navigate to [http://127.0.0.1:8000](http://127.0.0.1:8000). diff --git a/Readme.md b/Readme.md index 415c96f..26c7431 100644 --- a/Readme.md +++ b/Readme.md @@ -119,10 +119,10 @@ This file is used in all scripts, whether for quality assessment or the dashboar ### Download data -Use the [data_integration.py](Python\Assessment\data_integration.py) file to download and integrate OSM and OMF data: +Use the [data_integration.py](src/Assessment/data_integration.py) file to download and integrate OSM and OMF data: ```cmd -python Python\Assessment\data_integration.py +python src\Assessment\data_integration.py ``` It uses the file containing the bounding box: [bboxs.json](./Data/bboxs.json). @@ -136,7 +136,7 @@ It is contained in the [quality_assessment.py](./src/Assessment/quality_assessme To run this script: ```cmd -python Python\Assessment\quality_assessment.py +python src\Assessment\quality_assessment.py ``` This script will create layers in the database for the visible ones and also a summary result.