From 4543a91a65935f96676a20b6f0b4312b2b296e3a Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 8 Feb 2023 12:36:31 +0100 Subject: [PATCH 1/2] Rename OverpassTurbo_Example_Query.txt to OverpassTurbo_Example_Query.overpassql --- ..._Example_Query.txt => OverpassTurbo_Example_Query.overpassql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename OverpassTurbo_Example_Query.txt => OverpassTurbo_Example_Query.overpassql (98%) diff --git a/OverpassTurbo_Example_Query.txt b/OverpassTurbo_Example_Query.overpassql similarity index 98% rename from OverpassTurbo_Example_Query.txt rename to OverpassTurbo_Example_Query.overpassql index dc229be..9a55d8d 100644 --- a/OverpassTurbo_Example_Query.txt +++ b/OverpassTurbo_Example_Query.overpassql @@ -20,4 +20,4 @@ // print results out body; >; -out skel qt; \ No newline at end of file +out skel qt; From 2b51b1f5ed4daf848535649930bf720d1ba11317 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 8 Feb 2023 12:37:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af9e39..23a32b1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A comprehensive PDF-manual can be found in the docs folder or via [this link](ht This provides a step-by-step instruction on how to run the GridTool. The steps are also visualized in the Figure 2. 1) Download the GridTool.m file on a PC that meets the system requirements. -2) Download the electricity grid data from OpenStreetMap using the [OverpassTurbo](https://overpass-turbo.eu/) website. An example of a query to download Austria's electricity grid lines between 220 kV and 380 kV can be found in the file *OverpassTurbo_Example_Query.txt*. Run the query in OverpassTurbo and export the result as "Raw OSM data", which downloads the data in the json file format. For testing purposes you can also use the *2022-08-02_Austria_220kV_and_380kV.json* file provided in the repository. +2) Download the electricity grid data from OpenStreetMap using the [OverpassTurbo](https://overpass-turbo.eu/) website. An example of a query to download Austria's electricity grid lines between 220 kV and 380 kV can be found in the file *OverpassTurbo_Example_Query.overpassql*. Run the query in OverpassTurbo and export the result as "Raw OSM data", which downloads the data in the json file format. For testing purposes you can also use the *2022-08-02_Austria_220kV_and_380kV.json* file provided in the repository. 3) Open the GridTool.m file in Matlab. 4) Adjust the settings in the *Initialization and Settings* section of the code. 5) Run the code by clicking the "Run"-button or pressing "F5".