isciences / exactextract

Fast and accurate raster zonal statistics
Apache License 2.0
233 stars 31 forks source link

Fix fiona.open in exact_extract.py #77

Closed JoshCu closed 5 months ago

JoshCu commented 5 months ago

Update fiona.Open to fiona.open to fix

line 118, in prep_vec
    vec = fiona.Open(vec)
AttributeError: module 'fiona' has no attribute 'Open'. Did you mean: 'open'?
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1eb5680) 93.71% compared to head (d42d83f) 93.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ======================================= Coverage 93.71% 93.71% ======================================= Files 70 70 Lines 4982 4982 ======================================= Hits 4669 4669 Misses 313 313 ```

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

dbaston commented 5 months ago

Thanks!