satellogic / telluric

telluric is a Python library to manage vector and raster geospatial data in an interactive and easy way
MIT License
87 stars 18 forks source link

Fix GeoRaster2.save method #301

Closed drnextgis closed 3 years ago

drnextgis commented 3 years ago

creation_options argument of rasterio.shutil.copy is **kwargs

codecov-commenter commented 3 years ago

Codecov Report

Merging #301 (bb67f44) into master (7f0770d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   90.72%   90.72%           
=======================================
  Files          37       37           
  Lines        6006     6006           
=======================================
  Hits         5449     5449           
  Misses        557      557           
Impacted Files Coverage Δ
telluric/georaster.py 93.32% <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 7f0770d...bb67f44. Read the comment docs.