bopen / xarray-sentinel

Xarray backend to Copernicus Sentinel-1 satellite data products
Apache License 2.0
219 stars 22 forks source link

Add support for fsspec urlpath #44

Closed alexamici closed 3 years ago

alexamici commented 3 years ago

fsspec support needs quite a refactor.

Closes #15

codecov-commenter commented 3 years ago

Codecov Report

Merging #44 (99d8260) into main (084f002) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   93.18%   93.19%   +0.01%     
==========================================
  Files           7        7              
  Lines         543      544       +1     
  Branches       62       62              
==========================================
+ Hits          506      507       +1     
  Misses         20       20              
  Partials       17       17              
Impacted Files Coverage Δ
tests/test_esa_safe.py 100.00% <100.00%> (ø)
xarray_sentinel/esa_safe.py 82.14% <100.00%> (-0.38%) :arrow_down:
xarray_sentinel/sentinel1.py 94.92% <100.00%> (+0.10%) :arrow_up:

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 084f002...99d8260. Read the comment docs.