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

Two speedups #262

Merged
merged 2 commits into from
Apr 6, 2024
Merged

Two speedups #262

merged 2 commits into from
Apr 6, 2024

Conversation

sdtaylor
Copy link
Contributor

@sdtaylor sdtaylor commented Apr 6, 2024

Hi @giswqs, just suggesting two things which I found sped up processing time significantly on larger rasters.

  • allow the sample window size to be set from samgeo.generate. Fewer, larger windows take less time as long as you have the memory.
  • Skip any sample windows which are 100% nodata, with the option to set lower thresholds.

sdtaylor and others added 2 commits April 6, 2024 14:52
- allow the sample window size to be set from samgeo.generate. Fewer,
  larger windows take less time as long as you have the memory.
- Skip any sample windows which are 100% nodata, with the option to set
  lower thresholds.
@giswqs
Copy link
Member

giswqs commented Apr 6, 2024

This is great! Thank you for your contribution.

@giswqs giswqs merged commit 6c5340d into opengeos:main Apr 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants