Skip to content
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

Query a DTED Directory instead of a specific File #4

Open
KPB3rd opened this issue Feb 21, 2022 · 2 comments
Open

Query a DTED Directory instead of a specific File #4

KPB3rd opened this issue Feb 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@KPB3rd
Copy link

KPB3rd commented Feb 21, 2022

It'd be very useful to have a directory full of dted files, and be able to query the pool of tiles instead of checking each individual one. It could get fancy with loading tiles as needed, tracking frequency of use to free up older ones, etc.

@bbonenfant
Copy link
Owner

This is feature that I'd be happy to support. The implementation probably won't include automatically loading tiles into and out of memory, but will instead expose an interface to allow the user to do this themselves.

@bbonenfant bbonenfant added the enhancement New feature or request label Feb 21, 2022
@westonCoder
Copy link

I will go ahead and second this. I have a similar tool I have built out for SRTM data, however I would like to transition to using this tool to replace it.

something like a Tiles() class that contains a hash map of Tile() objects, and also exposes some functions like pull_tiles(), that would pull tiles into memory from a directory. I may do this myself and make a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants