EcoJulia / RasterDataSources.jl

Easily download and use raster data sets in Julia
MIT License
21 stars 10 forks source link

feat: add `WorldClim{Elevation}` (#55) #56

Closed Mikumikunisiteageru closed 1 year ago

Mikumikunisiteageru commented 1 year ago

The elevation dataset from WorldClim comprises coarse-grid global elevation raster data of the same resolutions as other datasets. It is now available by calling getraster(WorldClim{Elevation}).

The tests, docs, and README.md have been modified accordingly.

Closes #55.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.87 :tada:

Comparison is base (d5fba93) 71.10% compared to head (d093fed) 71.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #56 +/- ## ========================================== + Coverage 71.10% 71.97% +0.87% ========================================== Files 18 19 +1 Lines 706 728 +22 ========================================== + Hits 502 524 +22 Misses 204 204 ``` | [Impacted Files](https://codecov.io/gh/EcoJulia/RasterDataSources.jl/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia) | Coverage Δ | | |---|---|---| | [src/types.jl](https://codecov.io/gh/EcoJulia/RasterDataSources.jl/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia#diff-c3JjL3R5cGVzLmps) | `71.42% <ø> (ø)` | | | [src/worldclim/elevation.jl](https://codecov.io/gh/EcoJulia/RasterDataSources.jl/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia#diff-c3JjL3dvcmxkY2xpbS9lbGV2YXRpb24uamw=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia)

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

Mikumikunisiteageru commented 1 year ago

Looks great, thanks!

You're welcome!

rafaqz commented 1 year ago

Should be registered now or soon