JuliaEarth / GeoIO.jl

Load/save geospatial data compatible with the GeoStats.jl framework
https://github.com/JuliaEarth/GeoStats.jl
MIT License
21 stars 6 forks source link

Throw error when loading GRIB files on Windows #31

Closed eliascarv closed 9 months ago

eliascarv commented 9 months ago

Motivation: the GRIB.jl package, the main dependency of GRIBDatasets.jl, in its latest stable version, v0.3.0, does not work on Windows.

This PR fixes this issue by throwing an error when reading GRUB files if the user uses Windows.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (1e87402) 92.40% compared to head (ef380fb) 92.67%. Report is 4 commits behind head on master.

Files Patch % Lines
src/extra/cdm.jl 94.44% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #31 +/- ## ========================================== + Coverage 92.40% 92.67% +0.27% ========================================== Files 10 11 +1 Lines 408 464 +56 ========================================== + Hits 377 430 +53 - Misses 31 34 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.