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

✨ Split a layer into tiles #148

Merged
merged 4 commits into from
Feb 17, 2023
Merged

✨ Split a layer into tiles #148

merged 4 commits into from
Feb 17, 2023

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Feb 17, 2023

Fixes #147

@github-actions
Copy link
Contributor

@tpoisot tpoisot added domain:documentation Improvements or additions to documentation new feature component:SimpleSDMLayers labels Feb 17, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2023

Codecov Report

Base: 49.78% // Head: 53.71% // Increases project coverage by +3.93% 🎉

Coverage data is based on head (d85a3bd) compared to base (e0049b5).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
+ Coverage   49.78%   53.71%   +3.93%     
==========================================
  Files          35       47      +12     
  Lines        1141     1493     +352     
==========================================
+ Hits          568      802     +234     
- Misses        573      691     +118     
Flag Coverage Δ
unittests 53.71% <0.00%> (+3.93%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
SimpleSDMLayers/src/operations/tiling.jl 0.00% <0.00%> (ø)
SimpleSDMDatasets/src/keychecker.jl 74.13% <0.00%> (ø)
...impleSDMDatasets/src/providers/CHELSA/chelsa_v2.jl 90.90% <0.00%> (ø)
...mpleSDMDatasets/src/providers/EarthEnv/earthenv.jl 86.66% <0.00%> (ø)
...impleSDMDatasets/src/providers/CHELSA/chelsa_v1.jl 96.55% <0.00%> (ø)
...MDatasets/src/providers/CHELSA/chelsa_future_v2.jl 100.00% <0.00%> (ø)
...MDatasets/src/providers/CHELSA/chelsa_future_v1.jl 100.00% <0.00%> (ø)
...ets/src/providers/WorldClim/worldclim_future_v2.jl 0.00% <0.00%> (ø)
SimpleSDMDatasets/src/interface.jl 63.33% <0.00%> (ø)
SimpleSDMDatasets/src/types/specifiers.jl 100.00% <0.00%> (ø)
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tpoisot
Copy link
Member Author

tpoisot commented Feb 17, 2023

@gabrieldansereau this will be ready to merge soon, with a new vignette. This also circumvents #144 !

@tpoisot tpoisot marked this pull request as ready for review February 17, 2023 18:19
@tpoisot tpoisot merged commit a0970e1 into main Feb 17, 2023
@tpoisot tpoisot deleted the tpoisot/issue147 branch February 17, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split a layer into tiles
2 participants