Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cmosig/sentle
Browse files Browse the repository at this point in the history
  • Loading branch information
cmosig committed Jan 5, 2025
2 parents 4ca68ac + a83f639 commit fb1ab16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ lexcube.Cube3DWidget(da.sel(band="B02"), vmin=0, vmax=4000)
## Questions you may have

#### How do I scale this program?
Increase the number of workers using the `num_workers` parameter when setting up the `Sentle` class. With default spatial chunk size of 4000, specified by `processing_spatial_chunk_size`, you should plan with 2GiB per worker.
Increase the number of workers using the `num_workers` parameter when calling `sentle.process`. With default spatial chunk size of 4000, specified by `processing_spatial_chunk_size`, you should plan with 2GiB per worker.

## Contributing

Expand All @@ -127,6 +127,6 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md

## Acknowledgments

- Thank you to [Cesar Aybar](https://csaybar.github.io/) for his cloud detection model. All cloud detection in this package is performed using his package. The paper: [link](https://www.nature.com/articles/s41597-022-01878-2)
- Thank you to [Cesar Aybar](https://csaybar.github.io/) for his cloud detection model. All cloud detection in this package is performed using his model. The paper: [link](https://www.nature.com/articles/s41597-022-01878-2)
- Thank you to [David Montero](https://github.com/davemlz) for all the
discussions and his awesome packages which inspired this.

0 comments on commit fb1ab16

Please sign in to comment.