EcoJulia / RasterDataSources.jl

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

remove GeoData.jl dep #26

Closed rafaqz closed 3 years ago

rafaqz commented 3 years ago

Better to keep this package streamlined with low dependencies - it should just provide a way to download things and give you the filepath for them, so any packages can depend on it.

GeoData.jl will depend on RasterDataSources.jl instead.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@5ba48c2). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage          ?   82.32%           
=========================================
  Files             ?       12           
  Lines             ?      215           
  Branches          ?        0           
=========================================
  Hits              ?      177           
  Misses            ?       38           
  Partials          ?        0           
Impacted Files Coverage Δ
src/RasterDataSources.jl 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 5ba48c2...e39f30f. Read the comment docs.