From 49dbf7c026138fd92d02161f9d41b67ff59813d6 Mon Sep 17 00:00:00 2001 From: evan <31880587+rt23456p@users.noreply.github.com> Date: Tue, 23 May 2023 00:23:01 +0800 Subject: [PATCH 1/2] Update README.md New information added regarding autoortho --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5146c54..f970e3c5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AutoOrtho - Automatic orthophotos for X-Plane +# AutoOrtho - Automatic orthophotos for X-Plane 11& 12 Orthophoto satellite imagery is something that has been supported by X-Plane for some time. However, this requires a large commitment of storage -space and patience since imagery would need to be downloaded and prepared +space and patience since high-resolution imagery would need to be downloaded and prepared ahead of time. This project provides a way to retrieve only the satellite imagery you need as you fly, @@ -10,7 +10,19 @@ wherever you choose to in the world! [![Video](https://img.youtube.com/vi/seuguds8GX0/hqdefault.jpg)](https://www.youtube.com/watch?v=seuguds8GX0) -* Documentation: (https://kubilus1.github.io/autoortho/) +## Current Version Software Characteristics +* Does not remove cached high-res downloaded image automatically, these files can get very large(>100GB) overtime and require manual intervention to delete. (Stored in orthocache folder in the same directory as the .exe executable) + * Hence, if you fly through the same place without deleting you cache, the previously cached file will be accessed again without any downloads +* Unfinished downloads are store in (C:\Users\username\.autoortho-data/downloads) folder by default +* The console output log is stored in (C:\Users\username\.autoortho-data/) +* The configuration file, (.autoortho) is stored as a independent file in (C:\Users\username\.autoortho-data) + +## Links for more information on +* Documentation & Steps to Install: (https://kubilus1.github.io/autoortho/) * FAQ: (https://kubilus1.github.io/autoortho/faq/) * Discussions and help: (https://github.com/kubilus1/autoortho/discussions) * Latest release: (https://github.com/kubilus1/autoortho/releases/latest) +* X-plane.org: (https://github.com/kubilus1/autoortho) + +# As seen in +[Swiss001:X-Plane Now Has Worldwide Satellite Scenery STREAMING](https://www.youtube.com/watch?v=qTbBCW2xZRg&t=1sg) From e625a1bb1d68513ad65b496c775d34dda58708fe Mon Sep 17 00:00:00 2001 From: kubilus1 Date: Mon, 22 May 2023 19:23:53 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jonas Eberle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f970e3c5..5757e9e4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ wherever you choose to in the world! [![Video](https://img.youtube.com/vi/seuguds8GX0/hqdefault.jpg)](https://www.youtube.com/watch?v=seuguds8GX0) ## Current Version Software Characteristics -* Does not remove cached high-res downloaded image automatically, these files can get very large(>100GB) overtime and require manual intervention to delete. (Stored in orthocache folder in the same directory as the .exe executable) +* Does not remove cached high-res downloaded image automatically, these files can get very large(>100GB) overtime and require manual intervention to delete. They are stored in the configured `paths.cache_dir` (see `.autoortho` configuration file) directory. * Hence, if you fly through the same place without deleting you cache, the previously cached file will be accessed again without any downloads * Unfinished downloads are store in (C:\Users\username\.autoortho-data/downloads) folder by default * The console output log is stored in (C:\Users\username\.autoortho-data/)