EcoJulia / RasterDataSources.jl

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

add interface file and fill out all the docs #28

Closed rafaqz closed 3 years ago

rafaqz commented 3 years ago

This PR makes the interface and the reasons behind it a little clearer. It also fills out the docs a lot and organises them sensibly, instead of just using @autodocs.

codecov-commenter commented 3 years ago

Codecov Report

Merging #28 (6228a39) into master (425ffc1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   82.32%   82.32%           
=======================================
  Files          12       12           
  Lines         215      215           
=======================================
  Hits          177      177           
  Misses         38       38           
Impacted Files Coverage Δ
src/RasterDataSources.jl 100.00% <ø> (ø)
src/alwb/alwb.jl 100.00% <ø> (ø)
src/chelsa/bioclim.jl 92.30% <ø> (ø)
src/earthenv/habitatheterogeneity.jl 100.00% <ø> (ø)
src/earthenv/landcover.jl 93.33% <ø> (ø)
src/worldclim/bioclim.jl 95.23% <ø> (ø)
src/worldclim/shared.jl 80.00% <ø> (ø)
src/worldclim/weather.jl 19.35% <ø> (ø)
src/awap/awap.jl 96.29% <100.00%> (ø)
src/worldclim/climate.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 425ffc1...6228a39. Read the comment docs.