Skip to content

Commit

Permalink
Update gdal spec with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Oct 1, 2024
1 parent 774c577 commit 2f9a0cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def source_path; end

describe "#warp" do
it "executes a reproject command" do
command = "gdalwarp -q -t_srs EPSG:4326 \"files/geo.tif\" output/geo.png -co TILED=YES -co COMPRESS=NONE"
command = "gdalwarp -q -t_srs EPSG:4326 \"files/geo.tif\" output/geo.png -co COMPRESS=NONE"
processor.class.warp(file_name, output_file, options)
expect(processor.class).to have_received(:execute).with command
end
Expand Down

0 comments on commit 2f9a0cc

Please sign in to comment.