-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #156
Open
ReadyToStrike
wants to merge
2
commits into
kubilus1:main
Choose a base branch
from
ReadyToStrike:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #156
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,16 +1,28 @@ | ||||||
# 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, | ||||||
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) | ||||||
kubilus1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
* Hence, if you fly through the same place without deleting you cache, the previously cached file will be accessed again without any downloads | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
* Unfinished downloads are store in (C:\Users\username\.autoortho-data/downloads) folder by default | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a cross platform project, so references to 'C:' drive should be avoided. |
||||||
* 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) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this should go in with the docs dir, not here. Maybe add to docs/index.md.