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

STL: Update file format check #92

Closed eliascarv closed 3 months ago

eliascarv commented 3 months ago

Now the loader checks if the file is a valid STL binary, if yes it loads it as binary, otherwise it loads it as ASCII.

closes #86

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.52%. Comparing base (8c0eb84) to head (58897f4).

Files Patch % Lines
src/extra/stl.jl 90.47% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================== - Coverage 94.74% 94.52% -0.22% ========================================== Files 17 17 Lines 1065 1077 +12 ========================================== + Hits 1009 1018 +9 - Misses 56 59 +3 ```

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