-
Notifications
You must be signed in to change notification settings - Fork 37
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
base: main
Are you sure you want to change the base?
Update README.md #156
Conversation
New information added regarding autoortho
Co-authored-by: Jonas Eberle <[email protected]>
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 |
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.
## 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. 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 |
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.
This is a cross platform project, so references to 'C:' drive should be avoided.
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. They are stored in the configured `paths.cache_dir` (see `.autoortho` configuration file) directory. |
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.
* 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. | |
* While flying, satellite images are cached on the filesystem. These may require manual intervention to delete from time to time. These files are stored in the configured `paths.cache_dir` (see `.autoortho` configuration file) directory. |
* 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. 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 |
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.
* Hence, if you fly through the same place without deleting you cache, the previously cached file will be accessed again without any downloads | |
* It is recommended, however, to not cleanup satellite imagery cache too often as that can effect performance and increase strain on servers. |
New information added regarding autoortho