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

GeoDataset performance #190

Closed
calebrob6 opened this issue Oct 11, 2021 · 1 comment · Fixed by #1972
Closed

GeoDataset performance #190

calebrob6 opened this issue Oct 11, 2021 · 1 comment · Fixed by #1972
Assignees
Labels
datasets Geospatial or benchmark datasets samplers Samplers for indexing datasets

Comments

@calebrob6
Copy link
Member

We have benchmark.py for evaluating the performance of different sampler methods over a GeoDataset. Currently benchmark.py works with a ZipDataset of Landsat 8 imagery and CDL labels. Generally, we want TorchGeo to be able to sample arbitrary patches of data from GeoDatasets as quickly as possible.

There are several GeoDatasets cases that we need to consider:

  • When both reprojection and resampling need to be done
  • When only resampling needs to be done
  • When neither needs to be done

This issue is to track the performance of these cases.

@adamjstewart
Copy link
Collaborator

Also see #81 for a lot more things to consider.

@adamjstewart adamjstewart added datasets Geospatial or benchmark datasets samplers Samplers for indexing datasets labels Oct 11, 2021
@adamjstewart adamjstewart added this to the 0.6.0 milestone Apr 4, 2024
@adamjstewart adamjstewart self-assigned this Apr 4, 2024
@adamjstewart adamjstewart removed this from the 0.6.0 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets samplers Samplers for indexing datasets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants